forked from FlagDAO/flagdao
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "flagspace",
"private": true,
"version": "0.1.0",
"author": "Demian",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@akord/akord-js": "^4.23.8",
"@nextui-org/react": "^2.2.9",
"@rainbow-me/rainbowkit": "^2.0.1",
"@supabase/supabase-js": "^2.39.3",
"@tanstack/react-query": "^5.22.2",
"ethers": "^6.10.0",
"framer-motion": "^11.0.3",
"next": "^14.0.4",
"nextjs-tui-date-picker": "^2.2.2",
"nextjs-tui-date-range-picker": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-nice-avatar": "^1.5.0",
"viem": "^2.7.13",
"wagmi": "^2.5.7"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/react": "^18.2.43",
"@types/react-datepicker": "^4.19.5",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
"eslint": "^8.15.0",
"eslint-config-next": "^14.0.4",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.0.4"
}
}