-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 2.24 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
{
"name": "juicetools",
"version": "0.1.0",
"funding": "https://www.juicebox.money/@twodam",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"postinstall": "typechain --target ethers-v5 --out-dir types/contracts/v1 './node_modules/@jbx-protocol/contracts-v1/deployments/mainnet/*.json' && typechain --target ethers-v5 --out-dir types/contracts/v2 './node_modules/@jbx-protocol/contracts-v2/deployments/mainnet/*.json'"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "v1",
"@jbx-protocol/juice-contracts-v3": "^2.0.2",
"@rainbow-me/rainbowkit": "^0.7.4",
"@snapshot-labs/snapshot.js": "^0.4.13",
"@uiw/react-md-editor": "3.6.0",
"@vercel/analytics": "^0.1.6",
"date-fns": "^2.28.0",
"ethers": "^5.6.9",
"flowbite": "^1.5.5",
"flowbite-react": "^0.3.7",
"graphql-hooks": "^5.11.4",
"juice-hooks": "^3.2.5-alpha",
"lodash.unionby": "^4.8.0",
"next": "12.2.2",
"next-query-params": "^3.0.0",
"next-remove-imports": "^1.0.7",
"react": "18.2.0",
"react-diff-viewer": "^3.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.34.2",
"react-markdown": "^8.0.3",
"react-vertical-timeline-component": "^3.5.2",
"recharts": "^2.1.12",
"remark-gfm": "^3.0.1",
"seedrandom": "^3.0.5",
"swr": "2.0.0-beta.7",
"use-deep-compare-effect": "^1.8.1",
"wagmi": "^0.7.8"
},
"devDependencies": {
"@jbx-protocol/contracts-v1": "^2.0.0",
"@jbx-protocol/contracts-v2": "^8.0.2",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.4",
"@typechain/ethers-v5": "^10.1.0",
"@types/node": "^18.6.2",
"@types/react": "^18.0.15",
"@types/react-vertical-timeline-component": "^3.3.3",
"@types/seedrandom": "^3.0.2",
"autoprefixer": "^10.4.7",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"juice-sdk-v1": "^2.1.0-alpha",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"typechain": "^8.1.0",
"typescript": "^4.7.4"
},
"resolutions": {
"ethereumjs-abi": "^0.6.8"
}
}