-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
41 lines (41 loc) · 1.39 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
39
40
41
{
"name": "plainlanguage.gov",
"version": "1.0.0",
"description": "Website for plainlanguage.gov",
"scripts": {
"build-js": "webpack --progress",
"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",
"start": "bundle exec jekyll serve",
"stylelint:fix": "stylelint --fix _sass/**/*.scss _sass/*.scss",
"watch-js": "webpack -w --progress"
},
"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": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"babel-loader": "^8.2.3",
"basscss-sass": "^4.0.0",
"glob-parent": "^6.0.2",
"pa11y-ci": "^2.4.2",
"webpack": "^5.94.0"
},
"devDependencies": {
"@18f/identity-stylelint-config": "^1.0.0",
"prettier": "^2.8.7",
"stylelint": "^14.11.0",
"webpack-cli": "^4.9.2"
}
}