forked from spectre900/RSVI_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 904 Bytes
/
package.json
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
{
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"mongoose": "^5.13.0",
"react-icons": "^4.2.0"
},
"scripts": {
"build": "cd client && npm run build",
"install": "cd client && npm install",
"start": "node server",
"server": "nodemon server",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"name": "rsvi_website",
"description": "git clone https://github.com/RSVI-Digital/RSVI_Website.git",
"version": "1.0.0",
"main": "server.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/RSVI-Digital/RSVI_Website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RSVI-Digital/RSVI_Website/issues"
},
"homepage": "https://github.com/RSVI-Digital/RSVI_Website#readme"
}