-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 1.9 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
{
"name": "green-dao",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browser": {
"fs": false,
"os": false,
"path": false,
"next-route-loader": false
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@hookform/error-message": "^2.0.1",
"@metamask/detect-provider": "^2.0.0",
"@rainbow-me/rainbowkit": "^0.8.1",
"@types/node": "18.15.11",
"ajv-draft-04": "^1.0.0",
"api": "^5.0.8",
"assert": "^2.0.0",
"autoprefixer": "10.4.14",
"axios": "^1.3.5",
"browserify-zlib": "^0.2.0",
"chart.js": "^4.3.0",
"chartjs": "^0.3.24",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.30.0",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"eslint-config-prettier": "^8.8.0",
"ethers": "^5.7.2",
"framer-motion": "^10.13.0",
"fs": "^0.0.1-security",
"https-browserify": "^1.0.0",
"isomorphic-unfetch": "^4.0.2",
"material-react-table": "^1.10.0",
"next": "13.3.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss": "8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"process": "^0.11.10",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dark-mode-toggle": "^0.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-timer-hook": "^3.0.7",
"recharts": "^2.7.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "3.3.1",
"three": "^0.154.0",
"truncate-eth-address": "^1.0.2",
"typescript": "5.0.4",
"url": "^0.11.0",
"use-dark-mode": "^2.3.1",
"wagmi": "0.12.9",
"web3": "1.8.2"
},
"devDependencies": {
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11"
}
}