-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "draffle",
"version": "1.0.0",
"description": "A webapp for taking part in the FVM lottery",
"scripts": {
"deploy": "hardhat deploy",
"start": "parcel src/index.html",
"build": "parcel build src/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"drand",
"lottery",
"raffle",
"FVM",
"EVM",
"filecoin"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@parcel/transformer-sass": "^2.8.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"hardhat": "^2.13.0",
"hardhat-deploy": "^0.11.25",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"parcel": "^2.8.3",
"parcel-plugin-static-files-copy": "^2.6.0",
"parcel-reporter-static-files-copy": "^1.5.0",
"process": "^0.11.10",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"dependencies": {
"bootstrap": "^5.2.3",
"ethers": "^5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"staticFiles": {
"staticPath": "./public"
}
}