{
  "name": "react-semantic-ui-datepickers",
  "version": "2.17.2",
  "description": "Datepickers built with Semantic UI for React and Dayzed",
  "main": "dist/index.js",
  "module": "dist/react-semantic-ui-datepickers.esm.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "lint": "dts lint src stories",
    "lint:fix": "yarn lint --fix",
    "start": "dts watch",
    "build": "dts build",
    "prebuild": "rimraf dist",
    "test": "dts test",
    "validate:locales": "node scripts/validateLocales.js",
    "validate": "npm run lint && npm run test -- --coverage && npm run build",
    "now-build": "npm run storybook:build",
    "storybook": "start-storybook --ci -p 6006",
    "storybook:build": "build-storybook"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "semantic-ui",
    "calendar",
    "react",
    "render-props"
  ],
  "author": "Arthur Denner <arthurdenner7@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@date-fns/upgrade": "1.0.3",
    "classnames": "2.3.2",
    "date-fns": "2.29.3",
    "dayzed": "3.2.3",
    "format-string-by-pattern": "1.2.2",
    "react-fast-compare": "3.2.0"
  },
  "devDependencies": {
    "@babel/core": "7.19.6",
    "@storybook/addon-essentials": "6.5.13",
    "@storybook/addon-info": "5.3.21",
    "@storybook/addon-knobs": "6.4.0",
    "@storybook/addon-links": "6.5.13",
    "@storybook/addon-storysource": "6.5.13",
    "@storybook/addons": "6.5.13",
    "@storybook/react": "6.5.13",
    "@testing-library/jest-dom": "5.16.5",
    "@testing-library/react": "13.4.0",
    "@testing-library/user-event": "14.4.3",
    "@tsconfig/create-react-app": "1.0.2",
    "@tsconfig/recommended": "1.0.1",
    "@types/react": "18.0.24",
    "@types/react-dom": "18.0.8",
    "autoprefixer": "10.4.13",
    "babel-loader": "9.0.1",
    "cssnano": "5.1.14",
    "dts-cli": "1.6.0",
    "eslint-config-react-app": "7.0.1",
    "eslint-plugin-prettier": "4.2.1",
    "jest-transform-css": "6.0.0",
    "postcss": "8.4.18",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-is": "18.2.0",
    "rimraf": "3.0.2",
    "rollup-plugin-copy": "3.4.0",
    "rollup-plugin-postcss": "4.0.2",
    "semantic-ui-css": "2.5.0",
    "semantic-ui-react": "2.1.3",
    "timekeeper": "2.2.0",
    "ts-jest": "29.0.3",
    "tslib": "2.4.1",
    "typescript": "4.8.4"
  },
  "jest": {
    "setupFilesAfterEnv": [
      "./jest.setup.ts"
    ],
    "testEnvironment": "jsdom",
    "transform": {
      ".+\\.css$": "jest-transform-css",
      ".(js|ts)x?": [
        "ts-jest",
        {
          "tsconfig": "tsconfig.test.json"
        }
      ]
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arthurdenner/react-semantic-ui-datepickers.git"
  },
  "bugs": {
    "url": "https://github.com/arthurdenner/react-semantic-ui-datepickers/issues"
  },
  "homepage": "https://github.com/arthurdenner/react-semantic-ui-datepickers#readme"
}
