-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 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": "clear",
"version": "1.0.0",
"description": "> Pithy project description",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TSEM-group4/TSEM-group4-.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TSEM-group4/TSEM-group4-/issues"
},
"homepage": "https://github.com/TSEM-group4/TSEM-group4-#readme",
"dependencies": {
"@material-ui/core": "^4.11.0",
"assert": "^2.0.0",
"axios": "^0.18.1",
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"classnames": "^2.2.6",
"concurrently": "^5.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"fontsource-roboto": "^2.1.4",
"is-email": "^1.0.0",
"is-empty": "^1.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"mongodb": "^3.5.9",
"mongoose": "^5.9.20",
"passport": "^0.4.1",
"react-router-dom": "^5.2.0",
"request": "^2.88.2",
"session-file-store": "^1.4.0",
"unirest": "^0.6.0",
"validator": "^13.1.1"
}
}