-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.27 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
42
43
44
45
46
47
48
49
50
51
{
"name": "abc-prototype",
"version": "1.0.0",
"description": "",
"engines": {
"node": ">= 8.0.0"
},
"main": "index.js",
"scripts": {
"build": "gulp build",
"build:css": "gulp css",
"build:jekyll": "gulp jekyll",
"dev": "NODE_ENV=dev gulp watch",
"postinstall": "bundle",
"start": "npm run dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usds/abc-prototype.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/usds/abc-prototype/issues"
},
"homepage": "https://github.com/usds/abc-prototype#readme",
"devDependencies": {
"autoprefixer": "^10.2.5",
"axios": ">=0.21.1",
"browser-sync": "^2.26.13",
"gulp": "^4.0.2",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"http-proxy": "^1.18.1",
"ini": ">=1.3.6",
"lodash": ">=4.17.21",
"lodash.template": ">=4.5.0",
"node-notifier": ">=8.0.1",
"path": "^0.12.7",
"postcss-csso": "^5.0.0",
"sass": "^1.32.8",
"socket.io": ">=2.4.0",
"uswds": "^2.11.1",
"uswds-gulp": "github:uswds/uswds-gulp",
"y18n": ">=3.2.2"
}
}