-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.24 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 3.24 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "devops-admin-web",
"version": "1.0.0",
"description": "",
"main": "src/main.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"build": "cross-env NODE_ENV=production ENV=pro node build/build.js",
"test": "cross-env NODE_ENV=production ENV=test node build/build.js",
"pre": "cross-env NODE_ENV=production ENV=pre node build/build.js",
"dll": "cross-env NODE_ENV=production webpack --progress --config build/webpack.dll.conf.js",
"lint": "eslint --ext .js,.vue src --cache"
},
"author": "",
"license": "ISC",
"dependencies": {
"async-validator": "^1.8.5",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"dayjs": "^1.7.4",
"element-ui": "^2.9.2",
"file-saver": "^1.3.8",
"gimi-utils": "git+https://web_public:BId7AhFFksmWBsyE@gitlab.xgimi.com/front_end/gimiUtils.git#v1.0.0",
"js-cookie": "^2.2.0",
"nprogress": "^0.2.0",
"vue": "^2.5.16",
"vue-codemirror": "^4.0.6",
"vue-i18n": "^8.0.0",
"vue-json-tree-view": "^2.1.4",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0",
"xlsx": "^0.13.3"
},
"devDependencies": {
"add-asset-html-webpack-plugin": "^2.1.3",
"autoprefixer": "^8.6.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"cache-loader": "^1.2.2",
"chalk": "^2.4.1",
"compression-webpack-plugin": "^1.1.11",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^4.5.0",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"happypack": "^5.0.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.7.1",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.0",
"node-notifier": "^5.2.1",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"ora": "^2.1.0",
"portfinder": "^1.0.13",
"postcss-import": "^11.1.0",
"postcss-load-config": "^1.2.0",
"postcss-loader": "^2.1.5",
"postcss-plugin": "^1.0.0",
"postcss-url": "^7.3.2",
"rimraf": "^2.6.2",
"semver": "^5.5.0",
"shelljs": "^0.8.2",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"vue-loader": "^15.2.4",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.10.2",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "3.0.1",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}