-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "owi",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"client": "cd client && yarn start",
"server": "nodemon server.js",
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\""
},
"repository": "[email protected]:zhukevgeniy/owi.git",
"license": "MIT",
"dependencies": {
"bcrypt": "^2.0.1",
"express": "^4.16.3",
"mysql": "^2.15.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0"
},
"devDependencies": {
"body-parser": "^1.18.2",
"bootstrap": "^4.1.1",
"concurrently": "^3.5.1",
"cors": "^2.8.4",
"dotenv": "^5.0.1",
"fetch-jsonp": "^1.1.3",
"history": "^4.7.2",
"ipware": "^1.0.0",
"jsonwebtoken": "^8.2.1",
"jwt-decode": "^2.2.0",
"morgan": "^1.9.0",
"mysql2": "^1.5.3",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-loadable": "^5.4.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-redux": "^5.0.0-alpha.9",
"react-select": "^1.2.1",
"reactstrap": "^6.0.1",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0",
"request": "^2.86.0",
"sequelize": "^4.37.7"
}
}