-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 931 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 931 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": "gridline",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "ultracite fix && tsc",
"clean": "rm -rf build dist .nitro .tanstack .output"
},
"dependencies": {
"@tanstack/react-router": "^1.133.12",
"@tanstack/react-start": "^1.133.12",
"nitro": "^3.0.1-alpha.0",
"react": "19.2.0",
"react-dom": "19.2.0"
},
"devDependencies": {
"web-vitals": "^5.1.0",
"@biomejs/biome": "2.3.8",
"@tailwindcss/postcss": "^4.1.14",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.14",
"@types/node": "^24.8.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.0.4",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3",
"ultracite": "6.3.8",
"vite": "^7.1.10",
"vite-tsconfig-paths": "^5.1.4"
}
}