-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.49 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.49 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
{
"name": "saaskit",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build && tsc --noEmit",
"preview": "vite start",
"format:write": "prettier . --write"
},
"dependencies": {
"@tanstack/react-form": "^1.27.4",
"@tanstack/react-router": "^1.141.4",
"@tanstack/react-router-devtools": "^1.141.4",
"@tanstack/react-start": "^1.141.5",
"@tanstack/router-core": "^1.141.4",
"better-auth": "^1.4.7",
"better-sqlite3": "^12.5.0",
"clsx": "^2.1.1",
"lucide-react": "^0.561.0",
"next-themes": "^0.4.6",
"nitro": "^3.0.1-alpha.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"zod": "^4.2.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-devtools": "^0.8.4",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@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",
"daisyui": "^5.5.14",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^7.3.0",
"vite-tsconfig-paths": "^6.0.2"
}
}