-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 729 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 729 Bytes
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
{
"name": "toolabc",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@opentiny/vue": "^3.26.0",
"@tailwindcss/vite": "^4.1.13",
"@vueuse/core": "^13.9.0",
"dayjs": "^1.11.18",
"lunar-javascript": "^1.7.4",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0",
"tailwindcss": "^4.1.13",
"vue": "^3.5.21",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@opentiny/unplugin-tiny-vue": "^1.0.0",
"@vitejs/plugin-vue": "^6.0.1",
"unplugin-auto-import": "^20.1.0",
"unplugin-vue-components": "^29.0.0",
"vite": "^7.1.6"
}
}