-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 3.6 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "@shibuidao/dao-interface",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev src",
"build": "next build src",
"start": "next start src",
"storybook:start": "start-storybook -p 9009",
"storybook:build": "build-storybook",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx src",
"postinstall": "yarn generate:typechain:shibui && yarn generate:typechain:ve-shibui",
"generate:typechain:shibui": "typechain --target ethers-v5 --always-generate-overloads --discriminate-types --out-dir ./src/types/contracts/shibui './node_modules/@shibuidao/shibui/abis/*.json'",
"generate:typechain:ve-shibui": "typechain --target ethers-v5 --always-generate-overloads --discriminate-types --out-dir ./src/types/contracts/veShibui './node_modules/@shibuidao/ve-shibui/abis/*.json'"
},
"dependencies": {
"@elementfi/elf-council-typechain": "^1.0.2",
"@elementfi/react-query-typechain": "^1.2.0",
"@ethersproject/abi": "^5.6.1",
"@ethersproject/providers": "^5.6.4",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@headlessui/react": "^1.5.0",
"@react-spring/parallax": "^9.4.4",
"@shibuidao/shibui": "^1.1.0",
"@shibuidao/ve-shibui": "https://github.com/ShibuiDAO/veShibui",
"@web3-onboard/common": "^2.0.7",
"@web3-onboard/core": "^2.2.6",
"@web3-onboard/gnosis": "^2.0.1",
"@web3-onboard/injected-wallets": "^2.0.5",
"@web3-onboard/react": "^2.1.5",
"@web3-onboard/walletconnect": "^2.0.1",
"babel-plugin-macros": "^3.1.0",
"daisyui": "1.23.0",
"ethers": "^5.6.4",
"formik": "^2.2.9",
"ms.macro": "^2.0.0",
"next": "12.1.0",
"next-plausible": "^3.1.5",
"next-seo": "^5.1.0",
"nextjs-sitemap-generator": "^1.3.1",
"react": "^17.0.2",
"react-datepicker": "^4.7.0",
"react-dom": "17.0.2",
"react-hot-toast": "^2.2.0",
"react-if": "^4.1.4",
"react-query": "^3.38.1",
"react-tippy": "^1.4.0",
"ts-node": "^10.7.0",
"tw-elements": "^1.0.0-alpha9"
},
"devDependencies": {
"@sapphire/eslint-config": "4.0.8",
"@sapphire/prettier-config": "1.2.7",
"@sapphire/ts-config": "3.1.6",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-controls": "^6.4.19",
"@storybook/addon-docs": "^6.4.19",
"@storybook/addon-viewport": "^6.4.19",
"@storybook/react": "^6.4.19",
"@tailwindcss/postcss7-compat": "npm:@tailwindcss/postcss7-compat",
"@typechain/ethers-v5": "^10.0.0",
"@types/node": "^17.0.21",
"@types/react": "17.0.39",
"@types/react-datepicker": "^4.3.4",
"@types/react-dom": "17.0.11",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "5.8.0",
"autoprefixer": "10.4.2",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "8.4.7",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.4.1",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"pretty-quick": "^3.1.3",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"typechain": "^8.0.0",
"typescript": "^4.5.5"
},
"resolutions": {
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11"
},
"volta": {
"node": "16.10.0",
"yarn": "1.22.17"
}
}