-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.json
70 lines (70 loc) · 2.15 KB
/
package.json
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
69
70
{
"name": "@darkroom.engineering/satus",
"description": "Satūs is a next.js starter",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"dev": "bun run watch:styles & next dev --turbo",
"dev:https": "next dev --turbo --experimental-https",
"build": "next build",
"start": "next start",
"lint": "biome lint",
"analyze": "cross-env ANALYZE=true next build",
"typecheck": "tsc --noEmit --incremental false",
"setup:styles": "bun ./styles/scripts/setup-styles.ts",
"watch:styles": "bun --watch ./styles/scripts/setup-styles.ts"
},
"dependencies": {
"@base-ui-components/react": "^1.0.0-alpha.6",
"@hubspot/api-client": "^12.0.1",
"@next/third-parties": "^15.1.7",
"@react-three/drei": "^9.121.5",
"@react-three/fiber": "rc",
"@storyblok/js": "^3.2.2",
"babel-plugin-react-compiler": "^19.0.0-beta-21e868a-20250216",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"gsap": "npm:@gsap/business@^3.12.7",
"hamo": "1.0.0-dev.6",
"lenis": "^1.1.20",
"next": "^15.1.7",
"postprocessing": "^6.36.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-use": "^17.6.0",
"storyblok-js-client": "^6.10.7",
"storyblok-rich-text-react-renderer": "^2.9.2",
"tempus": "1.0.0-dev.10",
"three": "^0.173.0",
"tunnel-rat": "^0.1.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@builder.io/partytown": "^0.10.3",
"@csstools/postcss-global-data": "^3.0.0",
"@next/bundle-analyzer": "^15.1.7",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4.0.7",
"@theatre/core": "^0.7.2",
"@theatre/studio": "^0.7.2",
"@total-typescript/ts-reset": "^0.6.1",
"@types/bun": "^1.2.2",
"@types/node": "^22.13.4",
"@types/react": "^19.0.10",
"@types/three": "^0.173.0",
"cross-env": "^7.0.3",
"cssnano": "^7.0.6",
"lefthook": "^1.10.10",
"postcss-extend-rule": "^4.0.0",
"postcss-functions": "^4.0.2",
"postcss-preset-env": "^10.1.4",
"tailwindcss": "^4.0.7",
"typescript": "^5.7.3"
},
"overrides": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"scheduler": "0.23.2"
}
}