{ "name": "float-ev-www", "version": "0.1.0", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "axios": "^0.24.0", "react": "^17.0.2", "react-countup": "^6.0.0", "react-dom": "^17.0.2", "react-router-dom": "^5.3.0", "react-scripts": "5.0.0", "react-slick": "^0.28.1", "simple-react-lightbox": "^3.6.9-0", "slick-carousel": "^1.8.1", "web-vitals": "^1.0.1" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "lint": "yarn add -D prettier && yarn add -D babel-eslint && npx install-peerdeps --dev eslint-config-airbnb && yarn add -D eslint-config-prettier eslint-plugin-prettier" }, "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": { "babel-eslint": "^10.1.0", "eslint": "^7.11.0", "eslint-config-airbnb": "18.2.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "7.21.5", "eslint-plugin-react-hooks": "1.7.0", "prettier": "^2.4.1" } }