-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.25 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.25 KB
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
{
"name": "moonbay",
"version": "1.0.3",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "server/server.js",
"scripts": {
"start": "serve build -s -n -L -p $PORT",
"old": "node server/server.js --ignore client",
"dev": "concurrently \"cd server && npm run watch\" \"cd client && npm run dev\"",
"install": "cd server && npm i && cd ../client && npm i",
"seed": "cd server && npm run seed",
"build": "cd client && npm run build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"concurrently": "^5.3.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.0-placeholder-for-preset-env.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taqft/MoonBay.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/taqft/MoonBay/issues"
},
"homepage": "https://github.com/taqft/MoonBay#readme",
"dependencies": {
"@apollo/server": "^4.9.3",
"axios": "^0.26.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"mongodb": "^6.1.0",
"react-router-dom": "^6.14.2",
"react-spinners": "^0.11.0",
"serve": "^14.2.1"
}
}