-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "tokenshelf",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"compile": "hardhat compile",
"test": "hardhat test",
"deploy": "hardhat run scripts/deploy.js",
"node": "hardhat node"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.3.0",
"@openzeppelin/contracts": "^5.0.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"ethers": "^6.1.0",
"hardhat": "^2.22.17",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@types/chai": "^4.2.0",
"@types/node": "^22.10.3",
"@vitejs/plugin-react": "^4.3.4",
"chai": "^4.2.0",
"dotenv": "^16.4.7",
"hardhat-deploy": "^0.12.0",
"hardhat-deploy-ethers": "^0.4.0",
"typescript": "^5.7.2"
}
}