-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.03 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
62
63
64
65
66
67
68
69
70
71
{
"name": "next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "eslint . --fix --max-warnings=0",
"format": "prettier . --write"
},
"dependencies": {
"@babylonjs/core": "^5.31.2",
"@babylonjs/gui": "^5.31.2",
"@babylonjs/gui-editor": "^5.31.2",
"@babylonjs/inspector": "^5.31.2",
"@babylonjs/loaders": "^5.31.2",
"@babylonjs/materials": "^5.31.2",
"@babylonjs/serializers": "^5.31.2",
"@mysten/sui.js": "^0.31.0",
"@mysten/wallet-kit": "^0.4.0",
"@suiet/wallet-kit": "^0.2.5",
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.17",
"@types/file-saver": "^2.0.5",
"@types/fs-extra": "^11.0.1",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-alert": "^7.0.2",
"@types/react-dom": "18.0.9",
"@web3modal/ethereum": "^2.7.0",
"@web3modal/react": "^2.7.0",
"alchemy-sdk": "^2.8.0",
"autoprefixer": "^10.4.14",
"babylonjs-gltf2interface": "^5.31.2",
"body-parser": "^1.20.2",
"classnames": "^2.3.2",
"eslint": "^8.0.1",
"eslint-config-next": "13.2.4",
"ethers": "^5",
"formik": "^2.4.2",
"next": "13.2.4",
"postcss": "^8.4.24",
"postcss-nested": "^6.0.1",
"react": "18.2.0",
"react-alert": "^7.0.3",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"swr": "^2.1.5",
"tailwindcss": "^3.3.2",
"typescript": "*",
"viem": "^1.2.5",
"wagmi": "^1.3.9",
"zustand": "^4.3.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8"
}
}