-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.61 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "group-management-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev-ssl": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@circles-sdk/adapter-ethers": "^0.14.0",
"@circles-sdk/data": "^0.14.0",
"@circles-sdk/profiles": "^0.14.0",
"@circles-sdk/sdk": "^0.14.0",
"@circles-sdk/utils": "^0.14.0",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5",
"@nextui-org/react": "^2.4.8",
"@openzeppelin/contracts": "^5.1.0",
"@safe-global/safe-apps-provider": "^0.18.3",
"@safe-global/safe-apps-sdk": "^9.1.0",
"@tanstack/react-query": "^5.59.19",
"@types/papaparse": "^5.3.15",
"@wagmi/core": "^2.14.1",
"ethers": "^6.13.4",
"flowbite-react": "^0.10.2",
"flowbite-react-icons": "^1.1.0",
"framer-motion": "^11.11.11",
"next": "14.2.5",
"npm": "^10.9.0",
"nullthrows": "^1.1.1",
"papaparse": "^5.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.4",
"react-icons": "^5.3.0",
"react-toastify": "^10.0.6",
"tailwind-merge": "^2.5.4",
"viem": "^2.21.40",
"wagmi": "^2.12.25",
"zustand": "^4.5.5"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.59.19",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}