{ "name": "react-router-new", "version": "0.0.1", "private": true, "dependencies": { "@babel/core": "7.8.4", "@ionic/react": "5.6.3", "@ionic/react-router": "^5.6.3", "@svgr/webpack": "4.3.3", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.4.0", "@testing-library/user-event": "^8.0.3", "@types/jest": "^24.0.25", "@types/node": "^12.12.24", "@types/react": "^16.9.17", "@types/react-dom": "^16.9.4", "@types/react-router": "^5.1.8", "@types/react-router-dom": "^5.1.7", "ionicons": "^5.4.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-scripts": "^4.0.3", "resolve": "1.15.0", "resolve-url-loader": "3.1.1", "sass-loader": "8.0.2", "semver": "6.3.0", "source-map-loader": "^0.2.4", "style-loader": "0.23.1", "terser-webpack-plugin": "2.3.4", "ts-pnp": "1.1.5", "typescript": "^4.4.2", "url-loader": "2.3.0", "wait-on": "^5.3.0" }, "scripts": { "start": "npm run sync && react-scripts start", "start.ci": "npm run sync && BROWSER=none react-scripts start", "build": "node scripts/build.js", "test": "cypress open", "cypress": "node_modules/.bin/cypress run --headless --browser chrome", "e2e": "npm run sync && concurrently \"SKIP_PREFLIGHT_CHECK=true react-scripts start\" \"wait-on http-get://localhost:3000 && npm run cypress\" --kill-others --success first", "sync": "sh ./scripts/sync.sh" }, "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": "3.2.4", "concurrently": "^6.3.0", "cpy-cli": "^3.1.1", "cypress": "^8.5.0", "wait-on": "^6.0.0", "webpack-cli": "^4.9.1" }, "description": "An Ionic project" }