-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.34 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.34 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "mmf-ui-toolbox",
"version": "1.0.0",
"description": "A Vue.js project",
"author": "Perlou <a87387875@163.com>",
"private": true,
"scripts": {
"dev": "ENV=dev node build/dev-server.js",
"dev-build": "ENV=dev node build/build.js",
"sit": "ENV=sit node build/build.js",
"deploy": "ENV=deploy node build/build.js",
"svg": "vsvg -s ./static/svg -t ./src/components/icons"
},
"dependencies": {
"bourbon": "^4.3.3",
"color": "^2.0.0",
"deep-extend": "^0.4.1",
"element-theme-default": "^1.2.7",
"normalize.css": "^5.0.0",
"particles.js": "^2.0.0",
"qs": "^6.4.0",
"vue": "^2.2.1",
"vue-material": "^0.7.1",
"vue-router": "^2.3.0",
"vue-svgicon": "^1.1.4",
"vuex": "^2.2.1"
},
"devDependencies": {
"autoprefixer": "^6.7.2",
"axios": "^0.15.3",
"blueimp-md5": "^2.7.0",
"chalk": "^1.1.3",
"colors": "^1.1.2",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.0",
"friendly-errors-webpack-plugin": "^1.1.3",
"fs-plus": "^3.0.0",
"function-bind": "^1.1.0",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"node-sass": "^4.5.0",
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"ora": "^1.1.0",
"postcss-assets": "^4.1.0",
"postcss-loader": "^1.3.3",
"prompt": "^1.0.0",
"rimraf": "^2.6.0",
"sass-loader": "^6.0.2",
"semver": "^5.3.0",
"style-loader": "^0.13.2",
"stylelint": "^7.9.0",
"stylelint-config-standard": "^16.0.0",
"stylelint-order": "^0.3.0",
"ts-loader": "^2.0.1",
"tslib": "^1.6.0",
"typescript": "^2.2.1",
"url-loader": "^0.5.7",
"vue-loader": "^11.1.4",
"vue-property-decorator": "^4.0.0",
"vue-style-loader": "^2.0.0",
"vue-template-compiler": "^2.2.1",
"vuex-class": "^0.1.3",
"webpack": "^2.2.1",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.16.1",
"webpack-merge": "^2.6.1",
"yargs": "^7.0.1"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserlist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}