forked from zhontai/Admin.UI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.8 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
57
58
59
60
61
62
63
64
{
"name": "admin.vue",
"version": "1.7.0",
"private": true,
"description": "中台admin前端解决方案",
"author": "小雪转中雪",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"install:pkg": "npm install --registry https://registry.npm.taobao.org",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@toast-ui/editor": "^3.0.1",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.0.0",
"@toast-ui/editor-plugin-color-syntax": "^3.0.1",
"@toast-ui/editor-plugin-table-merged-cell": "^3.0.0",
"axios": "^0.21.1",
"codemirror": "^5.62.2",
"core-js": "^3.9.1",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.6",
"element-ui": "^2.15.6",
"font-awesome": "^4.7.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"oidc-client": "^1.11.5",
"save-dev": "0.0.1-security",
"sortablejs": "^1.14.0",
"vue": "^2.6.14",
"vue-i18n": "^8.25.0",
"vue-router": "^3.5.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/test-utils": "^1.1.3",
"autoprefixer": "^10.3.1",
"babel-eslint": "^10.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"eslint": "^7.21.0",
"eslint-plugin-vue": "^7.7.0",
"html-webpack-plugin": "^5.2.0",
"mockjs": "^1.1.0",
"sass": "^1.36.0",
"sass-loader": "^10.2.0",
"script-ext-html-webpack-plugin": "^2.1.5",
"vue-template-compiler": "^2.6.14"
},
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}