| { | |
| "name": "react-netflix-clone", | |
| "version": "0.1.0", | |
| "private": true, | |
| "dependencies": { | |
| "@testing-library/jest-dom": "^4.2.4", | |
| "@testing-library/react": "^9.5.0", | |
| "@testing-library/user-event": "^7.2.1", | |
| "firebase": "^7.19.1", | |
| "gh-pages": "^3.1.0", | |
| "react": "^16.13.1", | |
| "react-dom": "^16.13.1", | |
| "react-router-dom": "^5.2.0", | |
| "react-scripts": "3.4.3" | |
| }, | |
| "scripts": { | |
| "start": "react-scripts start", | |
| "build": "react-scripts build", | |
| "test": "react-scripts test", | |
| "eject": "react-scripts eject" | |
| }, | |
| "eslintConfig": { | |
| "extends": "react-app" | |
| }, | |
| "browserslist": { | |
| "production": [ | |
| ">0.2%", | |
| "not dead", | |
| "not op_mini all" | |
| ], | |
| "development": [ | |
| "last 1 chrome version", | |
| "last 1 firefox version", | |
| "last 1 safari version" | |
| ] | |
| }, | |
| "devDependencies": { | |
| "eslint": "^6.8.0", | |
| "eslint-config-airbnb": "^18.1.0", | |
| "eslint-plugin-import": "^2.20.2", | |
| "eslint-plugin-jsx-a11y": "^6.2.3", | |
| "eslint-plugin-react": "^7.20.6", | |
| "eslint-plugin-react-hooks": "^2.5.1", | |
| "stylelint": "^13.3.3", | |
| "stylelint-config-standard": "^20.0.0", | |
| "stylelint-csstree-validator": "^1.8.0", | |
| "stylelint-scss": "^3.17.2" | |
| } | |
| } | |