-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.35 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.35 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
{
"name": "ui",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"start": "node .output/server/index.mjs",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"lint:github": "oxlint --format=github",
"update:pnpm": "corepack use pnpm@latest"
},
"dependencies": {
"@ark-ui/react": "^5.36.0",
"@tanstack/react-router": "^1.168.18",
"@tanstack/react-start": "^1.167.32",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"next-themes": "^0.4.6",
"nitro": "3.0.1-alpha.1",
"postcss": "^8.5.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"shiki": "^3.20.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@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",
"oxlint": "^1.42.0",
"prettier": "^3.8.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.0.6",
"typescript": "^5.9.3",
"vite": "^7.3.0",
"vite-tsconfig-paths": "^6.0.3"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}