-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.25 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
46
47
48
49
{
"name": "server-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./src/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@0x/subproviders": "^6.6.1",
"@truffle/hdwallet-provider": "^1.7.0",
"axios": "^0.24.0",
"axios-retry": "^3.2.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^10.0.0",
"eth-lightwallet": "^4.0.0",
"express": "^4.17.1",
"express-validator": "^6.13.0",
"helmet": "^4.6.0",
"hooked-web3-provider": "^1.0.0",
"joi": "^17.4.2",
"lodash": "^4.17.21",
"mongoose": "^6.0.13",
"node-fetch": "^3.1.0",
"opensea-js": "^1.2.1",
"passport": "^0.5.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"qrcode": "^1.5.0",
"redis": "^4.0.0",
"socket.io": "^4.4.0",
"speakeasy": "^2.0.0",
"web3": "^1.6.1",
"web3-provider-engine": "^16.0.3"
},
"devDependencies": {
"@rarible/protocol-ethereum-sdk": "^0.12.8",
"dotenv-flow": "^3.2.0"
}
}