-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.57 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.57 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
{
"name": "easydarwin-web-src",
"version": "1.0.0",
"description": "EasyDarwin Web Page",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE_ENV=development webpack-dev-server --open",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"keywords": [
"EasyDarwin"
],
"author": "penggy",
"license": "ISC",
"devDependencies": {
"admin-lte": "2.4.3",
"babel-core": "6.26.0",
"babel-loader": "7.1.4",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-stage-2": "6.24.1",
"bootstrap": "3.4.1",
"clean-webpack-plugin": "0.1.19",
"copy-webpack-plugin": "4.5.1",
"cross-env": "5.1.4",
"css-loader": "0.28.11",
"easy-player": "1.0.15",
"echarts": "4.0.4",
"element-ui": "2.2.2",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.11",
"font-awesome": "4.7.0",
"glob": "7.1.2",
"html-webpack-plugin": "3.1.0",
"jquery-ui": "1.12.1",
"less": "3.0.1",
"less-loader": "4.1.0",
"moment": "2.21.0",
"node-sass": "4.8.3",
"optimize-css-assets-webpack-plugin": "3.2.0",
"pretty-bytes": "4.0.2",
"sass-loader": "6.0.7",
"sockette": "2.0.0",
"style-loader": "0.20.3",
"url-loader": "1.0.1",
"v-charts": "1.16.7",
"vee-validate": "2.0.6",
"vue": "2.5.16",
"vue-loader": "14.2.2",
"vue-router": "3.0.1",
"vue-template-compiler": "2.5.16",
"vuex": "3.0.1",
"webpack": "3.11.0",
"webpack-dev-server": "2.11.2"
}
}