-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
106 lines (106 loc) · 2.9 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "blockdegree",
"version": "1.0.0",
"scripts": {
"start": "node ./server/bin/www",
"dev": "nodemon ./server/app.js",
"prod": "pm2 start ./server/bin/www -i 1 --name 'prodBD'",
"test": "mocha",
"autotest": "supervisor -q -n exit -x mocha -- -b"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XinFinOrg/Blockchain_Tutorial-website.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/XinFinOrg/Blockchain_Tutorial-website/issues"
},
"homepage": "https://github.com/XinFinOrg/Blockchain_Tutorial-website#readme",
"devDependencies": {
"browser-sync": "^2.26.12",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-livereload": "^4.0.1",
"gulp-metalsmith": "^1.1.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"handlebars": "^4.7.6",
"handlebars-layout": "^0.1.4",
"jsdom": "^13.2.0",
"keythereum": "^1.0.4",
"metalsmith": "^2.3.0",
"metalsmith-markdown": "^1.3.0",
"metalsmith-templates": "^0.7.0",
"mocha": "^8.1.3",
"node-sass": "^4.14.1",
"nodemon": "^2.0.4",
"supervisor": "^0.12.0"
},
"dependencies": {
"abi-decoder": "^2.2.2",
"atob": "^2.1.2",
"axios": "^0.19.0",
"b64-to-blob": "^1.2.19",
"bad-words": "^3.0.3",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"bitly": "^6.1.0",
"blob": "0.0.5",
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"concat-stream": "^2.0.0",
"connect-flash": "^0.1.1",
"connect-redis": "^4.0.4",
"cookie-parser": "~1.4.3",
"cookie-session": "^1.3.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"del": "^3.0.0",
"dotenv": "^8.0.0",
"ejs": "~2.5.7",
"ethereumjs-tx": "^1.3.7",
"events": "^3.0.0",
"express": "~4.16.0",
"express-fileupload": "^1.1.6",
"express-handlebars": "^3.0.0",
"express-rate-limit": "^5.0.0",
"express-session": "^1.15.6",
"form-data": "^3.0.0",
"geoip-lite": "^1.3.8",
"html-to-image": "^0.1.1",
"http-errors": "~1.6.2",
"ipfs-http-client": "^44.0.0",
"jquery": "^3.5.1",
"lerna": "^3.16.4",
"lodash": "^4.17.20",
"mongoose": "^5.4.7",
"morgan": "~1.9.0",
"multer": "^1.4.2",
"node-schedule": "^1.3.2",
"nodemailer": "^5.1.1",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-linkedin": "^1.0.0",
"passport-linkedin-oauth2": "^2.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"paypal-rest-sdk": "^1.8.1",
"popper.js": "^1.15.0",
"puppeteer": "^1.19.0",
"qrcode": "^1.4.1",
"razorpay": "^2.0.6",
"redis": "^3.0.2",
"sharp": "^0.24.1",
"tue": "0.0.4",
"twit": "^2.2.11",
"twitter-text": "^3.0.0",
"uuid": "^3.4.0",
"web3": "^1.2.6",
"ws": "^7.2.3",
"xdc3": "^1.3.13416"
}
}