-
Notifications
You must be signed in to change notification settings - Fork 202
/
package.json
38 lines (38 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "identity-dev-docs",
"version": "1.0.0",
"type": "module",
"scripts": {
"prebuild:css": "mkdir -p _site/assets/css",
"build:css": "build-sass assets/scss/*.scss --out-dir=_site/assets/css",
"watch:css": "npm run build:css -- --watch",
"pages": "npm run build:css",
"lint": "eslint .",
"test": "node --test spec/e2e/**"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GSA-TTS/identity-dev-docs.git"
},
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/GSA-TTS/identity-dev-docs/issues"
},
"homepage": "https://github.com/GSA-TTS/identity-dev-docs#readme",
"dependencies": {
"@18f/identity-build-sass": "^3.0.0",
"@18f/identity-design-system": "^9.3.0"
},
"devDependencies": {
"@18f/eslint-plugin-identity": "^2.0.0",
"@axe-core/puppeteer": "^4.10.0",
"eslint": "^8.52.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"fast-glob": "^3.3.2",
"get-port": "^7.1.0",
"prettier": "3.0.3",
"puppeteer": "^22.11.2",
"serve-handler": "^6.1.5"
}
}