-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (64 loc) · 1.96 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
{
"name": "@op-games/avatar-builder-ts",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@babylonjs/core": "^5.43.0",
"@headlessui/react": "^1.7.9",
"@heroicons/react": "^2.0.14",
"@rainbow-me/rainbowkit": "^0.8.1",
"@types/node": "18.11.10",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@walletconnect/web3-provider": "^1.8.0",
"@web3auth/web3auth": "^2.1.3",
"babylonjs": "^5.43.0",
"eslint": "8.28.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "13.0.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwind": "^0.2.1",
"eslint-plugin-unused-imports": "^2.0.0",
"eth-hooks": "^4.6.2",
"ethers": "^5.7.2",
"fp-ts": "^2.13.1",
"lodash": "^4.17.21",
"lowdb": "5.1.0",
"magic-sdk": "^13.1.0",
"moralis": "^2.11.1",
"moralis-v1": "^1.12.0",
"next": "13.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-moralis": "^1.4.2",
"solc": "^0.8.18",
"swr": "^2.0.3",
"tailwind-scrollbar-hide": "^1.1.7",
"typescript": "4.9.3",
"wagmi": "^0.11.4",
"zod": "^3.20.2",
"zod-validation-error": "^0.3.1"
},
"devDependencies": {
"@babylonjs/loaders": "^5.43.1",
"@babylonjs/materials": "^5.43.1",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}
}