|
3 | 3 | "version": "0.0.1",
|
4 | 4 | "private": true,
|
5 | 5 | "dependencies": {
|
6 |
| - "@capacitor/core": "2.4.7", |
7 |
| - "@hookform/error-message": "0.0.5", |
8 |
| - "@ionic/react": "5.4.4", |
9 |
| - "@ionic/react-router": "5.4.4", |
| 6 | + "@capacitor/app": "1.1.1", |
| 7 | + "@capacitor/core": "3.4.3", |
| 8 | + "@capacitor/haptics": "1.1.4", |
| 9 | + "@capacitor/ios": "3.4.3", |
| 10 | + "@capacitor/keyboard": "1.2.2", |
| 11 | + "@capacitor/status-bar": "1.0.8", |
| 12 | + "@hookform/error-message": "2.0.0", |
| 13 | + "@ionic/react": "^6.0.0", |
| 14 | + "@ionic/react-router": "^6.0.0", |
10 | 15 | "@testing-library/jest-dom": "^5.11.9",
|
11 | 16 | "@testing-library/react": "^11.2.5",
|
12 | 17 | "@testing-library/user-event": "^12.6.3",
|
13 |
| - "@types/jest": "^24.0.25", |
14 |
| - "@types/node": "^12.12.24", |
15 |
| - "@types/react": "^16.9.17", |
16 |
| - "@types/react-dom": "^16.9.4", |
17 |
| - "@types/react-router": "^5.1.4", |
18 |
| - "@types/react-router-dom": "^5.1.3", |
19 |
| - "ionicons": "5.2.3", |
20 |
| - "react": "^16.13.0", |
21 |
| - "react-dom": "^16.13.0", |
22 |
| - "react-hook-form": "^6.15.1", |
23 |
| - "react-router": "^5.1.2", |
24 |
| - "react-router-dom": "^5.1.2", |
25 |
| - "react-scripts": "3.4.0", |
26 |
| - "typescript": "3.8.3" |
| 18 | + "@types/jest": "^26.0.20", |
| 19 | + "@types/node": "^12.19.15", |
| 20 | + "@types/react": "^16.14.3", |
| 21 | + "@types/react-dom": "^16.9.10", |
| 22 | + "@types/react-router": "^5.1.11", |
| 23 | + "@types/react-router-dom": "^5.1.7", |
| 24 | + "ionicons": "6.0.1", |
| 25 | + "react": "^17.0.1", |
| 26 | + "react-dom": "^17.0.1", |
| 27 | + "react-hook-form": "7.29.0", |
| 28 | + "react-router": "^5.2.0", |
| 29 | + "react-router-dom": "^5.2.0", |
| 30 | + "react-scripts": "^5.0.0", |
| 31 | + "swiper": "^8.0.7" |
27 | 32 | },
|
28 | 33 | "scripts": {
|
29 |
| - "start": "FAST_REFRESH=false react-scripts start", |
| 34 | + "start": "react-scripts start", |
30 | 35 | "build": "react-scripts build",
|
31 |
| - "test": "react-scripts test", |
| 36 | + "test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)'", |
32 | 37 | "eject": "react-scripts eject"
|
33 | 38 | },
|
34 | 39 | "eslintConfig": {
|
35 | 40 | "extends": [
|
36 |
| - "react-app" |
| 41 | + "react-app", |
| 42 | + "react-app/jest" |
37 | 43 | ]
|
38 | 44 | },
|
39 | 45 | "browserslist": {
|
|
49 | 55 | ]
|
50 | 56 | },
|
51 | 57 | "devDependencies": {
|
52 |
| - "@capacitor/cli": "2.4.7", |
53 |
| - "@ionic/lab": "3.2.10" |
| 58 | + "@capacitor/cli": "3.4.3", |
| 59 | + "@ionic/cli": "6.19.0", |
| 60 | + "@ionic/lab": "3.2.11" |
54 | 61 | },
|
55 | 62 | "description": "An Ionic project"
|
56 | 63 | }
|
0 commit comments