|
@@ -1,144 +1,144 @@
|
1
|
|
-{
|
2
|
|
- "name": "vue-element-admin",
|
3
|
|
- "version": "3.7.3",
|
4
|
|
- "description": "A magical vue admin. Typical templates for enterprise applications. Newest development stack of vue. Lots of awesome features",
|
5
|
|
- "author": "Pan <panfree23@gmail.com>",
|
6
|
|
- "license": "MIT",
|
7
|
|
- "scripts": {
|
8
|
|
- "dev": "cross-env BABEL_ENV=development webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
9
|
|
- "build:prod": "cross-env NODE_ENV=production env_config=prod node build/build.js",
|
10
|
|
- "build:sit": "cross-env NODE_ENV=production env_config=sit node build/build.js && npm run fixfont && npm run fiximg",
|
11
|
|
- "build-cdn": "node build/build-cdn.js",
|
12
|
|
- "lint": "eslint --ext .js,.vue src",
|
13
|
|
- "test": "npm run lint",
|
14
|
|
- "precommit": "lint-staged",
|
15
|
|
- "build": "cross-env NODE_ENV=production env_config=sit node --max_old_space_size=8192 build/build.js && npm run fixfont && npm run fiximg",
|
16
|
|
- "fixfont": "xcopy %cd%\\dist\\static\\fonts %cd%\\dist\\static\\css\\static\\fonts /s /y /d /e /i",
|
17
|
|
- "fiximg": "xcopy %cd%\\dist\\static\\img %cd%\\dist\\static\\css\\static\\img /s /y /d /e /i"
|
18
|
|
- },
|
19
|
|
- "lint-staged": {
|
20
|
|
- "src/**/*.{js,vue}": [
|
21
|
|
- "eslint --fix",
|
22
|
|
- "git add"
|
23
|
|
- ]
|
24
|
|
- },
|
25
|
|
- "keywords": [
|
26
|
|
- "vue",
|
27
|
|
- "element-ui",
|
28
|
|
- "admin",
|
29
|
|
- "management-system",
|
30
|
|
- "admin-template"
|
31
|
|
- ],
|
32
|
|
- "repository": {
|
33
|
|
- "type": "git",
|
34
|
|
- "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
|
35
|
|
- },
|
36
|
|
- "bugs": {
|
37
|
|
- "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
|
38
|
|
- },
|
39
|
|
- "dependencies": {
|
40
|
|
- "@types/moment": "^2.13.0",
|
41
|
|
- "ajv": "^6.5.3",
|
42
|
|
- "axios": "0.17.1",
|
43
|
|
- "clipboard": "^1.7.1",
|
44
|
|
- "codemirror": "5.32.0",
|
45
|
|
- "connect": "3.6.6",
|
46
|
|
- "default-passive-events": "^2.0.0",
|
47
|
|
- "driver.js": "0.5.2",
|
48
|
|
- "dropzone": "5.2.0",
|
49
|
|
- "echarts": "3.8.5",
|
50
|
|
- "element-ui": "^2.13.2",
|
51
|
|
- "file-saver": "^1.3.8",
|
52
|
|
- "font-awesome": "4.7.0",
|
53
|
|
- "increase-memory-limit": "^1.0.7",
|
54
|
|
- "js-cookie": "2.2.0",
|
55
|
|
- "jsbarcode": "^3.11.5",
|
56
|
|
- "jsonlint": "1.6.3",
|
57
|
|
- "jszip": "3.1.5",
|
58
|
|
- "mockjs": "1.0.1-beta3",
|
59
|
|
- "moment": "^2.24.0",
|
60
|
|
- "node-sass": "4.14.1",
|
61
|
|
- "normalize.css": "7.0.0",
|
62
|
|
- "nprogress": "0.2.0",
|
63
|
|
- "print-js": "^1.0.50",
|
64
|
|
- "qrcodejs2": "0.0.2",
|
65
|
|
- "screenfull": "4.2.0",
|
66
|
|
- "serve-static": "1.13.2",
|
67
|
|
- "showdown": "1.8.5",
|
68
|
|
- "simplemde": "1.11.2",
|
69
|
|
- "sortablejs": "1.7.0",
|
70
|
|
- "vue": "2.5.16",
|
71
|
|
- "vue-clipboard": "0.0.1",
|
72
|
|
- "vue-clipboard2": "^0.3.1",
|
73
|
|
- "vue-count-to": "1.0.13",
|
74
|
|
- "vue-i18n": "7.3.2",
|
75
|
|
- "vue-multiselect": "2.0.8",
|
76
|
|
- "vue-router": "3.0.1",
|
77
|
|
- "vue-splitpane": "1.0.2",
|
78
|
|
- "vuedraggable": "^2.16.0",
|
79
|
|
- "vuex": "3.0.1",
|
80
|
|
- "xlsx": "^0.11.19"
|
81
|
|
- },
|
82
|
|
- "devDependencies": {
|
83
|
|
- "autoprefixer": "7.2.3",
|
84
|
|
- "babel-core": "6.26.0",
|
85
|
|
- "babel-eslint": "8.0.3",
|
86
|
|
- "babel-helper-vue-jsx-merge-props": "2.0.3",
|
87
|
|
- "babel-loader": "7.1.2",
|
88
|
|
- "babel-plugin-dynamic-import-node": "^1.2.0",
|
89
|
|
- "babel-plugin-syntax-jsx": "6.18.0",
|
90
|
|
- "babel-plugin-transform-runtime": "6.23.0",
|
91
|
|
- "babel-plugin-transform-vue-jsx": "3.5.0",
|
92
|
|
- "babel-preset-env": "1.6.1",
|
93
|
|
- "babel-preset-stage-2": "6.24.1",
|
94
|
|
- "chalk": "2.3.0",
|
95
|
|
- "copy-webpack-plugin": "4.3.0",
|
96
|
|
- "cross-env": "^7.0.3",
|
97
|
|
- "crypto-js": "^4.1.1",
|
98
|
|
- "css-loader": "0.28.7",
|
99
|
|
- "eslint": "4.13.1",
|
100
|
|
- "eslint-friendly-formatter": "3.0.0",
|
101
|
|
- "eslint-loader": "1.9.0",
|
102
|
|
- "eslint-plugin-html": "4.0.1",
|
103
|
|
- "extract-text-webpack-plugin": "3.0.2",
|
104
|
|
- "file-loader": "1.1.5",
|
105
|
|
- "friendly-errors-webpack-plugin": "1.6.1",
|
106
|
|
- "html-webpack-plugin": "2.30.1",
|
107
|
|
- "lint-staged": "7.2.0",
|
108
|
|
- "node-notifier": "5.1.2",
|
109
|
|
- "node-sass": "^4.14.1",
|
110
|
|
- "optimize-css-assets-webpack-plugin": "3.2.0",
|
111
|
|
- "ora": "1.3.0",
|
112
|
|
- "portfinder": "1.0.13",
|
113
|
|
- "postcss-import": "11.0.0",
|
114
|
|
- "postcss-loader": "2.0.9",
|
115
|
|
- "postcss-url": "7.3.0",
|
116
|
|
- "qiniu-webpack-plugin": "^0.4.2",
|
117
|
|
- "rimraf": "2.6.2",
|
118
|
|
- "sass-loader": "^6.0.7",
|
119
|
|
- "sass-resources-loader": "^1.3.4",
|
120
|
|
- "script-loader": "^0.7.2",
|
121
|
|
- "semver": "5.4.1",
|
122
|
|
- "shelljs": "0.7.8",
|
123
|
|
- "svg-sprite-loader": "3.5.2",
|
124
|
|
- "uglifyjs-webpack-plugin": "1.1.3",
|
125
|
|
- "url-loader": "0.6.2",
|
126
|
|
- "vue-loader": "13.7.2",
|
127
|
|
- "vue-style-loader": "3.0.3",
|
128
|
|
- "vue-template-compiler": "2.5.16",
|
129
|
|
- "webpack": "3.10.0",
|
130
|
|
- "webpack-bundle-analyzer": "2.9.1",
|
131
|
|
- "webpack-dev-server": "^2.9.7",
|
132
|
|
- "webpack-merge": "4.1.1",
|
133
|
|
- "write-json": "^3.0.1"
|
134
|
|
- },
|
135
|
|
- "engines": {
|
136
|
|
- "node": ">= 4.0.0",
|
137
|
|
- "npm": ">= 3.0.0"
|
138
|
|
- },
|
139
|
|
- "browserslist": [
|
140
|
|
- "> 1%",
|
141
|
|
- "last 2 versions",
|
142
|
|
- "not ie <= 8"
|
143
|
|
- ]
|
144
|
|
-}
|
|
1
|
+{
|
|
2
|
+ "name": "vue-element-admin",
|
|
3
|
+ "version": "3.7.3",
|
|
4
|
+ "description": "A magical vue admin. Typical templates for enterprise applications. Newest development stack of vue. Lots of awesome features",
|
|
5
|
+ "author": "Pan <panfree23@gmail.com>",
|
|
6
|
+ "license": "MIT",
|
|
7
|
+ "scripts": {
|
|
8
|
+ "dev": "cross-env BABEL_ENV=development webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
|
9
|
+ "build:prod": "cross-env NODE_ENV=production env_config=prod node build/build.js",
|
|
10
|
+ "build:sit": "cross-env NODE_ENV=production env_config=sit node build/build.js && npm run fixfont && npm run fiximg",
|
|
11
|
+ "build-cdn": "node build/build-cdn.js",
|
|
12
|
+ "lint": "eslint --ext .js,.vue src",
|
|
13
|
+ "test": "npm run lint",
|
|
14
|
+ "precommit": "lint-staged",
|
|
15
|
+ "build": "cross-env NODE_ENV=production env_config=sit node build/build.js && npm run fixfont && npm run fiximg",
|
|
16
|
+ "fixfont": "xcopy %cd%\\dist\\static\\fonts %cd%\\dist\\static\\css\\static\\fonts /s /y /d /e /i",
|
|
17
|
+ "fiximg": "xcopy %cd%\\dist\\static\\img %cd%\\dist\\static\\css\\static\\img /s /y /d /e /i"
|
|
18
|
+ },
|
|
19
|
+ "lint-staged": {
|
|
20
|
+ "src/**/*.{js,vue}": [
|
|
21
|
+ "eslint --fix",
|
|
22
|
+ "git add"
|
|
23
|
+ ]
|
|
24
|
+ },
|
|
25
|
+ "keywords": [
|
|
26
|
+ "vue",
|
|
27
|
+ "element-ui",
|
|
28
|
+ "admin",
|
|
29
|
+ "management-system",
|
|
30
|
+ "admin-template"
|
|
31
|
+ ],
|
|
32
|
+ "repository": {
|
|
33
|
+ "type": "git",
|
|
34
|
+ "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
|
|
35
|
+ },
|
|
36
|
+ "bugs": {
|
|
37
|
+ "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
|
|
38
|
+ },
|
|
39
|
+ "dependencies": {
|
|
40
|
+ "@types/moment": "^2.13.0",
|
|
41
|
+ "ajv": "^6.5.3",
|
|
42
|
+ "axios": "0.17.1",
|
|
43
|
+ "clipboard": "^1.7.1",
|
|
44
|
+ "codemirror": "5.32.0",
|
|
45
|
+ "connect": "3.6.6",
|
|
46
|
+ "default-passive-events": "^2.0.0",
|
|
47
|
+ "driver.js": "0.5.2",
|
|
48
|
+ "dropzone": "5.2.0",
|
|
49
|
+ "echarts": "3.8.5",
|
|
50
|
+ "element-ui": "^2.13.2",
|
|
51
|
+ "file-saver": "^1.3.8",
|
|
52
|
+ "font-awesome": "4.7.0",
|
|
53
|
+ "js-cookie": "2.2.0",
|
|
54
|
+ "jsbarcode": "^3.11.5",
|
|
55
|
+ "jsonlint": "1.6.3",
|
|
56
|
+ "jszip": "3.1.5",
|
|
57
|
+ "mockjs": "1.0.1-beta3",
|
|
58
|
+ "moment": "^2.24.0",
|
|
59
|
+ "node-sass": "4.14.1",
|
|
60
|
+ "normalize.css": "7.0.0",
|
|
61
|
+ "nprogress": "0.2.0",
|
|
62
|
+ "print-js": "^1.0.50",
|
|
63
|
+ "qrcodejs2": "0.0.2",
|
|
64
|
+ "screenfull": "4.2.0",
|
|
65
|
+ "serve-static": "1.13.2",
|
|
66
|
+ "showdown": "1.8.5",
|
|
67
|
+ "simplemde": "1.11.2",
|
|
68
|
+ "sortablejs": "1.7.0",
|
|
69
|
+ "v-fit-columns": "^0.2.0",
|
|
70
|
+ "vue": "2.5.16",
|
|
71
|
+ "vue-clipboard": "0.0.1",
|
|
72
|
+ "vue-clipboard2": "^0.3.1",
|
|
73
|
+ "vue-count-to": "1.0.13",
|
|
74
|
+ "vue-i18n": "7.3.2",
|
|
75
|
+ "vue-multiselect": "2.0.8",
|
|
76
|
+ "vue-router": "3.0.1",
|
|
77
|
+ "vue-splitpane": "1.0.2",
|
|
78
|
+ "vuedraggable": "^2.16.0",
|
|
79
|
+ "vuex": "3.0.1",
|
|
80
|
+ "xlsx": "^0.11.19"
|
|
81
|
+ },
|
|
82
|
+ "devDependencies": {
|
|
83
|
+ "autoprefixer": "7.2.3",
|
|
84
|
+ "babel-core": "6.26.0",
|
|
85
|
+ "babel-eslint": "8.0.3",
|
|
86
|
+ "babel-helper-vue-jsx-merge-props": "2.0.3",
|
|
87
|
+ "babel-loader": "7.1.2",
|
|
88
|
+ "babel-plugin-dynamic-import-node": "^1.2.0",
|
|
89
|
+ "babel-plugin-syntax-jsx": "6.18.0",
|
|
90
|
+ "babel-plugin-transform-runtime": "6.23.0",
|
|
91
|
+ "babel-plugin-transform-vue-jsx": "3.5.0",
|
|
92
|
+ "babel-preset-env": "1.6.1",
|
|
93
|
+ "babel-preset-stage-2": "6.24.1",
|
|
94
|
+ "chalk": "2.3.0",
|
|
95
|
+ "copy-webpack-plugin": "4.3.0",
|
|
96
|
+ "cross-env": "^7.0.3",
|
|
97
|
+ "crypto-js": "^4.1.1",
|
|
98
|
+ "css-loader": "0.28.7",
|
|
99
|
+ "eslint": "4.13.1",
|
|
100
|
+ "eslint-friendly-formatter": "3.0.0",
|
|
101
|
+ "eslint-loader": "1.9.0",
|
|
102
|
+ "eslint-plugin-html": "4.0.1",
|
|
103
|
+ "extract-text-webpack-plugin": "3.0.2",
|
|
104
|
+ "file-loader": "1.1.5",
|
|
105
|
+ "friendly-errors-webpack-plugin": "1.6.1",
|
|
106
|
+ "html-webpack-plugin": "2.30.1",
|
|
107
|
+ "lint-staged": "7.2.0",
|
|
108
|
+ "node-notifier": "5.1.2",
|
|
109
|
+ "node-sass": "^4.14.1",
|
|
110
|
+ "optimize-css-assets-webpack-plugin": "3.2.0",
|
|
111
|
+ "ora": "1.3.0",
|
|
112
|
+ "portfinder": "1.0.13",
|
|
113
|
+ "postcss-import": "11.0.0",
|
|
114
|
+ "postcss-loader": "2.0.9",
|
|
115
|
+ "postcss-url": "7.3.0",
|
|
116
|
+ "qiniu-webpack-plugin": "^0.4.2",
|
|
117
|
+ "rimraf": "2.6.2",
|
|
118
|
+ "sass-loader": "^6.0.7",
|
|
119
|
+ "sass-resources-loader": "^1.3.4",
|
|
120
|
+ "script-loader": "^0.7.2",
|
|
121
|
+ "semver": "5.4.1",
|
|
122
|
+ "shelljs": "0.7.8",
|
|
123
|
+ "svg-sprite-loader": "3.5.2",
|
|
124
|
+ "uglifyjs-webpack-plugin": "1.1.3",
|
|
125
|
+ "url-loader": "0.6.2",
|
|
126
|
+ "vue-loader": "13.7.2",
|
|
127
|
+ "vue-style-loader": "3.0.3",
|
|
128
|
+ "vue-template-compiler": "2.5.16",
|
|
129
|
+ "webpack": "3.10.0",
|
|
130
|
+ "webpack-bundle-analyzer": "2.9.1",
|
|
131
|
+ "webpack-dev-server": "^2.9.7",
|
|
132
|
+ "webpack-merge": "4.1.1",
|
|
133
|
+ "write-json": "^3.0.1"
|
|
134
|
+ },
|
|
135
|
+ "engines": {
|
|
136
|
+ "node": ">= 4.0.0",
|
|
137
|
+ "npm": ">= 3.0.0"
|
|
138
|
+ },
|
|
139
|
+ "browserslist": [
|
|
140
|
+ "> 1%",
|
|
141
|
+ "last 2 versions",
|
|
142
|
+ "not ie <= 8"
|
|
143
|
+ ]
|
|
144
|
+}
|