{
  "name": "react-achievements-redux",
  "version": "0.0.1",
  "description": "This is the implemenation of the react-achievements library using redux.",
  "keywords": [
    "react",
    "badge",
    "achievement"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dave-b-b/react-achievements-redux.git"
  },
  "main": "dist/cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "build": "rollup -c",
    "deploy": "npm run build && npm publish",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "author": "David Brown",
  "license": "ISC",
  "devDependencies": {
    "@chromatic-com/storybook": "^1.6.1",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@mui/icons-material": "^6.4.8",
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-replace": "^6.0.2",
    "@storybook/addon-essentials": "^8.6.8",
    "@storybook/addon-interactions": "^8.6.8",
    "@storybook/addon-links": "^8.6.8",
    "@storybook/addon-onboarding": "^8.6.8",
    "@storybook/addon-webpack5-compiler-swc": "^1.0.5",
    "@storybook/blocks": "^8.6.8",
    "@storybook/react": "^8.6.8",
    "@storybook/react-webpack5": "^8.6.8",
    "@storybook/test": "^8.6.8",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.14.12",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@types/react-redux": "^7.1.34",
    "@types/react-toastify": "^4.0.2",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "msw": "^2.7.5",
    "postcss": "^8.5.3",
    "rollup": "^4.19.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-typescript2": "^0.36.0",
    "storybook": "^8.6.8",
    "ts-jest": "^29.3.2",
    "typescript": "^5.5.4"
  },
  "peerDependencies": {
    "@reduxjs/toolkit": "^1.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-confetti": "^6.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "react-redux": "^8.0.0 || ^9.0.0",
    "react-toastify": "^10.0.0",
    "react-use": "^17.0.0"
  }
}
