-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.05 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
{
"name": "dwill",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"deploy": "yarn build && npx thirdweb@latest upload dist"
},
"dependencies": {
"@thirdweb-dev/react": "^4",
"@thirdweb-dev/sdk": "^4",
"@thirdweb-dev/storage": "^1.0.6",
"@types/dropzone": "^5.7.8",
"axios": "^1.6.7",
"dropzone": "^6.0.0-beta.2",
"ethers": "^5",
"ipfs-http-client": "^60.0.1",
"jszip": "^3.10.1",
"react": "^18.2",
"react-dom": "^18.2",
"react-dropzone": "^14.2.3",
"react-icons": "^5.0.1",
"react-router-dom": "^6.22.0",
"react-scroll": "^1.9.0",
"web3": "^4.5.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@types/react-dropzone": "^5.1.0",
"@types/react-scroll": "^1.8.10",
"@types/web3": "^1.2.2",
"@vitejs/plugin-react": "^2",
"typescript": "^4.7.2",
"vite": "^3",
"vite-plugin-node-polyfills": "^0.7.0"
}
}