-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 929 Bytes
/
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
{
"name": "@decent.xyz/box-examples",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start -p 3002",
"lint": "next lint"
},
"dependencies": {
"@decent.xyz/box-common": "^3.3.9",
"@decent.xyz/box-hooks": "^3.3.9",
"@decent.xyz/box-ui": "^3.3.9",
"@decent.xyz/the-box": "^3.3.9",
"@rainbow-me/rainbowkit": "^2.0.7",
"@tanstack/react-query": ">=5.0.0",
"@types/node": "18.15.11",
"@wagmi/core": "2.x",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
"next": "13.3.0",
"postcss": "8.4.21",
"react": ">=18",
"react-dom": ">=18",
"react-icons": "^4.11.0",
"swr": "^2.2.4",
"tailwindcss": "^3.3.3",
"typescript": "5.0.4",
"viem": "2.x",
"wagmi": "2.x"
},
"devDependencies": {
"@types/react": ">=18",
"eslint": "8.38.0",
"prettier": "^3.0.3"
}
}