{
  "name": "financial-chart-made-simple",
  "version": "0.2.8",
  "private": false,
  "homepage": "https://github.com/patrykrossa/financial-chart-made-simple",
  "license": "MIT",
  "author": "Patryk Rossa <patryk.rossaa@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/patrykrossa/financial-chart-made-simple"
  },
  "keywords": [
    "chartjs",
    "chart",
    "react",
    "financial-chart",
    "financial chart",
    "typescript"
  ],
  "dependencies": {
    "@chakra-ui/react": "^2.3.2",
    "@date-io/date-fns": "1.x",
    "@emotion/react": "^11.0.0",
    "@emotion/styled": "^11.0.0",
    "@fortawesome/fontawesome-svg-core": "^6.2.0",
    "@fortawesome/free-solid-svg-icons": "^6.2.0",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.0.1",
    "@testing-library/user-event": "^14.1.0",
    "@types/jest": "^28.1.1",
    "@types/node": "^12.0.0",
    "@types/react": "^18.0.9",
    "@types/react-dom": "^18.0.4",
    "chart.js": "^3.9.1",
    "chartjs-adapter-date-fns": "^2.0.0",
    "chartjs-plugin-zoom": "^1.2.1",
    "date-fns": "^2.0.0-beta.5",
    "faker": "^6.6.6",
    "framer-motion": "^6.2.9",
    "react": "^18.1.0",
    "react-chartjs-2": "^4.3.1",
    "react-dom": "^18.1.0",
    "react-icons": "^3.0.0",
    "react-scripts": "^5.0.1",
    "web-vitals": "^2.1.4"
  },
  "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": {
    "@faker-js/faker": "^7.5.0",
    "typescript": "^4.8.4"
  },
  "types": "dist/index.d.ts",
  "main": "./src/index.tsx"
}
