-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 997 Bytes
/
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
{
"name": "myblog2.0-admin",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build ",
"serve": "vite preview"
},
"dependencies": {
"axios": "^0.21.1",
"echarts": "^5.1.2",
"element-plus": "^1.0.2-beta.55",
"highlight.js": "^11.2.0",
"js-cookie": "^3.0.0",
"lodash": "^4.17.21",
"marked": "^2.1.3",
"moment": "^2.29.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.2.0",
"vue": "^3.0.5",
"vue-router": "^4.0.10",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.5",
"@vue/compiler-sfc": "^3.0.5",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/eslint-config-standard": "^5.1.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.0.0",
"sass": "^1.37.5",
"vite": "^2.4.4"
}
}