-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "CrowdQuest",
"version": "1.0.0",
"description": "Crowdsourcing platform for teachers and students to add questions",
"main": "Web3.js",
"scripts": {
"dev": "lite-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@truffle/hdwallet-provider": "^2.0.13",
"async_hooks": "^1.0.0",
"bn.js": "^5.2.1",
"body-parser": "^1.20.0",
"bootoast": "^1.0.1",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"form-data": "^2.3.3",
"fs": "0.0.1-security",
"ganache-cli": "^6.12.2",
"ipfs-http-client": "^48.1.2",
"ipfs-mini": "^1.1.5",
"jsdom": "^20.0.0",
"lite-server": "^2.6.1",
"mailgun.js": "^8.0.0",
"moralis": "^1.11.0",
"net-browserify": "^0.2.4",
"nodemailer": "^6.7.8",
"path": "^0.12.7",
"sendmail": "^1.6.1",
"solc": "^0.4.24",
"web3": "^0.20.0"
},
"author": "Divij Katyal",
"license": "ISC",
"devDependencies": {
"@babel/helper-compilation-targets": "^7.18.9"
}
}