-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
45
46
47
48
49
50
51
{
"name": "react-shift-scheduler",
"version": "1.0.0",
"description": "Employee management system",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clsavino/react-shift-scheduler.git"
},
"author": "HB,NC,AR,CS",
"license": "ISC",
"bugs": {
"url": "https://github.com/clsavino/react-shift-scheduler/issues"
},
"homepage": "https://github.com/clsavino/react-shift-scheduler#readme",
"dependencies": {
"axios": "^0.15.3",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"dotenv": "^4.0.0",
"express": "^4.14.0",
"express-session": "^1.14.2",
"mongoose": "^4.7.3",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-google-auth": "^1.0.1",
"passport-google-oauth": "^1.0.0",
"passport-linkedin-oauth2": "^1.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"path": "^0.12.7",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-router": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.3.13",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"webpack": "^1.13.1"
},
"scripts": {
"build": "webpack",
"start": "node server"
}
}