-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.67 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": "magic-app",
"version": "0.5.0",
"description": "magic app",
"repository": {
"type": "git",
"url": "https://github.com/niluanxy/mgapp-element"
},
"author": "木风 <smufeng@126.com>",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.18.8",
"chokidar": "^1.7.0",
"colors": "^1.1.2",
"css-loader": "^0.27.3",
"del": "^2.2.2",
"element-ui": "^1.2.5",
"extend": "^3.0.0",
"file-loader": "^0.10.1",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.0",
"gulp-cssimport": "^5.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-param": "^1.0.3",
"gulp-px2rem": "^1.0.10",
"gulp-rename": "^1.2.2",
"gulp-replace-plus": "^0.1.1",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.6.3",
"gulp-uglify": "^3.0.0",
"hash-int": "^1.0.0",
"html-loader": "^0.4.5",
"ip": "^1.1.5",
"mgvue-loader": "^0.3.5",
"moment": "^2.15.1",
"opn": "^4.0.2",
"portscanner": "^2.1.1",
"q": "^1.4.1",
"replace-plus-loader": "^0.1.2",
"rollup-plugin-alias": "^1.2.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-json": "^2.0.2",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^1.0.1",
"rollup-stream": "1.14.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.14.1",
"throttle-debounce": "^1.0.1",
"uglifyjs-webpack-plugin": "^0.4.6",
"vinyl-source-stream": "^1.1.0",
"vue": "^2.4.2",
"vuex": "^2.3.1",
"webpack": "^3.5.4",
"webpack-dev-server": "^2.7.1",
"webpack-stream": "^4.0.0",
"ws": "^3.1.0"
}
}