{ "name": "stay-safe", "version": "0.1.0", "private": true, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@parcellab/react-use-umami": "^2.0.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2", "@umami/api-client": "^0.76.0", "axios": "^1.7.9", "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^4.21.2", "framer-motion": "^11.16.1", "postcss": "^8.4.49", "postcss-cli": "^11.0.0", "postcss-nested": "^7.0.2", "react": "^19.0.0", "react-dom": "^19.0.0", "react-error-boundary": "^5.0.0", "react-lottie": "^1.2.10", "react-router-dom": "^7.1.1", "react-scripts": "5.0.1", "react-umami": "^1.0.1", "react-zoom-pan-pinch": "^3.6.1", "sass": "^1.83.1", "swiper": "^11.2.0", "use-sound": "^4.0.3", "uuid": "^11.0.4", "web-vitals": "^4.2.4" }, "scripts": { "start": "react-scripts start", "start:backend": "nodemon index.js", "start:front-end": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "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": { "concurrently": "^9.1.2", "tailwindcss": "^3.4.17" } }