-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 871 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 871 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
{
"name": "letty",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"repository": "https://github.com/bcha92/Letty.git",
"author": "bcha92@hotmail.com <bcha92@hotmail.com>",
"license": "MIT",
"dependencies": {
"@auth0/auth0-react": "^1.8.0",
"body-parser": "^1.19.0",
"concurrently": "^6.2.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"mongodb": "^4.1.2",
"morgan": "^1.10.0",
"nodemon": "^2.0.13",
"opencage-api-client": "^1.0.0",
"react-google-maps": "^9.4.5",
"react-icons": "^4.2.0",
"react-router-dom": "^5.3.0",
"styled-components": "^5.3.1",
"uuid": "^8.3.2"
},
"scripts": {
"client": " yarn --cwd client run start",
"server": "nodemon index",
"start": "concurrently \"yarn run server\" \"yarn run client\""
}
}