-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.91 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
{
"name": "HHDAO-Mainnet-App",
"version": "1.0.0",
"description": "A community owned Drink-To-Earn decentralized network for web3.",
"main": "index.js",
"scripts": {
"dev": "webpack serve",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/happyhourDAO/HHDAO-Mainnet-App.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/happyhourDAO/HHDAO-Mainnet-App/issues"
},
"homepage": "https://github.com/happyhourDAO/HHDAO-Mainnet-App#readme",
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.2",
"fs-extra": "^11.1.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.5",
"postcss-import": "^14.0.0",
"postcss-loader": "^7.0.1",
"postcss-mixins": "^9.0.4",
"postcss-nested": "^6.0.0",
"postcss-simple-vars": "^7.0.1",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@wagmi/core": "^1.3.9",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"css-minimizer-webpack-plugin": "^4.2.2",
"ethers": "^5.7.2",
"immer": "^9.0.16",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.4.3",
"react-syntax-highlighter": "^15.5.0",
"react-tooltip": "^5.7.5",
"react-transition-group": "^4.4.5",
"react-zxing": "^1.1.4",
"use-debounce": "^9.0.3",
"use-immer": "^0.8.1",
"viem": "^1.8.1",
"wagmi": "^1.3.10"
}
}