-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 923 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
{
"name": "geta",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.50",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.15.7",
"@unocss/core": "^0.51.6",
"@unocss/reset": "^0.51.6",
"@vite-pwa/sveltekit": "^0.2.1",
"svelte": "^3.58.0",
"svelte-check": "^3.2.0",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"unocss": "^0.51.6",
"vite": "^4.3.1",
"vite-plugin-pwa": "^0.14.7",
"workbox-window": "^6.5.4"
},
"type": "module",
"dependencies": {
"@sveltejs/adapter-vercel": "^2.4.2",
"@trpc/server": "^10.21.1",
"decimal.js": "^10.4.3",
"trpc-sveltekit": "^3.5.5",
"zod": "^3.21.4"
}
}