-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 1.99 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
69
70
71
72
73
74
{
"name": "hongaeting",
"version": "0.1.0",
"private": true,
"dependencies": {
"@koa/cors": "^3.0.0",
"@material-ui/core": "^4.4.2",
"@material-ui/icons": "^4.4.1",
"@material-ui/styles": "^4.4.1",
"autobind-decorator": "^2.4.0",
"axios": "^0.19.0",
"bcrypt": "^3.0.6",
"classnames": "^2.2.6",
"clsx": "^1.0.4",
"concurrently": "^4.1.2",
"customize-cra": "^0.7.0",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"jsonwebtoken": "^8.5.1",
"koa": "^2.8.1",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"koa-send": "^5.0.0",
"koa-static": "^5.0.0",
"mobx": "^5.13.0",
"mobx-react": "^6.1.3",
"moment": "^2.24.0",
"mongoose": "^5.7.3",
"nodemailer": "^6.3.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-paginate": "^6.3.2",
"react-router-dom": "^5.1.0",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"develop": "concurrently \"react-app-rewired start\" \"nodemon --watch server/ -r esm server/index.js\"",
"deploy": "react-app-rewired build && node -r esm server"
},
"type": "module",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.6.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.4.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.3.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-prettier": "^3.1.1",
"node-sass": "^4.12.0",
"nodemon": "^1.19.2",
"prettier": "^1.18.2",
"react-app-rewired": "^2.1.3",
"react-scripts": "^3.1.1"
},
"proxy": "http://localhost:4000/"
}