-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.68 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.68 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
{
"name": "tanstack-start-filterlist",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "npx prisma generate --no-engine && vinxi build",
"start": "vinxi start",
"prisma.studio": "npx prisma studio",
"prisma.seed": "tsx prisma/seed.ts",
"prisma.migrate": "npx prisma migrate dev",
"prisma.push": "npx prisma db push"
},
"dependencies": {
"@prisma/client": "^6.8.2",
"@prisma/extension-accelerate": "^2.0.0",
"@tanstack/react-router": "^1.120.10",
"@tanstack/react-start": "^1.120.10",
"autoprefixer": "10.4.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "9.27.0",
"postcss": "^8.5.3",
"prisma": "^6.8.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.3.0",
"tailwindcss": "3.4.17",
"typescript": "5.8.3",
"vinxi": "^0.5.6",
"zod": "^3.25.28"
},
"devDependencies": {
"@eslint/compat": "^1.2.9",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.27.0",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-router-devtools": "^1.120.10",
"@types/eslint": "^9.6.1",
"@types/node": "22.15.21",
"@types/react": "19.1.5",
"@types/react-dom": "19.1.5",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-autofix": "^2.2.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"globals": "^16.2.0",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"vite-tsconfig-paths": "^5.1.4"
},
"optionalDependencies": {
"@esbuild/linux-x64": "latest",
"@rollup/rollup-linux-x64-gnu": "latest"
}
}