-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.31 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
{
"name": "easyasset",
"private": true,
"version": "0.0.0",
"type": "commonjs",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@openzeppelin/contracts": "^4.8.0",
"@truffle/hdwallet-provider": "^2.1.5",
"axios": "^1.2.1",
"bootstrap": "^5.2.3",
"buffer": "^6.0.3",
"dotenv": "^16.0.3",
"ipfs": "^0.65.0",
"ipfs-http-client": "^59.0.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hooks-global-state": "^2.1.0",
"react-icons": "^4.7.1",
"react-router-dom": "^6.4.5",
"react-toastify": "^9.1.1",
"recharts": "^2.2.0",
"solc": "^0.8.19",
"styled-components": "^5.3.6",
"truffle-hdwallet-provider": "^1.0.17",
"typewriter-effect": "^2.19.0",
"web-vitals": "^3.1.0",
"web3": "^1.8.1"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"hardhat": "^2.13.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"vite": "^4.2.0"
}
}