Files
ionic-framework/packages/react-router/test-app/package.json

65 lines
1.7 KiB
JSON

{
"name": "react-router-new",
"version": "0.0.1",
"private": true,
"dependencies": {
"@babel/core": "^7.18.2",
"@ionic/react": "^6.1.9",
"@ionic/react-router": "^6.1.9",
"@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": "^5.0.1",
"sass-loader": "8.0.2",
"semver": "6.3.0",
"typescript": "^4.4.2",
"wait-on": "^5.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "cypress open",
"cypress": "node_modules/.bin/cypress run --headless --browser chrome",
"e2e": "concurrently \"serve -s build -l 3000\" \"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",
"cypress": "^8.5.0",
"serve": "^13.0.2",
"wait-on": "^6.0.0",
"webpack-cli": "^4.9.1"
},
"description": "An Ionic project"
}