-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.43 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
{
"name": "3d-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -s ./public -p 6006",
"build-storybook": "build-storybook -s ./public"
},
"dependencies": {
"@react-three/cannon": "^6.3.0",
"@react-three/drei": "^9.7.2",
"@react-three/fiber": "^8.8.7",
"@react-three/postprocessing": "^2.3.2",
"@splinetool/loader": "^0.9.93",
"@splinetool/r3f-spline": "^1.0.1",
"lodash-es": "^4.17.21",
"next": "^12.3.1",
"postprocessing": "^6.26.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"three": "^0.145.0",
"zustand": "^4.0.0-rc.1"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/builder-webpack5": "^6.5.10",
"@storybook/manager-webpack5": "^6.5.10",
"@storybook/react": "^6.1.21",
"@storybook/testing-library": "^0.0.13",
"babel-loader": "^8.2.5",
"chromatic": "^6.7.4",
"eslint": "8.14.0",
"eslint-config-next": "12.1.6",
"eslint-plugin-storybook": "^0.6.4",
"next-transpile-modules": "^9.0.0"
},
"readme": "ERROR: No README data found!",
"_id": "3d-portfolio@0.1.0"
}