-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "alx-graduation_firsttry",
"version": "1.0.0",
"description": "alx graduation-1 project",
"main": "server.js",
"scripts": {
"start": "node server",
"dev": "nodemon server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ASMAAGOMA/ALX-graduation_firstTry.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ASMAAGOMA/ALX-graduation_firstTry/issues"
},
"homepage": "https://github.com/ASMAAGOMA/ALX-graduation_firstTry#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@reduxjs/toolkit": "^2.2.7",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-async-handler": "^1.2.0",
"express-rate-limit": "^7.4.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.6.0",
"multer": "^1.4.5-lts.1",
"react-redux": "^9.1.2",
"redux-persist": "^6.0.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"nodemon": "^3.1.4"
}
}