-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.76 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.76 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "search-travel-component",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.11",
"@date-io/moment": "^1.3.11",
"@material-ui/core": "^4.5.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.29",
"@material-ui/pickers": "^3.2.7",
"@material-ui/system": "^4.5.1",
"axios": "^0.19.0",
"core-js": "^3.3.2",
"create-react-class": "^15.6.3",
"date-fns": "^2.6.0",
"immer": "^4.0.1",
"jwt-decode": "^2.2.0",
"left-pad": "^1.3.0",
"material-ui-pickers": "^2.2.4",
"moment-timezone": "^0.5.27",
"mui-datatables": "^2.12.2",
"notistack": "^0.9.5",
"prop-types": "^15.7.2",
"query-string": "^6.8.3",
"react": "^16.10.2",
"react-beforeunload": "^2.1.0",
"react-dom": "^16.10.2",
"react-places-autocomplete": "^7.2.1",
"react-redux": "^7.1.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-slick": "^0.25.2",
"react-text-mask": "^5.4.3",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"scrollreveal": "^4.0.5",
"string-validator": "^1.0.5",
"yup": "^0.27.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.3"
}
}