forked from darkroomengineering/satus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@darkroom.engineering/satus",
"version": "2.0.0",
"description": "React Router starter by darkroom.engineering",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "react-router dev",
"build": "react-router build",
"preview": "bun run build && vercel dev",
"check": "bun run lint && bun run format && bun run typecheck",
"lint": "oxlint",
"format": "oxfmt --write .",
"typecheck": "react-router typegen && tsc --noEmit",
"clean": "rm -rf build node_modules/.cache .react-router"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@portabletext/react": "^6.0.3",
"@react-router/node": "^7.13.2",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@sanity/client": "^7.20.0",
"@sanity/image-url": "^2.0.3",
"@sanity/preview-url-secret": "^4.0.4",
"@sanity/react-loader": "^2.0.8",
"@sanity/visual-editing": "^5.3.1",
"@t3-oss/env-core": "^0.13.11",
"@theatre/core": "^0.7.2",
"@theatre/studio": "^0.7.2",
"@vercel/react-router": "^1.2.6",
"animejs": "^4.3.6",
"clsx": "^2.1.1",
"groq": "^5.18.0",
"hamo": "1.0.0-dev.13",
"isbot": "^5.1.36",
"lenis": "^1.3.20",
"postprocessing": "^6.39.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-router": "^7.13.2",
"stats-gl": "^4.1.0",
"tempus": "1.0.0-dev.17",
"three": "^0.183.2",
"tunnel-rat": "^0.1.2",
"valibot": "^1.3.1",
"zustand": "^5.0.12"
},
"devDependencies": {
"@react-router/dev": "^7.13.2",
"@tailwindcss/vite": "^4.2.2",
"@types/bun": "^1.3.11",
"@types/node": "^25.2.1",
"@types/react": "19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.183.1",
"babel-plugin-react-compiler": "^1.0.0",
"lightningcss": "^1.32.0",
"oxfmt": "^0.42.0",
"oxlint": "^1.57.0",
"oxlint-tsgolint": "^0.17.3",
"sanity": "^5.18.0",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"vite": "^8.0.2",
"vite-plugin-svgr": "^4.5.0"
}
}