forked from GSA/plainlanguage.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.26 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
{
"name": "plainlanguage.gov",
"version": "1.0.0",
"description": "Website for plainlanguage.gov",
"scripts": {
"build-js": "webpack --config --progress --colors",
"guidelines": "npm run guidelines-mkdir && npm run guidelines-copy",
"guidelines-copy": "cp media/FederalPLGuidelines.* howto/guidelines/FederalPLGuidelines/",
"guidelines-mkdir": "mkdir -p howto/guidelines/FederalPLGuidelines/",
"federalist": "npm run build-js && npm run guidelines",
"test:pa11y": "pa11y-ci --config .pa11yci --sitemap http://localhost:4000/sitemap.xml --sitemap-exclude pdf",
"watch-js": "webpack -w --config --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GSA/plainlanguage.gov.git"
},
"author": "18F",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/GSA/plainlanguage.gov/issues"
},
"homepage": "https://github.com/GSA/plainlanguage.gov#readme",
"dependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-preset-es2015": "^6.14.0",
"basscss-sass": "^4.0.0",
"jquery": "^3.5.0",
"pa11y-ci": "^2.3.0",
"stickyfilljs": "^2.0.2",
"webpack": "^1.13.2"
}
}