-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "templatemanage",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .ts,.vue ."
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^10.11.0",
"@wangeditor/editor-for-vue": "^5.1.12",
"echarts": "^5.5.1",
"element-plus": "^2.7.7",
"highlight.js": "^11.10.0",
"nprogress": "^0.2.0",
"ofetch": "^1.3.4",
"pinia": "^2.1.7",
"sass": "^1.77.8",
"sass-loader": "^16.0.1",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"unplugin-auto-import": "^0.18.0",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.1",
"vite-plugin-vue-devtools": "^7.3.1"
},
"lint-staged": {
"*.{ts,vue}": [
"eslint --fix",
"git add"
]
}
}