{ "name": "testapp", "version": "0.1.0", "private": true, "dependencies": { "@craco/craco": "^6.1.2", "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^12.8.3", "audio-react-recorder": "^1.0.4", "classnames": "^2.3.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", "sass": "^1.32.8", "web-vitals": "^1.1.1" }, "scripts": { "start": "REACT_APP_BACKEND_URL=http://localhost:7860 craco start", "build": "craco build", "test": "craco 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": { "autoprefixer": "^9.8.6", "postcss": "^7.0.35", "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.2" } }