|
| 1 | +{ |
| 2 | + "name": "react-19-test-app", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "dependencies": { |
| 6 | + "@sentry/react": "latest || *", |
| 7 | + "@testing-library/jest-dom": "5.14.1", |
| 8 | + "@testing-library/react": "13.0.0", |
| 9 | + "@testing-library/user-event": "13.2.1", |
| 10 | + "history": "4.9.0", |
| 11 | + "@types/history": "4.7.11", |
| 12 | + "@types/jest": "27.0.1", |
| 13 | + "@types/node": "16.7.13", |
| 14 | + "@types/react": "npm:types-react@rc", |
| 15 | + "@types/react-dom": "npm:types-react-dom@rc", |
| 16 | + "react": "19.0.0-rc-935180c7e0-20240524", |
| 17 | + "react-dom": "19.0.0-rc-935180c7e0-20240524", |
| 18 | + "react-scripts": "5.0.1", |
| 19 | + "typescript": "4.9.5", |
| 20 | + "web-vitals": "2.1.0" |
| 21 | + }, |
| 22 | + "scripts": { |
| 23 | + "build": "react-scripts build", |
| 24 | + "dev": "react-scripts start", |
| 25 | + "start": "serve -s build", |
| 26 | + "test": "playwright test", |
| 27 | + "clean": "npx rimraf node_modules pnpm-lock.yaml", |
| 28 | + "test:build": "pnpm install && npx playwright install && pnpm build", |
| 29 | + "test:assert": "pnpm test" |
| 30 | + }, |
| 31 | + "eslintConfig": { |
| 32 | + "extends": [ |
| 33 | + "react-app", |
| 34 | + "react-app/jest" |
| 35 | + ] |
| 36 | + }, |
| 37 | + "browserslist": { |
| 38 | + "production": [ |
| 39 | + ">0.2%", |
| 40 | + "not dead", |
| 41 | + "not op_mini all" |
| 42 | + ], |
| 43 | + "development": [ |
| 44 | + "last 1 chrome version", |
| 45 | + "last 1 firefox version", |
| 46 | + "last 1 safari version" |
| 47 | + ] |
| 48 | + }, |
| 49 | + "devDependencies": { |
| 50 | + "@playwright/test": "^1.43.1", |
| 51 | + "@sentry-internal/event-proxy-server": "link:../../../event-proxy-server", |
| 52 | + "serve": "14.0.1" |
| 53 | + }, |
| 54 | + "volta": { |
| 55 | + "extends": "../../package.json" |
| 56 | + } |
| 57 | +} |
0 commit comments