-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 944 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
32
33
34
35
36
37
38
39
{
"name": "d3sandbox",
"version": "1.0.0",
"description": "test",
"main": "index.html",
"scripts": {
"serve": "bundle exec jekyll serve --livereload"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drew-usds/d3-sandbox.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": "https://github.com/drew-usds/d3-sandbox.git#readme",
"devDependencies": {
"autoprefixer": "^9.7.6",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"jquery": "^3.5.0",
"mixin-deep": ">=1.3.2",
"normalize.css": "^8.0.0",
"path": "^0.12.7",
"set-value": "^3.0.2",
"tar": "^6.0.1",
"uswds": "^2.6.0",
"uswds-gulp": "github:uswds/uswds-gulp"
}
}