-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
75 lines (75 loc) · 2.06 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
68
69
70
71
72
73
74
75
{
"name": "spatz-2",
"version": "0.4.0",
"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",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/enhanced-img": "^0.3.6",
"@sveltejs/kit": "^2.5.27",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/typography": "^0.5.13",
"@types/eslint": "^8.56.7",
"autoprefixer": "^10.4.19",
"bits-ui": "1.0.0-next.39",
"clsx": "^2.1.1",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.45.1",
"globals": "^15.0.0",
"lucide-svelte": "^0.408.0",
"object-to-formdata": "^4.5.1",
"postcss": "^8.4.38",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.4",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-stripe": "^1.2.0",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.4.1",
"typescript": "^5.5.0",
"typescript-eslint": "^8.0.0-alpha.20",
"vite": "^5.4.4"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.45",
"@ai-sdk/svelte": "^0.0.35",
"@iconify/svelte": "^4.0.2",
"@stripe/stripe-js": "^4.3.0",
"@unovis/svelte": "1.4.3-beta.0",
"ai": "^3.2.34",
"bad-words": "^4.0.0",
"cmdk-sv": "^0.0.18",
"cobe": "^0.6.3",
"embla-carousel-autoplay": "^8.1.6",
"embla-carousel-svelte": "^8.1.6",
"formsnap": "^1.0.1",
"gsap": "^3.12.5",
"maplibre-gl": "^4.5.0",
"mode-watcher": "^0.3.1",
"openai": "^4.53.0",
"playwright": "^1.27.1",
"pocketbase": "^0.21.3",
"qrcode": "^1.5.4",
"stripe": "^16.8.0",
"svelte-maplibre": "^0.9.9",
"svelte-motion": "^0.12.2",
"svelte-sonner": "^0.3.26",
"sveltekit-superforms": "^2.16.0",
"vaul-svelte": "^0.3.2",
"zod": "^3.23.8"
},
"type": "module"
}