-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "my-vue-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode dev",
"dev:pord": "vite --mode pord",
"build": "vue-tsc && vite build --mode pord",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
"format": "prettier --write \"./**/*.{html,vue,ts,js,json,md}\""
},
"dependencies": {
"@element-plus/icons-vue": "1.x",
"@unocss/reset": "^0.49.2",
"@vueuse/core": "^9.10.0",
"axios": "^1.2.2",
"echarts": "^5.4.1",
"element-plus": "^2.2.28",
"less": "^4.1.3",
"md-editor-v3": "^2.7.2",
"pinia": "^2.0.23",
"pinia-plugin-persistedstate": "^3.0.2",
"vue": "^3.2.41",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@types/marked": "^4.0.8",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vitejs/plugin-vue": "^3.2.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.7.0",
"prettier": "^2.7.1",
"typescript": "^4.6.4",
"unocss": "^0.48.3",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.2.1",
"vue-tsc": "^1.0.10"
}
}