-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (55 loc) · 1.71 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
{
"name": "element-china-category-data",
"version": "1.0.4",
"description": "Element UI 级联 国民经济行业划分数据",
"main": "./dist/app.js",
"scripts": {
"dev": "webpack-dev-server --config webpack.dev.config.js --inline --hot",
"docs": "webpack --config webpack.doc.config.js --progress --hide-modules",
"build": "webpack --config webpack.build.config.js --progress --hide-modules",
"build-commonjs": "webpack --config webpack.build.commonjs.config.js --progress --hide-modules",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xiaofanger/element-china-category-data.git"
},
"keywords": [
"element",
"elementui",
"element-ui",
"vue",
"国民经济行业划分",
"行业划分表"
],
"author": "844125097@qq.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/xiaofanger/element-china-category-data/issues"
},
"homepage": "https://github.com/xiaofanger/element-china-category-data#readme",
"dependencies": {
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "7",
"babel-plugin-component": "^1.1.1",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^2.1.0",
"element-ui": "^2.5.4",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"uglify-js": "^3.4.9",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.1.2",
"vue": "^2.6.6",
"vue-loader": "^15.6.2",
"vue-template-compiler": "^2.6.6",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
}
}