-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.53 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
{
"name": "4200",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"preinstall": "npx only-allow yarn"
},
"dependencies": {
"@erc725/erc725.js": "^0.23.0",
"@lukso/lsp-smart-contracts": "^0.14.0",
"@lukso/web3-onboard-config": "^1.1.1",
"@nextui-org/modal": "^2.0.28",
"@nextui-org/react": "^2.2.9",
"@tanstack/react-query": "^5.18.1",
"@web3-onboard/core": "^2.21.2",
"@web3-onboard/injected-wallets": "^2.10.11",
"dotenv": "^16.4.5",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^6.10.0",
"framer-motion": "^11.0.3",
"next": "14.1.0",
"react": "^18",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"sharp": "^0.33.2",
"sonner": "^1.4.0",
"styled-components": "^6.1.8",
"vercel": "^37.5.4",
"viem": "2.x",
"wagmi": "^2.5.6"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"encoding": "^0.1.13",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"hardhat": "^2.22.11",
"only-allow": "^1.2.1",
"pino-pretty": "^10.3.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"license": "UNLICENSED",
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}