-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
83 lines (83 loc) · 2.17 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "vue-admin-vuetify",
"version": "0.6.0-beta.2",
"description": "Basic plugin for YM",
"main": "index.js",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"vue-basis",
"vue-admin",
"vuetify",
"admin",
"vue-admin-vuetify"
],
"author": {
"name": "vasttian",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/vasttian/vue-admin-vuetify/issues"
},
"homepage": "https://github.com/vasttian/vue-admin-vuetify#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@tinymce/tinymce-vue": "^3.0.1",
"axios": "^0.21.2",
"clipboard": "^2.0.4",
"codemirror": "^5.58.2",
"echarts": "^4.2.1",
"echarts-liquidfill": "^2.0.5",
"highlight.js": "^10.4.1",
"jsonlint": "^1.6.3",
"marked": "^4.0.10",
"material-design-icons-iconfont": "^5.0.1",
"mockjs": "^1.0.1-beta3",
"moment": "^2.29.4",
"nprogress": "^0.2.0",
"perfect-scrollbar": "^1.4.0",
"roboto-fontface": "^0.10.0",
"screenfull": "^4.2.0",
"sortablejs": "^1.9.0",
"tinymce": "^5.10.9",
"vconsole": "^3.15.1",
"vue": "^2.6.10",
"vue-baidu-map": "^0.21.21",
"vue-color": "^2.7.0",
"vue-echarts": "^4.0.3",
"vue-i18n": "^8.11.2",
"vue-router": "^3.0.6",
"vuedraggable": "^2.21.0",
"vuetify": "^1.5.16",
"vuex": "^3.1.1",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.2",
"babel-plugin-transform-imports": "^1.5.1",
"node-sass": "^9.0.0",
"sass-loader": "^7.1.0",
"script-loader": "^0.7.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"svg-sprite-loader": "^6.0.11",
"svgo": "^1.2.2",
"svgo-loader": "^2.2.1",
"vue-cli-plugin-basis": "^0.9.0",
"vue-template-compiler": "^2.6.10"
}
}