-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 3.48 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "power-voting",
"version": "0.1.0",
"description": "",
"license": "MIT",
"scripts": {
"build": "webpack",
"start": "webpack serve --mode development"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@apollo/client": "^3.8.2",
"@graphprotocol/graph-cli": "^0.55.0",
"@headlessui/react": "latest",
"@metamask/detect-provider": "^2.0.0",
"@openzeppelin/contracts": "^4.8.2",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"@rainbow-me/rainbowkit": "^1.0.7",
"@solana/web3.js": "^1.78.5",
"@tailwindcss/aspect-ratio": "latest",
"@tailwindcss/container-queries": "latest",
"@tailwindcss/forms": "latest",
"@tailwindcss/line-clamp": "latest",
"@tailwindcss/typography": "latest",
"@uiw/react-md-editor": "^3.23.3",
"antd": "^5.4.0",
"axios": "^1.4.0",
"buffer": "^6.0.3",
"classnames": "latest",
"dayjs": "^1.11.9",
"drand-client": "1.2.1",
"graphql-tag": "^2.12.6",
"html-webpack-plugin": "^5.5.0",
"json-to-graphql-query": "^2.2.4",
"katex": "^0.16.8",
"markdown-it": "^13.0.1",
"markdown-it-abbr": "^1.0.4",
"markdown-it-deflist": "^2.1.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-footnote": "^3.0.3",
"markdown-it-ins": "^3.0.1",
"markdown-it-katex": "^2.0.3",
"markdown-it-mark": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"moment": "^2.29.4",
"nft.storage": "^7.0.3",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.0",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown-editor-lite": "^1.3.4",
"react-router-dom": "^6.10.0",
"react-select": "^5.7.4",
"react-timezone-select": "^2.1.2",
"tailwindcss": "latest",
"tlock-js": "^0.6.1",
"viem": "^1.5.3",
"wagmi": "^1.3.9",
"zksync": "^0.13.1",
"zksync-web3": "^0.14.3"
},
"devDependencies": {
"@ethersproject/providers": "^5.4.7",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.2.0",
"@types/dotenv": "^8.2.0",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-emoji": "^2.0.2",
"@types/markdown-it-footnote": "^3.0.0",
"@types/mocha": ">=9.1.0",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"autoprefixer": "latest",
"browserify-fs": "^1.0.0",
"chai": "^4.2.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"dotenv": "^16.0.3",
"dotenv-webpack": "^8.0.1",
"ethers": "5.7.2",
"hardhat": "^2.13.0",
"hardhat-gas-reporter": "^1.0.9",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"postcss": "latest",
"postcss-loader": "latest",
"prettier": "^2.8.7",
"prettier-plugin-solidity": "^1.1.3",
"solidity-coverage": "^0.8.2",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.2",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typechain": "^8.1.0",
"typescript": "^5.0.4",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2"
}
}