-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.63 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
{
"name": "folks",
"version": "0.1.0",
"private": true,
"devDependencies": {
"nodemon": "^1.11.0",
"react-scripts": "1.0.11"
},
"dependencies": {
"axios": "^0.16.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"classnames": "^2.2.5",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "^2.2.0",
"eslint-plugin-react": "^7.3.0",
"express": "^4.15.4",
"jsonwebtoken": "^7.4.3",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.4",
"material-ui": "^1.0.0-beta.6",
"material-ui-icons": "^1.0.0-beta.5",
"moment": "^2.18.1",
"mongoose": "^4.11.8",
"morgan": "^1.8.2",
"prettier": "^1.6.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-dom": "^15.6.1",
"react-google-maps": "^7.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"semantic-ui": "^2.2.13",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.71.5",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"uuid": "^3.1.0",
"validator": "^8.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"server": "NODE_ENV=production PORT=443 node server/index.js",
"server-dev": "nodemon server/index.js",
"lint": "eslint src"
},
"proxy": "http://localhost:3001/"
}