-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.01 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
{
"name": "canvas-today",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "NODE_ENV=test mocha",
"test-bifrost": "jest --verbose --detectOpenHandles --testTimeout 30000",
"test-contract": "hardhat test",
"lint": "next lint",
"postinstall": "patch-package"
},
"dependencies": {
"@alch/alchemy-web3": "^1.4.6",
"@maticnetwork/maticjs": "^3.5.0",
"@maticnetwork/maticjs-ethers": "^1.0.2",
"@maticnetwork/maticjs-web3": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@openzeppelin/contracts": "^4.4.0",
"@react-hook/window-scroll": "^1.3.0",
"alchemy-sdk": "^2.1.0",
"bip39": "^3.0.4",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"eslint": "^8.24.0",
"eslint-config-next": "12.3.1",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^5.7.2",
"faunadb": "^4.7.0",
"hardhat": "^2.12.0",
"jsdom": "^20.0.1",
"md5": "^2.3.0",
"next": "12.3.1",
"nextjs-cors": "^2.1.1",
"nft.storage": "^7.0.0",
"node-fetch": "^2.6.6",
"patch-package": "^6.4.7",
"people-names": "^1.0.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-spinners": "^0.13.6",
"rss-parser": "^3.12.0",
"styled-components": "^5.3.6",
"use-modal-hook": "^2.1.2",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"web3": "^1.8.0",
"web3-eth-accounts": "^1.8.0",
"web3-utils": "^1.8.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.3.1",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"babel-jest": "^29.2.1",
"babel-plugin-rewrite-require": "^1.14.5",
"chai": "^4.3.6",
"eslint-config-next": "12.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"ethereum-waffle": "^3.4.4",
"hardhat-contract-sizer": "^2.6.1",
"jest": "^29.2.1",
"mocha": "^10.1.0",
"prettier": "^2.7.1"
}
}