{
  "name": "@intility/bifrost-react-datepicker",
  "version": "5.1.0",
  "description": "React detepicker for Intility's design system, Bifrost.",
  "type": "module",
  "main": "dist/DatePicker.js",
  "scripts": {
    "build": "run-p build:*",
    "build:module": "swc ./src -d dist --copy-files --strip-leading-paths",
    "build:types": "tsc",
    "start": "run-p watch:*",
    "watch:module": "npm run build:module -- --watch",
    "watch:types": "npm run build:types -- --watch --preserveWatchOutput",
    "clean": "rimraf dist",
    "lint": "eslint ./src/*.ts?"
  },
  "exports": {
    "./package.json": "./package.json",
    "./datepicker.css": "./dist/datepicker.css",
    ".": "./dist/DatePicker.js"
  },
  "homepage": "https://bifrost.intility.com",
  "keywords": [
    "react",
    "typescript",
    "intility",
    "design system",
    "bifrost",
    "datepicker"
  ],
  "author": "Intility AS",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/intility/bifrost",
    "directory": "packages/bifrost-react-datepicker"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "peerDependencies": {
    "@intility/bifrost-react": ">=5.0.0",
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  },
  "devDependencies": {
    "@intility/bifrost-react": "^5.0.2"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^6.4.2",
    "@fortawesome/free-solid-svg-icons": "^6.4.2",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "classnames": "^2.2.6",
    "date-fns": "^4.1.0",
    "react-datepicker": "^8.1.0"
  },
  "files": [
    "CHANGELOG.md",
    "dist/**/*",
    "!dist/**/*.test.*"
  ]
}
