-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.48 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
{
"name": "exercise",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aptos-labs/ts-sdk": "^1.28.0",
"@aptos-labs/wallet-adapter-ant-design": "^3.0.15",
"@aptos-labs/wallet-adapter-react": "^3.7.0",
"petra-plugin-wallet-adapter": "^0.4.5",
"@ar-js-org/ar.js": "3.4.5",
"@artcom/react-three-arjs": "0.5.6",
"@langchain/openai": "^0.0.25",
"@react-three/drei": "^9.32.4",
"@react-three/fiber": "^8.13.4",
"@react-three/rapier": "^1.1.1",
"@react-three/xr": "^5.7.1",
"antd": "^5.1.4",
"cors": "^2.8.5",
"ethers": "^5.7.2",
"gsap": "^3.12.5",
"jotai": "^2.6.4",
"leva": "^0.9.35",
"nodemon": "^3.0.3",
"peer": "^1.0.2",
"peerjs": "^1.5.2",
"r3f-perf": "^6.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-lazyload": "^3.2.1",
"react-player": "^2.15.1",
"react-router-dom": "^6.22.2",
"react-scripts": "^5.0.1",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"three": "^0.154.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"tailwindcss": "^3.4.9"
}
}