123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "name": "ionic-enciclopedia-pr",
- "version": "0.0.1",
- "private": true,
- "dependencies": {
- "@capacitor/app": "4.1.1",
- "@capacitor/core": "4.5.0",
- "@capacitor/haptics": "4.1.0",
- "@capacitor/keyboard": "4.1.0",
- "@capacitor/status-bar": "4.1.0",
- "@ionic/react": "^6.0.0",
- "@ionic/react-router": "^6.0.0",
- "@testing-library/jest-dom": "^5.11.9",
- "@testing-library/react": "^13.3.0",
- "@testing-library/user-event": "^12.6.3",
- "@types/jest": "^26.0.20",
- "@types/node": "^12.19.15",
- "@types/react": "^18.0.17",
- "@types/react-dom": "^18.0.6",
- "@types/react-router": "^5.1.11",
- "@types/react-router-dom": "^5.1.7",
- "history": "^4.9.0",
- "ionicons": "^6.0.3",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-router": "^5.2.0",
- "react-router-dom": "^5.2.0",
- "react-scripts": "^5.0.0",
- "typescript": "^4.1.3",
- "web-vitals": "^0.2.4",
- "workbox-background-sync": "^5.1.4",
- "workbox-broadcast-update": "^5.1.4",
- "workbox-cacheable-response": "^5.1.4",
- "workbox-core": "^5.1.4",
- "workbox-expiration": "^5.1.4",
- "workbox-google-analytics": "^5.1.4",
- "workbox-navigation-preload": "^5.1.4",
- "workbox-precaching": "^5.1.4",
- "workbox-range-requests": "^5.1.4",
- "workbox-routing": "^5.1.4",
- "workbox-strategies": "^5.1.4",
- "workbox-streams": "^5.1.4"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)'",
- "eject": "react-scripts eject"
- },
- "eslintConfig": {
- "extends": [
- "react-app",
- "react-app/jest"
- ]
- },
- "browserslist": {
- "production": [
- ">0.2%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- },
- "devDependencies": {
- "@capacitor/cli": "4.5.0"
- },
- "description": "An Ionic project"
- }
|