-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.49 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.49 KB
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": "twitter_map_react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/runtime": "7.2.0",
"@google/maps": "^0.5.5",
"@google/markerclustererplus": "^2.1.11",
"@material-ui/core": "^3.9.3",
"bootstrap": "^4.1.3",
"geocoder": "^0.2.3",
"google-map-react": "^1.1.1",
"jquery": "^3.3.1",
"kleur": "3.0.2",
"local-storage": "^1.4.2",
"lodash": "^4.17.11",
"node-sass": "^4.11.0",
"node-where": "^1.1.0",
"pg": "^7.8.0",
"pg-native": "^3.0.0",
"points-cluster": "^0.1.4",
"popper.js": "^1.14.6",
"prop-types": "^15.6.2",
"ramda": "^0.26.1",
"react": "^16.8.4",
"react-datepicker": "^2.0.0",
"react-dom": "^16.8.4",
"react-motion": "^0.5.2",
"react-redux": "^6.0.1",
"react-scripts": "^2.1.3",
"react-scrollbar": "^0.5.4",
"react-tweet-embed": "^1.2.2",
"recompose": "^0.30.0",
"redux": "^4.0.1",
"request": "^2.88.0",
"reselect": "^4.0.0",
"styled-components": "^4.1.2",
"twitter-node-client": "^0.0.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"stop": "taskkill -F -IM node.exe",
"deploy": "npm build && aws s3 sync build/ s3://tweet-map8675309"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:4000"
}