-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.14 KB
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
{
"name": "project",
"version": "1.0.0",
"description": "main.js",
"scripts": {
"test": "echo\"ERROR:no test specified\"&&exit 1",
"start": "webpack"
},
"author": "yuanyuan",
"licence": "ISC",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.10",
"del": "^3.0.0",
"eruda": "^1.4.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-htmlmin": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^8.1.1",
"gulp-rev-collector": "^1.2.4",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^1.0.0",
"gulp.spritesmith": "^6.9.0",
"html-loader": "^0.5.5",
"normalize.css": "^8.0.0",
"run-sequence": "^2.2.1",
"style-loader": "^0.20.2",
"webpack": "^4.0.0",
"webpack-cli": "^2.0.9",
"webpack-dev-server": "^2.11.1"
},
"devDependencies": {
"gulp-autoprefixer": "^4.1.0",
"gulp-clean": "^0.4.0",
"gulp-imagemin": "^4.1.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.2.0",
"gulp-uglify": "^3.0.0"
}
}