-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
102 lines (102 loc) · 2.95 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
{
"name": "heliopolis",
"version": "2.0.0",
"private": true,
"homepage": "https://heliopolis.vercel.app/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"deploypage": "gh-pages -d .next"
},
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@chakra-ui/icons": "^2.0.8",
"@chakra-ui/react": "^2.2.8",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@headlessui/react": "^1.7.3",
"@heroicons/react": "^1.0.6",
"@moralisweb3/eslint-config": "^1.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.0",
"@nomiclabs/hardhat-etherscan": "^3.1.1",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.7.3",
"@typechain/ethers-v5": "^10.1.0",
"@web3uikit/core": "^0.1.5",
"@web3uikit/icons": "^0.1.5",
"@xmtp/xmtp-js": "^6.8.1",
"antd": "^5.0.4",
"axios": "^0.27.2",
"chai": "^4.3.6",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"framer-motion": "^6",
"hardhat-gas-reporter": "^1.0.9",
"imagemin-svgo": "^9.0.0",
"install": "^0.13.0",
"ipfs-http-client": "^59.0.0",
"mime": "^3.0.0",
"moralis": "^2.0.3",
"moralis-v1": "^1.11.0",
"next": "12.2.5",
"next-auth": "^4.10.3",
"next-optimized-images": "^2.6.2",
"nft.storage": "^7.0.0",
"react": "18.2.0",
"react-blockies": "^1.4.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.40.0",
"react-icons": "^4.6.0",
"react-moralis": "^1.4.2",
"solidity-coverage": "^0.8.2",
"typechain": "^8.1.0",
"wagmi": "^0.6.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.5.0",
"@typechain/hardhat": "^3.0.0",
"@types/chai": "^4.3.3",
"@types/jest": "^27.4.0",
"@types/mocha": "^10.0.0",
"@types/node": "18.7.6",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@walletconnect/web3-provider": "^1.7.1",
"autoprefixer": "^10.4.2",
"babel-jest": "^27.5.1",
"dotenv": "^16.0.3",
"eslint": "8.22.0",
"eslint-config-next": "12.0.9",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-etc": "^2.0.2",
"gh-pages": "^4.0.0",
"hardhat": "^2.8.0",
"husky": "^8.0.1",
"jest": "^27.5.1",
"jest-fail-on-console": "^2.4.2",
"lint-staged": "^13.0.3",
"node-localstorage": "^2.2.1",
"postcss": "^8.4.5",
"prettier": "2.7.1",
"react-emoji-render": "^1.2.4",
"tailwindcss": "^3.0.18",
"ts-node": "^10.9.1",
"typescript": "4.7.4",
"wagmi": "^0.6.4",
"walletlink": "^2.4.6",
"web3modal": "^1.9.5"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}