forked from zhontai/Admin.UI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.65 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
{
"name": "admin.ui",
"version": "2.2.2",
"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.npmmirror.com --legacy-peer-deps",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@toast-ui/editor": "3.2.0",
"@toast-ui/editor-plugin-code-syntax-highlight": "3.1.0",
"@toast-ui/editor-plugin-color-syntax": "3.1.0",
"@toast-ui/editor-plugin-table-merged-cell": "3.1.0",
"axios": "0.27.2",
"codemirror": "5.64.0",
"core-js": "3.25.0",
"crypto-js": "4.1.1",
"dayjs": "1.11.5",
"element-ui": "2.15.10",
"js-cookie": "3.0.1",
"lodash": "4.17.21",
"oidc-client": "1.11.5",
"sortablejs": "1.15.0",
"nprogress": "0.2.0",
"vue": "2.7.10",
"vue-i18n": "8.26.7",
"vue-router": "3.5.3",
"vuex": "3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.15",
"@vue/cli-plugin-eslint": "4.5.15",
"@vue/cli-service": "4.5.15",
"autoprefixer": "10.4.8",
"babel-eslint": "10.1.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"compression-webpack-plugin": "5.0.2",
"eslint": "7.15.0",
"eslint-plugin-vue": "7.2.0",
"sass": "1.32.13",
"sass-loader": "10.1.1",
"script-ext-html-webpack-plugin": "2.1.5",
"vue-template-compiler": "2.7.10"
},
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}