-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.58 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.58 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "project3",
"version": "0.1.0",
"private": true,
"main": "server.js",
"devDependencies": {
"concurrently": "^3.5.0",
"nodemon": "^1.11.0"
},
"dependencies": {
"axios": "^0.18.0",
"babel-cli": "^6.26.0",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.3",
"chart.js": "^2.7.2",
"crypto": "^1.0.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"http-proxy-middleware": "^0.18.0",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.1.3",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.0",
"pizzicato": "^0.6.3",
"react": "^16.4.0",
"react-chartjs-2": "^2.7.2",
"react-dom": "^16.4.0",
"react-modal": "^3.4.5",
"react-response": "^0.1.0",
"react-responsive-modal": "^3.0.3",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"webpack": "^4.13.0"
},
"scripts": {
"server": "nodemon",
"client": "cd client && npm run start",
"start": "node server.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"heroku-postbuild": "cd client && npm install --only=dev && npm install && npm run build"
},
"description": "Group Project #3",
"repository": {
"type": "git",
"url": "git+https://github.com/lauras5/Time-Out-App.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lauras5/Time-Out-App/issues"
},
"homepage": "https://github.com/lauras5/Time-Out-App#readme",
"engines": {
"node": "8.9.1"
}
}