-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 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
{
"name": "intentui-tanstack",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"format": "bun run lint && biome format --write",
"lint": "biome lint --fix",
"typecheck": "tsc --noEmit",
"dev": "vite --port=3001",
"build": "vite build",
"serve": "vite preview",
"start": "vite"
},
"devDependencies": {
"@biomejs/biome": "^2.4.12",
"@tailwindcss/vite": "^4.2.4",
"@tanstack/router-plugin": "^1.167.22",
"@tanstack/start": "^1.120.20",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.4",
"vite": "^7.3.2",
"vite-tsconfig-paths": "^6.1.1"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@tanstack/config": "^0.22.2",
"@tanstack/react-router": "^1.168.23",
"@tanstack/router-devtools": "^1.166.13",
"class-variance-authority": "^0.7.1",
"react": "^19.2.5",
"react-aria-components": "^1.17.0",
"react-dom": "^19.2.5",
"tailwind-variants": "^3.2.2",
"tailwindcss-react-aria-components": "^2.1.0",
"tw-animate-css": "^1.4.0",
"unenv": "^1.10.0"
}
}