-
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.19 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.19 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": "bld-ninja",
"private": false,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 5175",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@heroui/react": "^2.8.6",
"@heroui/use-theme": "^2.1.10",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-router": "^1.141.4",
"@tanstack/react-router-devtools": "^1.141.4",
"@tanstack/react-store": "^0.7.7",
"@tanstack/react-virtual": "^3.13.13",
"btcube-web": "^1.1.5",
"cubing": "0.57.2",
"dexie": "^4.2.1",
"dexie-react-hooks": "^1.1.7",
"framer-motion": "^12.23.26",
"lucide-react": "^0.525.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-use-precision-timer": "^3.5.6",
"recharts": "^3.6.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@tanstack/router-plugin": "^1.141.5",
"@types/bun": "^1.3.4",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^3.11.0",
"globals": "^16.5.0",
"typescript": "~5.8.3",
"vite": "^7.3.0"
},
"trustedDependencies": [
"@heroui/shared-utils",
"@swc/core"
]
}