-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.42 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
{
"name": "shader-hmr",
"version": "1.0.0",
"description": "Shows how to create HMR shaders",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@babel/core": "7.14.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.3",
"@mui/styled-engine-sc": "^5.11.0",
"@react-three/drei": "9.5.0",
"@react-three/fiber": "8.0.12",
"@react-three/postprocessing": "^2.7.0",
"@types/three": "0.139.0",
"@use-gesture/react": "^10.2.23",
"babel-plugin-glsl": "1.0.0",
"express": "^4.18.2",
"glsl-noise": "0.0.0",
"glslify": "^7.1.1",
"ip": "^1.1.8",
"leva": "^0.9.34",
"nanoid": "3.3.3",
"osc-js": "^2.4.0",
"r3f-perf": "^7.0.1",
"raw-loader": "^4.0.2",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-router-dom": "^6.6.1",
"react-scripts": "5.0.1",
"react-swipeable": "^7.0.0",
"short-uuid": "4.2.0",
"three": "^0.139.2",
"three-stdlib": "^2.21.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">1%",
"not dead",
"not op_mini all",
"not ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}