-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.94 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.94 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
{
"name": "starter-tanstack",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "node .output/server/index.mjs",
"lint": "eslint",
"format:write": "prettier . --write"
},
"dependencies": {
"@base-ui/react": "^1.0.0",
"@fontsource-variable/dm-sans": "^5.2.8",
"@fontsource/dm-mono": "^5.2.7",
"@tanstack/eslint-config": "^0.3.4",
"@tanstack/react-form": "^1.27.7",
"@tanstack/react-query": "5.90.16",
"@tanstack/react-router": "1.145.11",
"@tanstack/react-router-devtools": "1.145.11",
"@tanstack/react-router-ssr-query": "1.145.11",
"@tanstack/react-start": "1.145.11",
"better-auth": "1.4.10",
"better-sqlite3": "^12.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.562.0",
"next-themes": "^0.4.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"shadcn": "^3.6.3",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"zod": "4.3.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-devtools": "^0.9.1",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.1",
"nitro": "^3.0.1-alpha.1",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"typescript-eslint": "^8.52.0",
"vite": "7.3.1",
"vite-tsconfig-paths": "^6.0.3"
}
}