{ "name": "chartjs-2-react-example", "homepage": "https://aleleba.github.io/chartjs-2-react", "version": "1.1.5", "license": "MIT", "private": true, "dependencies": { "chartjs-2-react": "file:..", "prop-types": "^15.6.2", "react": "^16.4.1", "react-dom": "^16.4.1", "react-scripts": "^4.0.1" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }