-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 822 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
{
"name": "maps-meet",
"version": "1.0.0",
"description": "",
"scripts": {
"start:dev": "concurrently \" nodemon ./Backend/server.js \" \"parcel watch ./client/src/index.html --public-url ./static/ \" ",
"build": "parcel build ./client/src/index.html --public-url ./static/ ",
"start": " node ./Backend/server.js "
},
"repository": {
"type": "git",
"url": "git+https://github.com/AhmadAlkhaled/maps-meet.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AhmadAlkhaled/maps-meet/issues"
},
"homepage": "https://github.com/AhmadAlkhaled/maps-meet#readme",
"dependencies": {
"concurrently": "^7.0.0",
"express": "^4.17.3",
"parcel": "^2.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2"
}
}