-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1012 Bytes
/
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
{
"name": "diffraction",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@prismicio/client": "^6.7.3",
"@prismicio/helpers": "^2.3.9",
"@prismicio/react": "^2.5.1",
"@prismicio/slice-simulator-react": "^0.2.3",
"@react-three/drei": "^9.56.17",
"@react-three/fiber": "^8.10.4",
"@react-three/postprocessing": "^2.7.0",
"@svgr/webpack": "^6.2.1",
"@types/three": "^0.149.0",
"classnames": "^2.3.2",
"glsl-noise": "^0.0.0",
"glslify-loader": "^2.0.0",
"leva": "^0.9.34",
"next": "^13.1.6",
"next-seo": "^5.15.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-responsive": "^9.0.2",
"react-responsive-modal": "^6.4.1",
"three": "^0.150.1",
"three-stdlib": "^2.21.8"
},
"devDependencies": {
"@prismicio/types": "^0.2.7",
"raw-loader": "^4.0.2",
"slice-machine-ui": "^0.6.1"
}
}