forked from GSA-TTS/identity-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 953 Bytes
/
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
{
"name": "identity-dev-docs",
"version": "1.0.0",
"scripts": {
"prebuild:css": "mkdir -p _site/assets/css",
"build:css": "build-sass assets/scss/*.scss --out-dir=_site/assets/css --load-path=node_modules/@18f/identity-design-system/packages",
"watch:css": "npm run build:css -- --watch",
"pages": "npm run build:css",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/18F/identity-dev-docs.git"
},
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/18F/identity-dev-docs/issues"
},
"homepage": "https://github.com/18F/identity-dev-docs#readme",
"dependencies": {
"@18f/identity-build-sass": "^1.1.0",
"@18f/identity-design-system": "^7.1.0"
},
"devDependencies": {
"@18f/eslint-plugin-identity": "^2.0.0",
"eslint": "^8.52.0",
"eslint-plugin-import": "^2.29.0",
"prettier": "3.0.3",
"eslint-plugin-prettier": "^5.0.1"
}
}