forked from Samkeer1/myBookClub
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
68 lines (68 loc) · 1.92 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": "greenfield",
"version": "1.0.0",
"description": "A book club app",
"main": "index.js",
"scripts": {
"react-dev": "webpack --config webpack.config.js --mode development --watch",
"start": "npm run react-dev & npm run nodemon",
"nodemon": "nodemon server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snekbox/myBookClub.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/snekbox/myBookClub.git"
},
"homepage": "https://github.com/snekbox/myBookClub.git#readme",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"express-server": "^0.7.0",
"express-session": "^1.16.1",
"http": "0.0.0",
"jsonwebtoken": "^8.5.1",
"materialize-css": "^1.0.0",
"mysql": "^2.16.0",
"mysql2": "^1.6.5",
"nodemon": "^1.18.11",
"passport": "^0.4.0",
"passport-google-oauth": "^2.0.0",
"passport-google-token": "^0.1.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-google-login": "^5.0.4",
"react-materialize": "^3.0.4",
"request": "^2.88.0",
"sequelize": "^5.3.0",
"socket.io": "^2.2.0",
"utils": "^0.3.1"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"jsdoc": "^3.5.5",
"prettier": "^1.16.4",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.0"
}
}