-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.13 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
{
"name": "credentials-canvas",
"version": "0.1.0",
"description": "This is a website for Gemenie Labs",
"keywords": [],
"homepage": "https://www.cg-portfolio.site",
"main": "src/index.js",
"dependencies": {
"@react-spring/three": "^9.7.3",
"@react-spring/web": "^9.7.3",
"@react-three/drei": "^9.92.7",
"@react-three/fiber": "^8.15.13",
"@use-gesture/react": "^10.3.0",
"gltf-pipeline": "^4.1.0",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"react-use-gesture": "^9.1.3",
"three": "^0.160.0",
"use-sound": "^4.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">1%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint": ">=5.16.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.33.2",
"raw-loader": "^4.0.2"
}
}