-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.63 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
{
"name": "TipMeACoffee",
"version": "1.0.0",
"description": "Social Media platform on top of breeze blockchain",
"main": "index.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "NickBIrd",
"license": "ISC",
"dependencies": {
"breej": "^1.2.0",
"breeze": "^1.2.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"crypto-random-string": "^5.0.0",
"dotenv": "^16.0.1",
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-fileupload": "^1.3.1",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^6.5.2",
"get-base-url": "^3.0.1",
"helmet": "^7.1.0",
"html-metadata-parser": "^2.0.4",
"image-url-validator": "^1.0.4",
"ipfs-http-client": "^56.0.3",
"is-url": "^1.2.4",
"js-video-url-parser": "^0.5.1",
"lodash": ">=4.17.21",
"marked": "^11.1.1",
"memory-cache": "^0.2.0",
"moment": "^2.29.4",
"mongoose": "^6.5.3",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.19",
"npm": "^8.18.0",
"pm2": "^5.2.0",
"pretty-url": "^0.1.1",
"random-string": "^0.2.0",
"randomstring": "^1.2.2",
"redis": "^4.6.12",
"request-ip": "^3.3.0",
"slugify": "^1.6.5",
"speakingurl": "^14.0.1",
"stringz": "^2.1.0",
"tlds": "^1.230.0",
"tldts": "^5.7.90",
"update": "^0.7.4",
"upgrade": "^1.1.0",
"wallet-validator": "^0.3.10",
"web3": "^1.7.5"
},
"devDependencies": {
"glob-parent": "^6.0.2",
"lodash": ">=4.17.21",
"set-value": "^4.1.0",
"yargs-parser": "^21.1.1"
}
}