{
  "name": "taskbox-react",
  "version": "0.1.2",
  "private": false,
  "dependencies": {
    "@storybook/addon-docs": "^6.0.21",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.3.2",
    "@testing-library/user-event": "^7.1.2",
    "@types/jest": "^24.0.0",
    "@types/node": "^12.0.0",
    "@types/react": "^16.9.0",
    "@types/react-dom": "^16.9.0",
    "@types/react-redux": "^7.1.9",
    "dts-gen": "^0.6.0",
    "prop-types": "^15.7.2",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-redux": "^7.2.1",
    "react-scripts": "3.4.3",
    "redux": "^4.0.5",
    "typescript": "~3.7.2"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "cross-env BABEL_ENV=production babel src -d dist",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "storybook": "start-storybook -p 6006 -s public",
    "build-storybook": "build-storybook -s public"
  },
  "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": {
    "@babel/cli": "^7.11.6",
    "@babel/core": "^7.11.6",
    "@storybook/addon-actions": "^6.0.21",
    "@storybook/addon-essentials": "^6.0.21",
    "@storybook/addon-links": "^6.0.21",
    "@storybook/addon-storyshots": "^6.0.21",
    "@storybook/node-logger": "^6.0.21",
    "@storybook/preset-create-react-app": "^3.1.4",
    "@storybook/react": "^6.0.21",
    "@types/storybook__addon-storyshots": "^5.3.1",
    "auto": "^9.53.1",
    "babel-loader": "^8.1.0",
    "chromatic": "^5.2.0",
    "cross-env": "^7.0.2",
    "react-is": "^16.13.1",
    "react-test-renderer": "^16.13.1"
  },
  "description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).<br /> It uses [StoryBook for React](https://storybook.js.org/docs/react/get-started/introduction). Storybook helps you document components for reuse and automatically visually test your components to prevent bugs.",
  "main": "index.js",
  "repository": "git+ssh://git@gitlab.com/ConnorFM/taskbox-react-ts.git",
  "author": "ConnorFM",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/ConnorFM/taskbox-react-ts/issues"
  },
  "homepage": "https://gitlab.com/ConnorFM/taskbox-react-ts#readme"
}
