-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.29 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
{
"name": "video_tutorial",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "babel-node server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"nodemon": "^1.11.0",
"react-hot-loader": "^1.3.1",
"style-loader": "^0.18.2",
"webpack": "^3.5.5",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.18.2"
},
"dependencies": {
"axios": "^0.16.2",
"bcrypt": "^1.0.3",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"bookshelf": "^0.10.4",
"bootstrap": "^3.3.7",
"classnames": "^2.2.5",
"express": "^4.15.4",
"file-loader": "^0.11.2",
"jquery": "^3.2.1",
"jsonwebtoken": "^7.4.3",
"jwt-decode": "^2.2.0",
"knex": "^0.13.0",
"lodash": "^4.17.4",
"mysql": "^2.14.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"shortid": "^2.2.8",
"url-loader": "^0.5.9",
"validator": "^8.1.0"
}
}