-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 925 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 925 Bytes
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
{
"name": "skillhub",
"version": "1.0.0",
"description": "1. **Clone the Repository:**",
"main": "index.js",
"scripts": {
"dev": "concurrently \"npm run client\" \"npm run server\"",
"client": "npm run dev --prefix client",
"server": "nodemon server/index.js --prefix server"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^6.1.9",
"@mui/material": "^6.1.9",
"@reduxjs/toolkit": "^2.4.0",
"date-fns": "^4.1.0",
"helmet": "^8.0.0",
"morgan": "^1.10.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.2",
"rotating-file-stream": "^3.2.6",
"skillhub": "file:"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"concurrently": "^8.2.2",
"nodemon": "^3.1.4",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13"
}
}