diff --git a/package.json b/package.json new file mode 100644 index 0000000..a474ea0 --- /dev/null +++ b/package.json @@ -0,0 +1,41 @@ +{ + "name": "client", + "version": "0.1.0", + "private": true, + "dependencies": { + "@testing-library/dom": "^10.4.1", + "@testing-library/jest-dom": "^6.9.1", + "@testing-library/react": "^16.3.1", + "@testing-library/user-event": "^13.5.0", + "axios": "^1.13.2", + "react": "^19.2.3", + "react-dom": "^19.2.3", + "react-router-dom": "^7.11.0", + "react-scripts": "5.0.1", + "web-vitals": "^2.1.4" + }, + "scripts": { + "start": "PORT=24452 react-scripts start", + "build": "react-scripts build --port=24452", + "test": "react-scripts test --port=24452", + "eject": "react-scripts eject --port=24452" + }, + "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" + ] + } +}