-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.39 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
{
"name": "decideroo",
"private": true,
"scripts": {
"lint": "oxlint --fix && oxfmt",
"test": "bun test",
"server:dev": "bun run --elide-lines 0 --no-clear-screen --install fallback --env-file .env --env-file .env.local --filter server dev",
"client:dev": "bun run --elide-lines 0 --no-clear-screen --install fallback --env-file .env --env-file .env.local --filter client dev",
"dev": "concurrently --restart-tries=-1 --restart-after=1000 --names 'server ,client ,' --c 'green,cyan' 'bun run server:dev' 'bun run client:dev'"
},
"dependencies": {
"@ant-design/icons": "^6.2.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@phosphor-icons/react": "^2.1.10",
"@tailwindcss/vite": "^4.2.4",
"@tanstack/react-router": "^1.168.25",
"@tanstack/router-plugin": "^1.167.28",
"@types/bun": "^1.3.13",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "^7.0.0-dev.20260427.1",
"@vitejs/plugin-react": "^6.0.1",
"antd": "^6.3.7",
"cannon-es": "^0.20.0",
"concurrently": "^9.2.1",
"kill-port-process": "^4.0.2",
"lefthook": "^2.1.6",
"lodash": "^4.18.1",
"motion": "^12.38.0",
"oxfmt": "^0.47.0",
"oxlint": "^1.62.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"tailwindcss": "^4.2.4",
"three": "^0.184.0",
"typescript": "^6.0.3",
"vite": "^8.0.10"
},
"devDependencies": {
"@types/three": "^0.184.0"
}
}