{ "name": "crosski", "version": "0.2.0", "private": true, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test" }, "dependencies": { "typescript": "^4.0.5", "@types/node": "^12.0.0", "@types/react": "^16.9.53", "@types/react-dom": "^16.9.8", "react": "^17.0.1", "react-dom": "^17.0.1", "react-scripts": "^4.0.1", "sass": "^1.29.0", "tesseract.js": "^2.1.4", "react-images-upload": "^1.2.8" }, "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" ] } }