-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "my-dao",
"version": "2.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@ethersproject/constants": "^5.6.1",
"@thirdweb-dev/react": "^2.3.0",
"@thirdweb-dev/sdk": "^2.2.11",
"@types/react": "^17.0.13",
"@types/react-dom": "^17.0.8",
"@vitejs/plugin-react": "^1.2.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"dotenv": "^16.0.0",
"ethers": "^5.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vite": "^2.3.8"
},
"description": "### **Welcome 👋** To get started with this course, clone this repo and follow these commands:",
"main": "vite.config.js",
"devDependencies": {
"node": "^17.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hemmykay/Flash4DAO.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hemmykay/Flash4DAO/issues"
},
"homepage": "https://github.com/Hemmykay/Flash4DAO#readme"
}