-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
68 lines (68 loc) · 1.82 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
60
61
62
63
64
65
66
67
68
{
"name": "schedulit-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -d --watch",
"start": "nodemon ./server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schedulit/schedulit-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/schedulit/schedulit-app/issues"
},
"homepage": "https://github.com/schedulit/schedulit-app#readme",
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-react": "^7.0.0",
"axios": "^0.18.0",
"babel-loader": "^8.0.5",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"classnames": "^2.2.6",
"cookie-parser": "^1.4.4",
"cookie-session": "^1.3.3",
"cors": "^2.8.5",
"css-loader": "^2.1.1",
"date-fns": "^1.30.1",
"dotenv": "^7.0.0",
"dotenv-expand": "^5.1.0",
"express": "^4.16.4",
"file-loader": "^3.0.1",
"jest": "^24.5.0",
"js-cookie": "^2.2.0",
"moment": "^2.24.0",
"mongoose": "^5.4.19",
"morgan": "^1.9.1",
"nodemon": "^1.18.10",
"passport": "^0.4.0",
"passport-google-oauth": "^2.0.0",
"react": "^16.8.4",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.4",
"react-popout": "^1.0.2",
"react-router-dom": "^5.0.0",
"socket.io": "^2.2.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2"
},
"devDependencies": {
"webpack": "^4.29.6",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"react-devtools": "^3.6.1",
"webpack-cli": "^3.3.0",
"webpack-combine-loaders": "^2.0.4"
}
}