-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 967 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/node": "^20.2.5",
"@unhead/vue": "^1.1.29",
"@vueuse/core": "^10.1.2",
"pinia": "^2.1.3",
"vue": "^3.3.4",
"vue-router": "4"
},
"devDependencies": {
"@unocss/preset-typography": "^0.52.7",
"@vitejs/plugin-vue": "^4.1.0",
"animate.css": "^4.1.1",
"js-base64": "^3.7.5",
"prettier": "2.8.8",
"prettier-plugin-tailwind": "^2.2.12",
"prettier-plugin-tailwindcss": "^0.3.0",
"sass": "^1.62.1",
"typescript": "^5.0.2",
"unocss": "^0.52.4",
"unplugin-auto-import": "^0.16.2",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.9",
"vue-tsc": "^1.4.2"
}
}