-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.16 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
{
"name": "langpkg.dev",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"generate-routes": "tsr generate",
"build": "vite build",
"preview": "vite preview",
"db:sync": "bun run scripts/sync.ts"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.2",
"@tanstack/react-devtools": "^0.10.8",
"@tanstack/react-router": "^1.170.17",
"@tanstack/react-router-devtools": "^1.167.0",
"@tanstack/react-start": "^1.168.27",
"@tanstack/router-plugin": "^1.168.19",
"drizzle-orm": "^0.45.2",
"nitro": "npm:nitro-nightly@3.0.1-20260702-173353-03122331",
"postgres": "^3.4.9",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwindcss": "^4.3.2",
"ulid": "^3.0.2"
},
"devDependencies": {
"@tanstack/devtools-vite": "^0.8.1",
"@tanstack/eslint-config": "^0.4.0",
"@tanstack/router-cli": "^1.167.18",
"@types/node": "^26.1.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"drizzle-kit": "^0.31.10",
"eslint": "^10.6.0",
"prettier": "^3.9.4",
"typescript": "^6.0.3",
"vite": "^8.1.3"
}
}