-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.05 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
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
{
"name": "f2-demo2",
"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": {
"@corbado/types": "^2.9.0",
"@iconify/svelte": "^4.0.2",
"@skeletonlabs/skeleton": "2.10.2",
"@skeletonlabs/tw-plugin": "0.4.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/forms": "^0.5.7",
"@types/matter-js": "^0.19.7",
"@types/node": "22.4.1",
"autoprefixer": "10.4.20",
"postcss": "8.4.41",
"svelte": "^4.2.7",
"svelte-carousel": "^1.0.25",
"svelte-check": "^3.6.0",
"tailwindcss": "3.4.10",
"typescript": "^5.0.0",
"unplugin-icons": "^0.19.3",
"vite": "^5.0.3",
"vite-plugin-tailwind-purgecss": "0.3.3"
},
"type": "module",
"dependencies": {
"@auth/sveltekit": "^1.5.3",
"@corbado/web-js": "^2.14.0",
"@crownframework/svelte-error-boundary": "^1.0.3",
"@floating-ui/dom": "1.6.10",
"@lottiefiles/dotlottie-svelte": "^0.3.23",
"@lottiefiles/svelte-lottie-player": "^0.3.1",
"@neodrag/svelte": "^2.0.6",
"@paypal/paypal-js": "^8.1.2",
"@react2svelte/image-gallery": "^1.0.1",
"@rive-app/canvas": "^2.21.5",
"@sentry/sveltekit": "^8.41.0",
"@stripe/stripe-js": "^4.7.0",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.4",
"@types/siema": "^1.4.11",
"@use-gesture/vanilla": "^10.3.1",
"boxicons": "^2.1.4",
"browser-image-compression": "^2.0.2",
"compressorjs": "^1.2.1",
"gsap": "^3.12.5",
"joystick-controller": "^1.1.1",
"matter-js": "^0.20.0",
"nipplejs": "^0.10.2",
"phaser": "^3.86.0",
"planck-js": "^0.3.31",
"sharp": "^0.33.5",
"siema": "^1.5.1",
"svelte-playing-cards": "^2.2.0",
"uuid": "^11.0.3",
"webp-converter-browser": "^1.0.4"
}
}