-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·62 lines (62 loc) · 1.65 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
58
59
60
61
62
{
"name": "front_end_starter",
"version": "0.3.2",
"description": "",
"main": "index.js",
"engines": {
"node": ">=8.9.4"
},
"private": true,
"scripts": {
"server":
"browser-sync start --directory --server --files '*.js, *.html, *.css'"
},
"author": "Puritanic",
"license": "MIT",
"browserslist": "last 2 versions",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel-minify": "^0.4.0",
"gulp-cssnano": "^2.1.2",
"gulp-file-include": "^2.0.1",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-modernizr": "^2.0.1",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rev": "^8.1.0",
"gulp-sass": "^4.0.1",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-svg-sprite": "^1.3.7",
"gulp-usemin": "^0.3.28",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.0",
"node-notifier": "^5.1.2",
"path": "^0.12.7",
"postcss-assets": "^5.0.0",
"postcss-cssnext": "^3.0.2",
"postcss-font-magician": "^2.1.0",
"postcss-normalize": "^4.0.0",
"postcss-partial-import": "^4.1.0",
"postcss-reporter": "^5.0.0",
"postcss-sorting": "^3.1.0",
"require-dir": "^1.0.0",
"webpack": "^4.5.0"
},
"devDependencies": {
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"gulp-postcss": "^7.0.1"
}
}