-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.75 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.75 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "svelte-stack",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"dev-ws": "bunx nodemon --watch dev.ts --watch src/hooks.server.ts --exec 'bun --bun dev.ts'",
"dev-db": "docker compose -f docker-compose.dev.yml up",
"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 .",
"format": "prettier --write .",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"translate": "pnpx @inlang/cli machine translate --project 'C:\\Users\\timoo\\Desktop\\Projekte\\Svelte-Stack\\project.inlang'"
},
"devDependencies": {
"@sveltejs/kit": "^2.13.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@types/bun": "^1.1.14",
"@types/dom-view-transitions": "^1.0.5",
"@types/nodemailer": "^6.4.17",
"@types/pg": "^8.11.10",
"@types/react": "^19.0.2",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.30.1",
"nodemon": "^3.1.9",
"postcss": "^8.4.49",
"postcss-load-config": "^6.0.1",
"postgres": "^3.4.5",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"rollup-plugin-visualizer": "^5.12.0",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite-plugin-inspect": "^0.10.3",
"@inlang/paraglide-js": "1.11.3"
},
"type": "module",
"dependencies": {
"@inlang/cli": "^2.18.1",
"@inlang/paraglide-sveltekit": "^0.15.0",
"@lucia-auth/adapter-drizzle": "^1.1.0",
"@react-email/components": "^0.0.31",
"@react-email/tailwind": "^1.0.4",
"@sveltejs/enhanced-img": "^0.4.4",
"@types/react-dom": "^19.0.2",
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4",
"@zxcvbn-ts/language-de": "^3.0.2",
"@zxcvbn-ts/language-en": "^3.0.2",
"arctic": "^2.3.3",
"argon2": "^0.41.1",
"bits-ui": "^1.0.0-next.74",
"clsx": "^2.1.1",
"cookie": "^1.0.2",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.38.2",
"drizzle-zod": "^0.6.0",
"lucia": "^3.2.2",
"lucide-svelte": "^0.468.0",
"nodemailer": "^6.9.16",
"oslo": "^1.2.1",
"pg": "^8.13.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"server": "react-dom/server",
"shadcn-svelte": "^0.14.0",
"svelte-adapter-bun": "^0.5.2",
"svelte-flag-icons": "^2.0.1",
"svelte-sonner": "^0.3.28",
"sveltekit-flash-message": "^2.4.4",
"sveltekit-rate-limiter": "^0.6.1",
"sveltekit-superforms": "^2.22.1",
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.3.0",
"tailwindcss-animate": "^1.0.7",
"vite": "^6.0.4",
"zod": "^3.24.1"
},
"trustedDependencies": [
"@sveltejs/kit",
"bun",
"svelte-preprocess"
]
}