{ "name": "dashboard", "version": "1.0.0", "license": "MIT", "repository": "git@github.com:phntxx/dashboard", "contributors": [ "phntxx " ], "private": false, "dependencies": { "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^13.0.6", "@types/jest": "^26.0.22", "@types/node": "^14.14.37", "@types/react-dom": "^17.0.3", "@types/react-select": "^4.0.13", "@types/styled-components": "^5.1.9", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "^4.0.3", "react-select": "^4.3.0", "styled-components": "^5.2.1", "typescript": "^4.2.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" ] } }