-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
81 lines (81 loc) · 2.37 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "daoglobal-hackathon-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@aragon/osx-ethers": "^1.2.1",
"@aragon/sdk-client": "^1.4.0",
"@babel/core": "^7.21.4",
"@daobox/use-aragon": "0.0.5-beta.4",
"@ethersproject/bignumber": "^5.7.0",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.17",
"@hookform/resolvers": "^3.1.0",
"@lens-protocol/react-web": "^1.0.1",
"@lens-protocol/wagmi": "^1.0.1",
"@lens-protocol/widgets-react": "^0.0.11",
"@mailchain/sdk": "^0.19.1",
"@rainbow-me/rainbowkit": "~0.12.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@tremor/react": "^2.1.0",
"alchemy-sdk": "^2.8.1",
"classnames": "^2.3.2",
"daisyui": "^2.51.5",
"dayjs": "^1.11.7",
"draft-js": "^0.11.7",
"ethers": "^5.7.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "^13.2.4",
"react": "18.2.0",
"react-blockies": "^1.4.1",
"react-dom": "18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-hook-form": "^7.43.9",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.8.0",
"react-moment": "^1.1.3",
"react-social-icons": "^5.15.0",
"react-toastify": "^9.1.2",
"recharts": "^2.5.0",
"sharp": "^0.32.0",
"usehooks-ts": "^2.9.1",
"wagmi": "~0.12.10",
"web3.storage": "^4.5.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@iconify/react": "^4.1.0",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/draft-js": "^0.11.10",
"@types/eslint": "^8.21.3",
"@types/lodash": "^4.14.192",
"@types/node": "^18.15.5",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.28",
"@types/react-blockies": "^1.4.1",
"@types/react-dom": "^18.0.11",
"@types/react-draft-wysiwyg": "^1.13.4",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@wagmi/cli": "^0.1.14",
"autoprefixer": "^10.4.14",
"clsx": "^1.2.1",
"encoding": "^0.1.13",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"next-transpile-modules": "^10.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.2"
}
}