-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.55 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
{
"name": "backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app",
"server": "nodemon app",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\" \"mongod --dbpath db\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"author": "truthanytime",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"config": "^3.3.6",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"draft-js": "^0.11.7",
"exifr": "^7.1.3",
"express": "~4.16.1",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.2",
"express-validator": "^6.13.0",
"ffmpeg": "0.0.4",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"gravatar": "^1.8.2",
"http-errors": "~1.6.3",
"it-all": "^1.0.6",
"jade": "~1.11.0",
"jimp": "^0.16.1",
"joi": "^17.4.2",
"jsonwebtoken": "^8.5.1",
"mailgen": "^2.0.15",
"mailgun-js": "^0.22.0",
"mongoose": "^6.0.12",
"morgan": "~1.9.1",
"nft.storage": "^3.3.0",
"node-geocoder": "^3.28.0",
"nodemon": "^2.0.15",
"normalize-url": "^7.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-highlight-within-textarea": "^2.1.2",
"react-modal-slider": "^0.2.3",
"react-notifications": "^1.7.2",
"serve-favicon": "^2.5.0",
"socket.io": "^2.3.0",
"stripe": "^8.186.1"
},
"devDependencies": {
"concurrently": "^6.3.0"
}
}