forked from MadeleineGriggs/Spartan-Meet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.32 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "project-3",
"version": "1.0.0",
"description": "project 3 for the uoft bootcamp",
"main": "server.js",
"scripts": {
"client-install": "npm install --prefix client",
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false cd client && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MadeleineGriggs/Group-Project-3.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MadeleineGriggs/Group-Project-3/issues"
},
"homepage": "https://github.com/MadeleineGriggs/Group-Project-3#readme",
"dependencies": {
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "^4.3.0",
"@fullcalendar/react": "^4.3.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"concurrently": "^5.0.0",
"css-loader": "^3.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"material-ui-icons": "^1.0.0-beta.36",
"mysql2": "^1.7.0",
"node-sass": "^4.13.0",
"nodemon": "^1.19.4",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"sass-loader": "^8.0.0",
"sequelize": "^5.21.1",
"style-loader": "^1.0.0"
}
}