-
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.3.11",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/router-plugin": "^1.149.0",
"@tanstack/start": "^1.120.20",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.0.4"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@tanstack/config": "^0.22.2",
"@tanstack/react-router": "^1.147.3",
"@tanstack/router-devtools": "^1.149.0",
"class-variance-authority": "^0.7.1",
"react": "^19.2.3",
"react-aria-components": "^1.14.0",
"react-dom": "^19.2.3",
"tailwind-variants": "^3.2.2",
"tailwindcss-react-aria-components": "^2.0.1",
"tw-animate-css": "^1.4.0",
"unenv": "^1.10.0"
}
}