-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.64 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.64 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
{
"name": "vue_eleme",
"version": "1.0.0",
"description": "this is a web app like eleme",
"main": "main.js",
"scripts": {
"dll": "webpack --config config/dll.config.js --mode development",
"dev": "webpack-dev-server --config build/webpack.config.dev.js --mode development --progress --colors",
"build": "webpack --config build/webpack.config.prod.js --mode production --progress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devoutDisciple/vue_eleme.git"
},
"keywords": [
"eleme",
"web",
"app"
],
"author": "zhangzhen",
"license": "ISC",
"dependencies": {
"babel-plugin-component": "^1.1.1",
"babel-polyfill": "^6.26.0",
"element-ui": "^2.4.8",
"jquery": "^3.4.1",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.1.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-stage-2": "^7.0.0",
"autoprefixer": "^9.3.1",
"babel-loader": "^8.0.0-beta.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-stage-2": "^6.24.1",
"chalk": "^2.4.1",
"clean-webpack-plugin": "^0.1.19",
"compression-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^4.5.4",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"happypack": "^5.0.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"less-plugin-clean-css": "^1.5.1",
"postcss-loader": "^3.0.0",
"shelljs": "^0.8.2",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.1.2",
"vue-hot-reload-api": "^2.3.1",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"vue-template-loader": "^1.0.0",
"webpack": "^4.21.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"webpack-merge": "^4.1.4"
},
"bugs": {
"url": "https://github.com/devoutDisciple/vue_eleme/issues"
},
"homepage": "https://github.com/devoutDisciple/vue_eleme#readme"
}