-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
{
"name": "back-end",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Maobook2022/back-end.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Maobook2022/back-end/issues"
},
"homepage": "https://github.com/Maobook2022/back-end#readme",
"dependencies": {
"axios": "^0.26.0",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"express-session": "^1.17.2",
"express-validator": "^6.14.0",
"fs": "^0.0.1-security",
"install": "^0.13.0",
"moment": "^2.29.1",
"multer": "^1.4.4",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.2",
"nodemon": "^2.0.15",
"passport": "^0.5.2",
"passport-facebook-token": "^4.0.0",
"passport-google-oauth-token": "^1.0.3",
"session-file-store": "^1.5.0",
"yarn": "^1.22.17"
},
"devDependencies": {
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1"
}
}