-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.07 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
64
65
66
67
68
{
"name": "jtb_frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.19",
"@fortawesome/free-brands-svg-icons": "5.8.2",
"@fortawesome/free-regular-svg-icons": "5.9.0",
"@fortawesome/free-solid-svg-icons": "5.9.0",
"@fortawesome/react-fontawesome": "0.1.4",
"apexcharts": "^3.22.0",
"bootstrap": "^4.5.3",
"classnames": "^2.2.6",
"google-map-react": "^1.1.7",
"history": "^4.10.1",
"moment": "^2.29.1",
"pretty-checkbox": "^3.0.3",
"react": "^16.14.0",
"react-apexcharts": "^1.3.7",
"react-autosize-textarea": "^7.1.0",
"react-beautiful-dnd": "^12.2.0",
"react-bootstrap-table-next": "^3.3.5",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-bootstrap-table2-toolkit": "^2.1.3",
"react-confirm-alert": "^2.6.2",
"react-dom": "^16.14.0",
"react-dragula": "^1.1.17",
"react-feather": "^2.0.8",
"react-geocode": "^0.2.2",
"react-moment": "^0.9.7",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.1",
"react-redux-api-tools": "^2.1.3",
"react-redux-toastr": "^7.6.5",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"react-transition-group": "^4.4.1",
"reactstrap": "^8.6.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"engines": {
"node": "11.14.0",
"npm": "6.9.0"
},
"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": {}
}