-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.41 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
{
"name": "artizen",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate-types": "npx typechain --target ethers-v5 --out-dir typechain/ './abis/*.json'",
"postinstall": "npm run generate-types"
},
"dependencies": {
"@blazity/next-image-proxy": "^1.0.2",
"@lit-protocol/lit-node-client": "^2.1.38",
"@medusa-network/medusa-sdk": "^0.0.2",
"@next/font": "13.1.6",
"@openzeppelin/contracts": "^4.8.1",
"@rainbow-me/rainbowkit": "^0.11.0",
"@typechain/ethers-v5": "^10.2.0",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@xata.io/client": "^0.22.1",
"axios": "^1.3.3",
"compressorjs": "^1.1.1",
"daisyui": "^2.51.0",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"ethers": "^5.7.2",
"formidable": "^2.1.1",
"framer-motion": "^10.0.1",
"js-base64": "^3.7.5",
"nanoid": "^4.0.1",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-spinners": "^0.13.8",
"swr": "^2.0.4",
"typescript": "4.9.5",
"wagmi": "^0.11.7",
"web3.storage": "^4.4.0",
"zustand": "^4.3.4"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typechain": "^8.1.1"
}
}