-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage copy.json
69 lines (69 loc) · 1.99 KB
/
package copy.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "workout-tracker",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --https",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "eslint .",
"setup:dev": "prisma generate && prisma db push",
"postinstall": "prisma generate"
},
"devDependencies": {
"@poppanator/sveltekit-svg": "^4.0.0",
"@skeletonlabs/skeleton": "^1.11.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "1.24.0",
"@vite-pwa/assets-generator": "^0.0.8",
"@vite-pwa/sveltekit": "^0.2.5",
"autoprefixer": "^10.4.14",
"eslint": "^8.28.0",
"eslint-plugin-svelte": "^2.30.0",
"postcss": "^8.4.24",
"prisma-json-schema-generator": "^4.0.0",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"svelte-feather-icons": "^4.0.1",
"svelte-motion": "^0.11.5",
"svelte-time": "^0.7.2",
"sveltekit-view-transition": "^0.5.3",
"svgo": "^3.0.2",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.0",
"vite": "^4.3.6",
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-pwa": "^0.16.4",
"workbox-precaching": "^7.0.0",
"workbox-window": "^7.0.0"
},
"type": "module",
"dependencies": {
"@auth/core": "npm:auth-apple-fix-core",
"@auth/prisma-adapter": "^1.0.1",
"@auth/sveltekit": "npm:auth-sveltekit-apple-fix",
"@floating-ui/dom": "^1.5.1",
"@prisma/client": "^5.16.1",
"@pusher/push-notifications-server": "^1.2.6",
"@pusher/push-notifications-web": "2.0.0-beta.2",
"@sveltejs/adapter-vercel": "^3.0.1",
"@vercel/analytics": "^1.0.2",
"@vercel/postgres": "^0.4.0",
"clsx": "^1.2.1",
"ioredis": "^5.3.2",
"kolorist": "^1.8.0",
"nanoid": "^4.0.2",
"openai": "^3.3.0",
"prisma": "^5.16.1",
"pusher": "^5.1.3",
"pusher-js": "^8.3.0",
"replicache": "^14.2.2",
"rxdb": "^14.16.0",
"rxjs": "^7.8.1",
"workbox-core": "^7.0.0",
"zod": "^3.22.2"
}
}