-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 886 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
36
37
38
39
{
"name": "bunny-google-fonts",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"vercel:dev": "vercel dev",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^10.10.1",
"consola": "^3.2.3",
"ky": "^1.3.0",
"tailwind-variants": "^0.2.1",
"vue": "^3.4.21",
"vue-toastification": "2.0.0-rc.5"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/node": "^20.14.2",
"@vercel/node": "^3.1.7",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"prettier": "^3.3.2",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vercel": "^34.2.6",
"vite": "^5.2.0",
"vue-tsc": "^2.0.6"
},
"pnpm": {
"overrides": {
"typescript": "5.4.5"
}
}
}