{
  "name": "@propellerads/single-date-picker",
  "version": "3.3.1",
  "repository": "https://github.com/propellerads/ui-components",
  "author": "p.zasypkin@propellerads.net",
  "license": "MIT",
  "private": false,
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "prepublishOnly": "tsdx build",
    "start": "tsdx watch",
    "build": "tsdx build"
  },
  "module": "dist/single-date-picker.esm.js",
  "dependencies": {
    "@propellerads/arrow-button": "^1.2.0",
    "@propellerads/button": "^6.2.0",
    "@propellerads/icon": "^5.1.0",
    "@propellerads/input-text": "^2.6.0",
    "@propellerads/stylevariables": "^1.3.1",
    "@propellerads/theme-annotation": "^1.2.0",
    "moment": "^2.24.0"
  },
  "peerDependencies": {
    "react": ">=16",
    "react-dom": "16.11.0",
    "react-dates": "21.8.0",
    "styled-components": "5.1.1",
    "@types/react": "^16.9.46",
    "@types/react-dates": "21.8.0",
    "@types/react-dom": "16.11.0",
    "@types/styled-components": "^5.1.2"
  },
  "devDependencies": {
    "tsdx": "^0.13.2",
    "tslib": "^2.0.1",
    "typescript": "^3.9.7"
  }
}
