-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 794 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 794 Bytes
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
{
"name": "tanstack-starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"lint": "biome lint --write",
"format": "biome format . --write"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@tailwindcss/vite": "^4.1.12",
"@tanstack/react-router": "^1.131.27",
"@tanstack/react-start": "^1.131.27",
"clsx": "^2.1.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.12",
"vite": "^7.1.3"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.1",
"typescript": "^5.9.2",
"vite-tsconfig-paths": "^5.1.4"
}
}