-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "",
"version": "0.0.1",
"description": "",
"license": "MIT",
"scripts": {},
"dependencies": {
"eslint-config-airbnb": "17.1.0",
"gulp-eslint": "^6.0.0"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-cssnano": "^2.1.1",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^5.0.3",
"gulp-inline-source": "^4.0.0",
"gulp-jshint": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "5",
"gulp-scss-lint": "^0.7.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"handlebars": "^4.0.5",
"handlebars-layouts": "^3.1.3",
"js-yaml": "^3.5.5",
"jshint": "^2.9.7",
"sass": "^1.43.4"
},
"repository": {
"type": "git",
"url": ""
}
}