-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.54 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.54 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
{
"name": "glyph",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "concurrently \"bunx --bun vite --host --port 3000\" \"./scripts/pb_dev.sh\" --names \"vite,pb\" --kill-others --success first",
"build": "bunx --bun tsc -b && bunx --bun vite build",
"lint": "bunx --bun eslint .",
"preview": "bunx --bun vite preview"
},
"dependencies": {
"@dicebear/collection": "^9.4.2",
"@dicebear/core": "^9.4.2",
"@szhsin/react-menu": "^4.5.1",
"@types/canvas-confetti": "^1.9.0",
"canvas-confetti": "^1.9.4",
"esm-seedrandom": "^3.0.5-esm.2",
"localforage": "^1.10.0",
"lucide-react": "^1.7.0",
"pocketbase": "^0.26.8",
"posthog-js": "^1.369.3",
"rdndmb-html5-to-touch": "^9.0.0",
"react": "^19.2.4",
"react-dnd": "^16.0.1",
"react-dnd-multi-backend": "^9.0.0",
"react-dom": "^19.2.4",
"react-router": "^7.13.2",
"react-simple-keyboard": "^3.8.193",
"react-timer-hook": "^4.0.5",
"rsuite": "^6.1.2",
"throttleit": "^2.1.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/bun": "^1.3.12",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"concurrently": "^9.2.1",
"dotenv": "^17.3.1",
"eslint": "^10.2.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"prettier": "^3.8.3",
"typescript": "~6.0.3",
"typescript-eslint": "^8.58.0",
"vite": "^8.0.3"
}
}