-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·66 lines (66 loc) · 1.85 KB
/
package.json
File metadata and controls
executable file
·66 lines (66 loc) · 1.85 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
{
"name": "customize",
"description": "组件客制化",
"version": "1.0.0",
"author": "lumotian <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"@vue/ui": "^0.11.5",
"axios": "^0.19.2",
"element-ui": "^2.13.2",
"launch-editor-middleware": "^2.2.1",
"object-hash": "^2.0.3",
"vue": "^2.6.10",
"vue-router": "^3.4.3",
"vue-virtual-scroller": "^1.0.0-rc.2",
"vuex": "^3.1.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/highlight": "^7.0.0",
"autoprefixer": "^9.1.5",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.0.16",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"babel-preset-stage-3": "^6.24.1",
"buble": "^0.19.0",
"buble-loader": "^0.5.1",
"circular-json-es6": "^2.0.2",
"cross-env": "^5.0.5",
"css-loader": "^1.0.0",
"d3": "^5.9.2",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.7.0",
"inquirer": "^6.2.0",
"lodash": "^4.17.15",
"lru-cache": "^5.1.1",
"postcss-loader": "^3.0.0",
"semver": "^5.5.1",
"style-resources-loader": "^1.2.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^1.1.1",
"vue-loader": "^15.7.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.8",
"webpack-merge": "^4.2.2"
}
}