-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 944 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 944 Bytes
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
{
"name": "pbt-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chiru-labs/pbt": "^0.3.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@mantine/core": "^6.0.19",
"@mantine/form": "^6.0.20",
"@mantine/hooks": "^6.0.19",
"@mantine/next": "^6.0.19",
"@mantine/notifications": "^6.0.20",
"@rainbow-me/rainbowkit": "^1.0.10",
"@tabler/icons-react": "^2.32.0",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"ethers": "^6.7.1",
"next": "13.4.19",
"pbt-chip-client": "^0.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2",
"viem": "^1.9.3",
"wagmi": "^1.3.11",
"zustand": "^4.4.1"
}
}