-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 987 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 987 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
36
37
{
"name": "fitnesscoaching",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"server": "node backend/server.js",
"client": "npm run start --prefix frontend",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"build": "npm run build --prefix frontend"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ImNGodmode/fitnessCoaching.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ImNGodmode/fitnessCoaching/issues"
},
"homepage": "https://github.com/ImNGodmode/fitnessCoaching#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"concurrently": "^7.5.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongoose": "^6.7.1",
"morgan": "^1.10.0",
"react": "^18.2.0",
"react-scripts": "^5.0.1",
"serve-favicon": "^2.5.0"
}
}