-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
66 lines (66 loc) · 1.66 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
{
"name": "flone-react",
"version": "2.0.0",
"private": true,
"dependencies": {
"animate.css": "^3.7.2",
"axios": "^0.19.0",
"bootstrap": "4.6.0",
"google-maps-react": "^2.0.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-app-polyfill": "^1.0.4",
"react-bootstrap": "1.6.1",
"react-breadcrumbs-dynamic": "^1.2.1",
"react-countdown-now": "^2.1.2",
"react-countup": "^4.2.3",
"react-dom": "^17.0.2",
"react-fullpage": "^0.1.19",
"react-hooks-paginator": "^0.4.0",
"react-id-swiper": "2.4.0",
"react-lightgallery": "0.6.3",
"react-mailchimp-subscribe": "^2.1.0",
"react-meta-tags": "^0.7.4",
"react-modal-video": "^1.2.3",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-scroll": "^1.7.14",
"react-sticky-el": "^1.1.0",
"react-toast-notifications": "^2.2.5",
"react-visibility-sensor": "^5.1.1",
"redux": "^4.0.4",
"redux-localstorage-simple": "^2.1.6",
"redux-multilanguage": "^0.1.2",
"redux-thunk": "^2.3.0",
"swiper": "^5.2.0",
"uuid": "^3.3.3"
},
"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",
"ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"ie 11"
]
},
"devDependencies": {
"redux-devtools-extension": "^2.13.8",
"sass": "^1.29.0"
}
}