-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.89 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
{
"name": "bpvank-front-end",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@highlightjs/vue-plugin": "^2.1.0",
"@kangc/v-md-editor": "^2.1.7",
"@wangeditor/editor": "^5.1.13",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^0.27.2",
"babel-plugin-prismjs": "^2.1.0",
"core-js": "^3.8.3",
"echarts": "^5.3.3",
"element-plus": "^2.2.9",
"highlight.js": "^11.6.0",
"jsonwebtoken": "^8.5.1",
"marked": "^4.0.18",
"prismjs": "^1.28.0",
"qs": "^6.11.0",
"sava": "^1.3.0",
"useless-files-webpack-plugin": "^1.0.1",
"vue": "^3.2.13",
"vue-i18n": "^9.1.10",
"vue-router": "4",
"vuex": "^4.0.2",
"webpack-bundle-analyzer": "^4.7.0"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"compression-webpack-plugin": "^10.0.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"glob": "^8.0.3",
"unplugin-auto-import": "^0.11.0",
"unplugin-vue-components": "^0.22.0",
"vite-plugin-prismjs": "^0.0.8"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {
"no-unused-vars": "off"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"description": "## Project setup ``` yarn install ```",
"main": "babel.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}