-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.62 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
{
"name": "hashtag-lunch-reviews",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-brands-svg-icons": "^5.8.1",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@types/history": "^4.7.7",
"@types/jest": "23.3.13",
"@types/lodash": "^4.14.120",
"@types/node": "11.13.4",
"@types/react": "16.8.13",
"@types/react-dom": "16.8.4",
"@types/react-fontawesome": "^1.6.4",
"@types/react-places-autocomplete": "^7.2.5",
"@types/react-router-dom": "^4.3.1",
"@types/styled-components": "^4.1.6",
"deep-equal": "^1.0.1",
"history": "^4.7.2",
"lodash": "^4.17.21",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-google-maps": "^9.4.5",
"react-modal": "^3.8.1",
"react-places-autocomplete": "^7.2.1",
"react-redux": "^7.1.0-alpha.4",
"react-router-dom": "^4.3.1",
"react-scripts": "3.4.1",
"react-spring": "^8.0.27",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^4.1.4-alpha.5",
"typescript": "3.4.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/deep-equal": "^1.0.1",
"@types/gapi": "^0.0.36",
"@types/gapi.auth2": "^0.0.50",
"@types/react-modal": "^3.8.2",
"prettier": "^1.17.0"
}
}