This repository has been archived by the owner on Jun 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.82 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
69
70
71
{
"name": "localing-react",
"version": "1.3.0",
"private": true,
"dependencies": {
"@aws-amplify/ui-react": "^0.2.9",
"@stripe/stripe-js": "^1.12.1",
"animate.css": "^4.1.1",
"aws-amplify": "^3.3.18",
"aws-sdk": "^2.841.0",
"axios": "^0.21.1",
"bootstrap": "4.6.0",
"geolib": "^3.3.1",
"google-maps-react": "^2.0.2",
"node-sass": "4.14.1",
"prop-types": "^15.7.2",
"query-string": "^6.14.0",
"react": "^16.14.0",
"react-app-polyfill": "^2.0.0",
"react-bootstrap": "1.4.3",
"react-breadcrumbs-dynamic": "^1.2.1",
"react-countdown-now": "^2.1.2",
"react-countup": "^4.2.3",
"react-dom": "^16.14.0",
"react-fullpage": "^0.1.19",
"react-hooks-paginator": "^0.4.0",
"react-id-swiper": "^3.0.0",
"react-lightgallery": "0.8.2",
"react-mailchimp-subscribe": "^2.1.0",
"react-meta-tags": "^1.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^2.3.1",
"react-scripts": "3.4.4",
"react-scroll": "^1.8.1",
"react-sticky-el": "^2.0.5",
"react-toast-notifications": "^2.2.5",
"react-visibility-sensor": "^5.1.1",
"redux": "^4.0.4",
"redux-localstorage-simple": "^2.4.0",
"redux-thunk": "^2.3.0",
"swiper": "^6.1.1",
"uuid": "^8.3.2"
},
"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"
}
}