{ "private": true, "description": "chart.js should work in react-browser (Web)", "dependencies": { "@babel/core": "^7.0.0", "@babel/plugin-syntax-flow": "^7.14.5", "@babel/plugin-transform-react-jsx": "^7.14.9", "@types/node": "^18.7.6", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "chart.js": "workspace:*", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "typescript": "^4.7.4", "web-vitals": "^2.1.4" }, "scripts": { "test": "react-scripts build" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }