-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.53 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.53 KB
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
{
"name": "peanut-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@socket.tech/socket-v2-sdk": "^1.21.8",
"@squirrel-labs/peanut-sdk": "0.0.84",
"@thirdweb-dev/react": "^3.14.35",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@web3modal/ethereum": "^2.7.0",
"@web3modal/react": "^2.7.0",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"encoding": "^0.1.13",
"ethers": "5.7.2",
"jotai": "^2.2.2",
"lokijs": "^1.5.12",
"next": "13.4.10",
"pino-pretty": "^10.0.1",
"postcss": "^8.4.26",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.0",
"react-ga4": "^2.1.0",
"react-hook-form": "^7.42.1",
"react-hot-toast": "^2.4.1",
"react-qr-code": "^2.0.11",
"react-select": "^5.7.4",
"react-tooltip": "^5.20.0",
"sharp": "^0.32.4",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6",
"viem": "^1.3.0",
"wagmi": "^1.3.9",
"web3": "^1.7.0",
"web3modal": "^1.9.12"
},
"devDependencies": {
"parcel": "^2.9.3",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3"
}
}