-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.61 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "baganify",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"lint": "ultracite check",
"format": "ultracite fix",
"check": "ultracite check"
},
"dependencies": {
"@base-ui/react": "^1.1.0",
"@fontsource-variable/inter": "^5.2.8",
"@phosphor-icons/react": "^2.1.10",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-devtools": "^0.7.11",
"@tanstack/react-router": "^1.151.3",
"@tanstack/react-router-devtools": "^1.151.2",
"@tanstack/react-router-ssr-query": "^1.151.2",
"@tanstack/react-start": "^1.151.2",
"@tanstack/router-plugin": "^1.151.2",
"class-variance-authority": "^0.7.1",
"next-themes": "^0.4.6",
"nitro": "npm:nitro-nightly@latest",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"shadcn": "^3.7.0",
"sonner": "^2.0.7",
"tailwindcss": "^4.1.18",
"vite-tsconfig-paths": "^6.0.4",
"zustand": "^5.0.10"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@tanstack/devtools-vite": "^0.3.12",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.1",
"@types/node": "^22.19.7",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"babel-plugin-react-compiler": "^1.0.0",
"clsx": "^2.1.1",
"jsdom": "^27.4.0",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"ultracite": "7.0.11",
"vite": "^7.3.1",
"vitest": "^3.2.4",
"web-vitals": "^5.1.0"
}
}