-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.54 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.54 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
53
54
55
56
57
58
59
{
"name": "esprit.tn-mis-a-jour",
"version": "0.0.1",
"description": "Dynamic web plateforme for the university of ESPRIT tunis",
"license": "ESPRIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/IdrissMahjoubi/Esprit.tn"
},
"proxy": "http://localhost:4000",
"scripts": {
"client-back": "cd client/backend && set PORT=3002 && npm start",
"client-front": "cd client/frontend && set PORT=3001 && npm start",
"server": "nodemon server.js",
"start": "node build.js"
},
"dependencies": {
"@mapbox/mapbox-gl-directions": "^4.0.3",
"@types/node": "^11.13.20",
"bcryptjs": "^2.4.3",
"body-parser": "~1.18.2",
"brain.js": "^1.6.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^7.0.0",
"errorhandler": "^1.5.0",
"express": "^4.16.4",
"gravatar": "^1.8.0",
"http": "0.0.0",
"is-url-external": "^1.0.3",
"jsonwebtoken": "^8.5.1",
"mapbox-gl-directions": "^3.0.3",
"method-override": "^3.0.0",
"mongodb": "^3.5.6",
"mongoose": "^5.7.1",
"monk": "^7.1.1",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"os": "^0.1.1",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-facebook-token": "^3.3.0",
"passport-google-id-token": "^0.4.6",
"passport-google-oauth20": "^2.0.0",
"passport-google-plus-token": "^2.1.0",
"passport-local": "^1.0.0",
"reactstrap": "^8.4.1",
"request": "^2.88.0",
"validator": "^10.11.0",
"stripe": "^8.48.0"
},
"devDependencies": {
"concurrently": "^4.1.2",
"nodemon": "^2.0.2",
"prettier": "^1.16.4"
}
}