-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
59 lines (59 loc) · 1.71 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
52
53
54
55
56
57
58
59
{
"name": "react-shift-scheduler",
"version": "1.0.0",
"description": "Employee management system",
"main": "server.js",
"scripts": {
"build": "webpack -p --progress --config webpack.config.js",
"start": "node server",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --progress -d --config webpack.config.js --watch"
},
"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",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"dotenv": "^4.0.0",
"express": "^4.14.0",
"express-session": "^1.14.2",
"fs": "0.0.1-security",
"json-loader": "^0.5.7",
"loader-utils": "^1.1.0",
"moment-timezone": "^0.5.21",
"mongoose": "^4.13.17",
"morgan": "^1.7.0",
"multer": "^1.3.1",
"nodemailer": "^4.6.8",
"passport": "^0.4.0",
"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.5.0",
"path": "^0.12.7",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-live-clock": "^2.0.3",
"react-router": "^3.0.0",
"react-tabs": "^2.3.0"
},
"devDependencies": {
"babel-core": "^6.3.13",
"babel-loader": "^7.0.0-alpha.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"react-hot-loader": "^4.3.6",
"webpack": "^2.7.0"
}
}