Adds build and config www path
Showing
capacitor.config.ts
0 → 100644
ios/.gitignore
0 → 100644
This diff is collapsed.
108 KB
40.3 KB
40.3 KB
40.3 KB
ios/App/App/Info.plist
0 → 100644
ios/App/Podfile
0 → 100644
This diff is collapsed.
| ... | ... | @@ -12,6 +12,9 @@ |
| "lint": "eslint" | ||
| }, | ||
| "dependencies": { | ||
| "@capacitor/android": "^5.5.1", | ||
| "@capacitor/core": "^5.5.1", | ||
| "@capacitor/ios": "^5.5.1", | ||
| "@ionic/react": "^7.0.0", | ||
| "@ionic/react-router": "^7.0.0", | ||
| "@types/react-router": "^5.1.20", | ||
| ... | ... | @@ -23,6 +26,7 @@ |
| "react-router-dom": "^5.3.4" | ||
| }, | ||
| "devDependencies": { | ||
| "@capacitor/cli": "^5.5.1", | ||
| "@testing-library/dom": ">=7.21.4", | ||
| "@testing-library/jest-dom": "^5.16.5", | ||
| "@testing-library/react": "^14.0.0", | ||
| ... | ... |