forked from JudicialCouncilOfCalifornia/courtyard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.37 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
52
53
54
55
56
57
{
"name": "courtyard",
"repository": "https://github.com/Exygy/courtyard.git",
"scripts": {
"build": "gulp build",
"start": "gulp"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"a11y-dialog": "^5.2.0",
"a11y-toggle": "^2.1.0",
"autoprefixer": "^9.7.1",
"browser-sync": "^2.26.7",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"easydropdown": "^4.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-shell": "^0.7.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"husky": "^3.0.9",
"path": "^0.12.7",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"source-map-loader": "^0.2.4",
"svgxuse": "^1.2.6",
"uswds": "^2.2.1",
"uswds-gulp": "github:uswds/uswds-gulp",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"jquery": "^3.4.1",
"slick-carousel": "^1.8.1",
"slicknav": "^1.0.8"
},
"prettier": {
"printWidth": 100,
"tabWidth": 2
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}