forked from shopizer-ecommerce/shopizer-shop-reactjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.13 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
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "shop-react",
"version": "3.0.0",
"private": true,
"dependencies": {
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.11.0",
"animate.css": "^3.7.2",
"axios": "^0.21.1",
"bootstrap": "4.5.0",
"google-maps-react": "^2.0.6",
"js-sha512": "^0.8.0",
"moment": "^2.29.1",
"node-fetch": "2.6.1",
"prop-types": "^15.7.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-app-polyfill": "^1.0.4",
"react-bootstrap": "1.0.1",
"react-bootstrap-sweetalert": "^5.2.0",
"react-breadcrumbs-dynamic": "^1.2.1",
"react-cookie-consent": "^6.2.1",
"react-countdown-now": "^2.1.2",
"react-countup": "^4.2.3",
"react-custom-scrollbars-2": "^4.4.0",
"react-fullpage": "^0.1.19",
"react-geocode": "^0.2.2",
"react-hook-form": "^6.13.1",
"react-id-swiper": "^4.0.0",
"react-idle-timer": "^4.5.2",
"react-lightgallery": "0.6.3",
"react-load-script": "0.0.6",
"react-meta-tags": "^1.0.1",
"react-modal-video": "^1.2.3",
"react-paginate": "^7.0.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.1",
"react-scroll": "^1.7.14",
"react-spinners": "^0.9.0",
"react-star-ratings": "^2.3.0",
"react-sticky-el": "^1.1.0",
"react-to-print": "^2.12.3",
"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.4.1",
"universal-cookie": "^4.0.4",
"uuid": "^3.3.3"
},
"scripts": {
"dev": "react-scripts start",
"intergartion": "chmod +x ./env.sh && ./env.sh && cp env-config.js ./public/ && react-scripts start",
"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"
}
}