-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
105 lines (105 loc) · 3.25 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "storybook-day",
"description": "Storybook day 2023 website",
"private": true,
"repository": "storybookjs/storybook-day",
"author": "Storybook Team",
"homepage": "https://storybook.js.org/day",
"license": "Apache-2.0",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@100mslive/react-icons": "^0.0.6",
"@100mslive/react-sdk": "^0.0.6",
"@agility/content-fetch": "1.1.1",
"@agility/content-sync": "1.0.3",
"@hcaptcha/react-hcaptcha": "^0.3.7",
"@radix-ui/react-dialog": "0.1.5",
"@radix-ui/react-dropdown-menu": "0.1.4",
"@radix-ui/react-tabs": "0.1.4",
"@reach/skip-nav": "0.12.1",
"@react-three/drei": "^9.46.0",
"@react-three/fiber": "^8.9.1",
"@react-three/postprocessing": "^2.7.0",
"@storybook/components-marketing": "2.1.2--canary.57.cb1bafb.0",
"@storybook/design-system": "^7.15.11",
"@storybook/nextjs": "7.0.18",
"@storybook/theming": "^7.0.18",
"@supabase/supabase-js": "^1.35.4",
"@types/three": "^0.146.0",
"@widgetbot/react-embed": "^1.7.0",
"canvas-sketch-util": "^1.10.0",
"classnames": "2.2.6",
"cookie": "0.4.1",
"date-fns": "2.16.1",
"date-fns-tz": "^2.0.0",
"framer-motion": "^7.6.12",
"framer-motion-3d": "^7.6.18",
"htmlescape": "1.1.1",
"intersection-observer": "0.12.0",
"ioredis": "4.19.4",
"ms": "2.1.3",
"next": "^12.1.0",
"nprogress": "0.2.0",
"pack-spheres": "^1.0.4",
"postprocessing": "^6.29.1",
"react": "^18.2.0",
"react-aria": "3.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-hot-toast": "^2.2.0",
"smoothscroll-polyfill": "0.4.4",
"swr": "0.3.9",
"three": "^0.147.0",
"validator": "13.5.2",
"vanilla-tilt": "1.7.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/jest": "^0.1.0",
"@storybook/react": "^7.0.18",
"@storybook/testing-library": "^0.1.0",
"@types/classnames": "2.2.11",
"@types/cookie": "0.4.0",
"@types/gtag.js": "^0.0.12",
"@types/htmlescape": "1.1.1",
"@types/ioredis": "4.17.9",
"@types/ms": "0.7.31",
"@types/node": "12.19.8",
"@types/nprogress": "0.2.0",
"@types/puppeteer-core": "2.0.0",
"@types/reach__skip-nav": "0.1.1",
"@types/react": "17.0.0",
"@types/smoothscroll-polyfill": "0.3.1",
"@types/validator": "13.1.1",
"@typescript-eslint/eslint-plugin": "4.10.0",
"@typescript-eslint/parser": "4.10.0",
"autoprefixer": "^10.4.0",
"chromatic": "^6.12.0",
"eslint": "7.15.0",
"eslint-config-prettier": "7.0.0",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-storybook": "^0.6.12",
"leva": "^0.9.34",
"msw": "^0.49.1",
"msw-storybook-addon": "^1.8.0",
"postcss": "^8.4.4",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-hover-media-feature": "1.0.0",
"postcss-preset-env": "6.7.0",
"prettier": "2.2.1",
"storybook": "^7.0.18",
"typescript": "4.3.2"
},
"msw": {
"workerDirectory": "public"
}
}