-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.11 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.11 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
{
"name": "weebo",
"type": "module",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "ultracite fix --unsafe && tsc",
"clean": "rm -rf build dist .nitro .tanstack .output"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-slot": "^1.2.4",
"@tanstack/react-router": "^1.143.11",
"@tanstack/react-start": "^1.143.12",
"nitro": "^3.0.1-alpha.1",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"ultracite": "6.5.0",
"vite": "^7.3.0",
"vite-tsconfig-paths": "^6.0.3",
"web-vitals": "^5.1.0"
}
}