-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1011 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
39
40
41
{
"name": "qacc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@inverter-network/sdk": "^0.3.5-alpha.2",
"@reown/appkit": "^1.1.7",
"@reown/appkit-adapter-wagmi": "^1.1.7",
"@tanstack/react-query": "^5.59.13",
"@web3modal/wagmi": "^5.1.11",
"axios": "^1.7.7",
"mongodb": "^6.9.0",
"next": "14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.9",
"react-hook-form": "^7.53.0",
"sonner": "^1.5.0",
"viem": "^2.21.24",
"wagmi": "^2.12.17"
},
"devDependencies": {
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3",
"@types/bun": "latest"
},
"module": "index.ts",
"type": "module"
}