-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
83 lines (83 loc) · 2.56 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
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@darkroom.engineering/satus",
"description": "Satūs is a next.js starter",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"dev": "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",
"npmrc": "pnpx npmrc-replace-env -w",
"storybook:dev": "storybook dev -p 6006",
"storybook:build": "storybook build --quiet",
"typecheck": "tsc --noEmit --incremental false"
},
"dependencies": {
"@darkroom.engineering/hamo": "0.6.46",
"@darkroom.engineering/tempus": "0.0.46",
"@hubspot/api-client": "^12.0.1",
"@next/third-parties": "^15.0.3",
"@react-three/drei": "^9.115.0",
"@react-three/fiber": "9.0.0-rc.0",
"@storyblok/js": "^3.1.7",
"@theatre/core": "^0.7.2",
"@theatre/studio": "^0.7.2",
"babel-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"clsx": "^2.1.1",
"gsap": "^3.12.5",
"lenis": "1.1.16",
"next": "15.0.4",
"postprocessing": "^6.36.4",
"react": "19.0.0",
"react-aria": "^3.35.1",
"react-aria-components": "^1.4.1",
"react-dom": "19.0.0",
"react-use": "^17.5.1",
"stats-gl": "^3.6.0",
"storyblok-js-client": "^6.10.1",
"storyblok-rich-text-react-renderer": "^2.9.2",
"three": "^0.170.0",
"tunnel-rat": "^0.1.2",
"zustand": "5.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@builder.io/partytown": "^0.10.2",
"@chromatic-com/storybook": "3.2.2",
"@next/bundle-analyzer": "^15.0.3",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-links": "^8.4.2",
"@storybook/addon-onboarding": "^8.4.2",
"@storybook/blocks": "^8.4.2",
"@storybook/nextjs": "^8.4.2",
"@storybook/react": "^8.4.2",
"@storybook/test": "^8.4.2",
"@svgr/webpack": "^8.1.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/three": "^0.169.0",
"cross-env": "^7.0.3",
"cssnano": "^7.0.6",
"lefthook": "^1.8.2",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-extend": "^1.0.5",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-functions": "^4.0.2",
"postcss-import": "^16.1.0",
"postcss-include-media": "^1.1.1",
"postcss-nesting": "^13.0.1",
"postcss-preset-env": "^10.1.0",
"postcss-sort-media-queries": "^5.2.0",
"storybook": "^8.4.2",
"typescript": "^5.6.3"
},
"pnpm": {
"overrides": {
"scheduler": "0.23.2"
}
}
}