-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.3 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.3 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start2": "node app.js",
"main-net": "node main.js",
"test-net": "node test.js",
"nodemon": "nodemon --exec babel-node app.js"
},
"dependencies": {
"apollo-server": "^2.17.0",
"apollo-server-express": "^2.18.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-graphql": "^0.9.0",
"ganache-cli": "^6.12.1",
"graphql": "^15.3.0",
"http-errors": "~1.6.3",
"lodash": "^4.17.20",
"mongoose": "^5.9.20",
"morgan": "~1.9.1",
"node-emoji": "^1.10.0",
"node-sass-middleware": "0.11.0",
"qrcode": "^1.4.4",
"solc": "^0.8.0",
"speakeasy": "^2.0.0"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/node": "^7.12.6",
"@babel/preset-env": "^7.12.1",
"@babel/register": "^7.12.10",
"@graphql-tools/merge": "^6.2.3",
"bip39": "^3.0.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ethereumjs-wallet": "^1.0.1",
"jsonwebtoken": "^8.5.1",
"nodemailer": "^6.4.14",
"nodemon": "^2.0.4",
"request": "^2.88.2",
"web3": "^1.3.0",
"yup": "^0.29.3"
}
}