|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
5 | 5 | "dependencies": {
|
6 |
| - "@material-ui/core": "latest", |
| 6 | + "@material-ui/core": "~4.12.4", |
7 | 7 | "@material-ui/icons": "latest",
|
8 | 8 | "@material-ui/lab": "latest",
|
9 |
| - "@stripe/react-stripe-js": "^1.1.2", |
10 |
| - "@stripe/stripe-js": "^1.8.0", |
11 |
| - "axios": "^0.19.2", |
12 |
| - "env-cmd": "^10.1.0", |
13 |
| - "express": "^4.17.1", |
14 |
| - "fontsource-roboto": "^2.1.3", |
15 |
| - "js-base64": "^2.5.2", |
16 |
| - "js-cookie": "^2.2.1", |
17 |
| - "lodash": "^4.17.15", |
18 |
| - "loglevel": "^1.6.8", |
19 |
| - "node-sass": "^4.14.1", |
20 |
| - "path": "^0.12.7", |
21 |
| - "prop-types": "^15.7.2", |
22 |
| - "react": "latest", |
23 |
| - "react-dom": "latest", |
24 |
| - "react-helmet": "^6.1.0", |
25 |
| - "react-id-swiper": "^4.0.0", |
26 |
| - "react-redux": "^7.2.0", |
27 |
| - "react-router-dom": "^5.2.0", |
28 |
| - "react-scripts": "latest", |
29 |
| - "react-stripe-checkout": "^2.6.3", |
30 |
| - "redux": "^4.0.5", |
31 |
| - "redux-form": "^8.3.6", |
32 |
| - "redux-thunk": "^2.3.0", |
33 |
| - "semantic-ui-css": "^2.4.1", |
34 |
| - "semantic-ui-react": "^0.88.2", |
35 |
| - "stripe": "^8.78.0", |
36 |
| - "styled-components": "^5.1.1", |
37 |
| - "swiper": "^5.4.2" |
| 9 | + "@stripe/react-stripe-js": "~1.1.2", |
| 10 | + "@stripe/stripe-js": "~1.8.0", |
| 11 | + "axios": "~0.19.2", |
| 12 | + "env-cmd": "~10.1.0", |
| 13 | + "express": "~4.17.1", |
| 14 | + "fontsource-roboto": "~2.1.3", |
| 15 | + "js-base64": "~2.5.2", |
| 16 | + "js-cookie": "~2.2.1", |
| 17 | + "lodash": "~4.17.15", |
| 18 | + "loglevel": "~1.6.8", |
| 19 | + "node-sass": "~4.14.1", |
| 20 | + "path": "~0.12.7", |
| 21 | + "prop-types": "~15.7.2", |
| 22 | + "react": "~16.13.0", |
| 23 | + "react-dom": "~16.13.0", |
| 24 | + "react-helmet": "~6.1.0", |
| 25 | + "react-id-swiper": "~4.0.0", |
| 26 | + "react-redux": "~7.2.0", |
| 27 | + "react-router-dom": "~5.2.0", |
| 28 | + "react-scripts": "~3.4.4", |
| 29 | + "react-stripe-checkout": "~2.6.3", |
| 30 | + "redux": "~4.0.5", |
| 31 | + "redux-form": "~8.3.6", |
| 32 | + "redux-thunk": "~2.3.0", |
| 33 | + "semantic-ui-css": "~2.4.1", |
| 34 | + "semantic-ui-react": "~0.88.2", |
| 35 | + "stripe": "~8.78.0", |
| 36 | + "styled-components": "~5.1.1", |
| 37 | + "swiper": "~5.4.2" |
38 | 38 | },
|
39 | 39 | "scripts": {
|
40 | 40 | "start": "node server.js",
|
|
0 commit comments