forked from scottallencampbell/ethordle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1012 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1012 Bytes
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
{
"name": "ethordle",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@openzeppelin/contracts": "^4.5.0",
"@truffle/hdwallet-provider": "^2.0.7",
"@types/node": "^17.0.21",
"@types/reach__router": "^1.3.10",
"@types/react": "^17.0.39",
"axios": "^0.26.1",
"bn": "^1.0.5",
"bn-chai": "^1.0.1",
"eslint-config-next": "^12.1.5",
"gray-matter": "^4.0.3",
"ipfs-http-client": "^56.0.2",
"js-cookie": "^3.0.1",
"next": "^12.1.0",
"original-require": "^1.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "^6.3.0",
"reactjs-modal": "^0.3.5",
"reactjs-popup": "^2.0.5",
"solc": "^0.8.13",
"truffle-hdwallet-provider": "^1.0.6",
"typescript": "^4.5.5",
"web3": "^1.7.1",
"webpack": "^5.72.0"
},
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.15",
"chai": "^4.3.6",
"eslint": "^8.14.0"
}
}