-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "missioncoin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@boostxyz/sdk": "5.0.0",
"@boostxyz/boost-ui": "0.15.1",
"@boostxyz/config-tailwind": "0.15.1",
"@openzeppelin/contracts": "5.1.0",
"@tanstack/react-query": "5.56.2",
"@tanstack/react-query-devtools": "5.56.2",
"@rainbow-me/rainbowkit": "2.2.1",
"class-variance-authority": "0.7.1",
"tailwind-merge": "2.5.5",
"motion": "11.15.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "15.1.0",
"solc": "0.8.28",
"ts-pattern": "5.5.0",
"tailwindcss-animate": "1.0.7",
"viem": "2.21.45",
"wagmi": "2.12.16",
"zod": "3.24.1"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^9",
"eslint-config-next": "15.1.0",
"@eslint/eslintrc": "^3"
}
}