-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
68 lines (68 loc) · 1.93 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
63
64
65
66
67
68
{
"name": "test",
"version": "1.0.0",
"description": "This is for study gulp project !",
"homepage": "",
"repository": {
"type": "git",
"url": "https://git.oschina.net/xxxx"
},
"author": "surging <[email protected]>",
"license": "ISC",
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.0.0-beta.35",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"browser-sync": "^2.11.2",
"del": "^3.0.0",
"extract-text-webpack-plugin": "next",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^7.0.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^1.3.0",
"gulp-imagemin": "^2.4.0",
"gulp-inline-source": "^3.1.0",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-less-reporter": "0.0.2",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.3",
"gulp-minify-html": "^1.0.6",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-preprocess": "^3.0.2",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-rev-collector": "^1.2.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.1",
"json-server": "^0.12.1",
"mockjs": "^1.0.1-beta3",
"nodemon": "^1.12.1",
"run-sequence": "^2.2.0",
"vinyl-paths": "^2.1.0"
},
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon mock/server.js"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "7",
"babel-polyfill": "^6.26.0",
"gulp-webpack": "^1.5.0",
"http-proxy-middleware": "^0.19.1",
"mockjs": "^1.0.1-beta3",
"vinyl-named": "^1.1.0",
"webpack-stream": "^5.2.1"
}
}