-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.75 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
{
"name": "teamedison",
"version": "1.0.0",
"description": "",
"dependencies": {
"aws-amplify": "^1.1.10",
"body-parser": "^1.18.2",
"font-awesome": "^4.7.0",
"google-maps-react": "^1.1.11",
"html-to-text": "^4.0.0",
"jimp": "^0.2.28",
"jwt-simple": "^0.5.1",
"lodash": "^4.17.5",
"material-ui": "^0.20.0",
"material-ui-datetimepicker": "^1.0.7",
"material-ui-search-bar": "^0.4.1",
"moment": "^2.22.2",
"multer": "^1.3.0",
"mustache": "^2.3.0",
"qs": "^6.5.1",
"query-string": "^6.0.0",
"react": "^16.2.0",
"react-calendar-icon": "^0.9.2",
"react-dom": "^16.2.0",
"react-geosuggest": "^2.7.0",
"react-masonry-component": "^6.0.2",
"react-masonry-infinite": "^1.2.2",
"react-material-ui-form-validator": "^1.1.0",
"react-particles-js": "^2.1.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-swipeable-views": "^0.12.13",
"react-transition-group": "^2.2.1",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-thunk": "^2.2.0",
"request": "^2.83.0"
},
"devDependencies": {
"eslint": "^4.18.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"nodemon": "^1.17.3",
"npm-run-all": "^4.1.2",
"react-masonry-css": "^1.0.10",
"react-scripts": "1.1.1"
},
"scripts": {
"start": "react-scripts start ENTRY=./client/public",
"buildClient": "react-scripts build",
"testClient": "cd client && react-scripts test --env=jsdom",
"ejectClient": "cd client && react-scripts eject"
},
"author": "",
"license": "ISC",
"proxy": {
"/api": {
"target": "http://localhost:8080/"
}
}
}