forked from alto-io/xgr-arcadians
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 970 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
39
40
{
"name": "@op-games/xgr-arcadians",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babylonjs/core": "^5.43.0",
"@emotion/react": "^11.9.0",
"adm-zip": "^0.5.10",
"eslint": "8.35.0",
"eslint-config-next": "13.2.4",
"ethers": "5.6.4",
"lowdb": "5.1.0",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-spring": "^9.4.4",
"sharp": "^0.32.0",
"swr": "^2.1.5",
"use-nft": "^0.12.0",
"xml2js": "^0.5.0"
},
"devDependencies": {
"@babylonjs/loaders": "^5.43.1",
"@babylonjs/materials": "^5.43.1",
"@types/adm-zip": "^0.5.0",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "^18.0.11",
"@types/sharp": "^0.31.1",
"@types/xml2js": "^0.4.11",
"abitype": "^0.3.0",
"typescript": "4.9.5"
}
}