-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.75 KB
/
package.json
File metadata and controls
91 lines (91 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
{
"dependencies": {
"@aws-sdk/client-s3": "^3.969.0",
"@chakra-ui/react": "^3.31.0",
"@emotion/react": "^11.14.0",
"@neondatabase/serverless": "^1.0.2",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/devtools-vite": "^0.4.1",
"@tanstack/react-devtools": "^0.9.2",
"@tanstack/react-form": "^1.27.7",
"@tanstack/react-form-devtools": "^0.2.11",
"@tanstack/react-pacer": "^0.19.2",
"@tanstack/react-pacer-devtools": "0.5.2",
"@tanstack/react-query": "^5.90.17",
"@tanstack/react-query-devtools": "^5.91.2",
"@tanstack/react-router": "^1.149.3",
"@tanstack/react-router-devtools": "^1.149.3",
"@tanstack/react-router-ssr-query": "^1.149.3",
"@tanstack/react-start": "^1.149.4",
"better-auth": "1.4.12",
"date-fns": "^4.1.0",
"drizzle-kit": "^0.31.8",
"drizzle-orm": "^0.45.1",
"drizzle-zod": "^0.8.3",
"isomorphic-dompurify": "^2.35.0",
"kysely": "^0.28.9",
"lodash-es": "^4.17.22",
"media-chrome": "^4.17.2",
"mediabunny": "^1.28.0",
"mediainfo.js": "^0.3.6",
"next-themes": "^0.4.6",
"nitro": "^3.0.1-alpha.1",
"pg": "^8.17.0",
"postgres": "^3.4.8",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"taze": "^19.9.2",
"vite-plugin-static-copy": "^3.1.4",
"zod": "^4.3.5"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@cloudflare/workers-types": "^4.20260116.0",
"@types/bun": "^1.3.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^25.0.8",
"@types/pg": "^8.16.0",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "7.0.0-dev.20260113.1",
"@vitejs/plugin-react": "^5.1.2",
"dotenv": "^17.2.3",
"drizzle-seed": "^0.3.1",
"knip": "^5.80.2",
"oxfmt": "0.24.0",
"oxlint": "^1.39.0",
"oxlint-tsgolint": "^0.11.0",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.0.4",
"vitest": "^4.0.17"
},
"name": "vitesakuga",
"private": true,
"scripts": {
"biome": "biome check --write",
"build": "vite build",
"db": "drizzle-kit",
"dcd": "docker compose down",
"dcu": "docker compose up -d",
"dev": "vite dev",
"dev:local": "vite dev --mode docker",
"format": "oxfmt --write .",
"format:check": "oxfmt --check .",
"knip": "knip",
"lint": "oxlint . --type-aware --type-check --fix-dangerously",
"lint:check": "oxlint . --type-aware --type-check",
"prod": "vite dev --mode production",
"serve": "vite preview",
"start": "node run .output/server/index.mjs",
"test": "vitest -w",
"tz": "taze major -a -f"
},
"sideEffects": false,
"trustedDependencies": [
"@parcel/watcher"
],
"type": "module"
}