-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.41 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
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "rimraf ./dist",
"build": "webpack",
"watch": "webpack --watch && gulp watch",
"server": "webpack-dev-server --open",
"dev": "gulp",
"pro": "gulp --type pro",
"predev": "npm run clean",
"postdev": "npm run build && gulp watch",
"prepro": "npm run clean",
"postpro": "npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-component": "^0.10.0",
"babel-preset-env": "^1.5.1",
"browser-sync": "^2.18.12",
"copy-webpack-plugin": "^4.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-changed": "^3.1.0",
"gulp-clean-css": "^3.4.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^1.1.0",
"gulp-imagemin": "^3.2.0",
"gulp-jshint": "^2.0.4",
"gulp-less": "^3.3.0",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp.spritesmith": "^6.5.0",
"jshint": "^2.9.4",
"merge-stream": "^1.0.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"del": "^2.2.2",
"element-ui": "^1.3.7",
"vue": "^2.3.4"
}
}