-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.25 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
{
"name": "spring-boot-plus-vue3",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
"lint:prettier": "prettier --write \"**/*.{js,ts,json,css,less,scss,vue,html,md}\""
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@highlightjs/vue-plugin": "^2.1.0",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"element-plus": "^2.7.2",
"highlight.js": "^11.9.0",
"js-cookie": "^3.0.5",
"js-md5": "^0.8.3",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"pinia-plugin-persist": "^1.0.0",
"postcss": "^8.4.38",
"qs": "^6.12.1",
"tailwindcss": "^3.4.3",
"vue": "^3.4.21",
"vue-clipboard3": "^2.0.0",
"vue-router": "^4.3.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.25.0",
"prettier": "^3.2.5",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.0",
"vite-plugin-svg-icons": "^2.0.1"
},
"engines": {
"node": ">=18.0.0"
},
"volta": {
"node": "18.20.2"
}
}