-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 KB
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
{
"scripts": {
"start": "http-server ./src/BMTverse/frontend -p 3001",
"test": "react-scripts test",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"dotenv": "^16.4.7",
"hardhat": "^2.22.19"
},
"dependencies": {
"@chainlink/contracts": "^1.3.0",
"@openzeppelin/contracts": "^5.2.0",
"@shadcn/ui": "^0.0.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.3.0",
"@truffle/hdwallet-provider": "^1.7.0",
"axios": "^1.8.4",
"chai": "^5.2.0",
"dotenv": "^16.4.7",
"ethers": "^5.8.0",
"http-server": "^14.1.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-scripts": "^3.0.1",
"tailwindcss": "^4.0.15",
"web3modal": "^1.9.12"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@testing-library/jest-dom": "^6.6.3",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^9.23.0",
"hardhat": "^2.22.19"
},
"name": "weekthree",
"version": "1.0.0",
"main": "generateKey.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}