-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@formkit/vue": "^0.17.5",
"@regosen/gapless-5": "github:lucat1/Gapless-5#e46c574b8257a681d36f35709c034c02528a5738",
"@tanstack/vue-query": "^4.37.1",
"@vueuse/core": "^10.7.1",
"daisyui": "^3.9.4",
"format-duration": "^3.0.2",
"pinia": "^2.1.7",
"prettier": "^2.8.8",
"vue": "^3.3.13",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@formkit/core": "^0.17.5",
"@formkit/tailwindcss": "^0.17.5",
"@formkit/themes": "^0.17.5",
"@iconify-json/eva": "^1.1.10",
"@iconify-json/fluent": "^1.1.45",
"@iconify-json/mdi": "^1.1.63",
"@iconify/tailwind": "^0.1.4",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.10.5",
"@vitejs/plugin-vue": "^4.6.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"vite": "^4.5.1",
"vite-plugin-pwa": "^0.17.4",
"vue-tsc": "^1.8.27"
}
}