{
  "name": "@invisionag/blueprintjs-datetime",
  "version": "3.12.0-refactor-lifecycle-methods.1",
  "description": "Components for interacting with dates and times",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "esnext": "lib/esnext/index.js",
  "typings": "lib/esm/index.d.ts",
  "style": "lib/css/blueprint-datetime.css",
  "unpkg": "dist/datetime.bundle.js",
  "sideEffects": [
    "*.css"
  ],
  "scripts": {
    "clean": "rm -rf dist/* && rm -rf lib/*",
    "compile": "run-p \"compile:*\"",
    "compile:esm": "tsc -p ./src",
    "compile:cjs": "tsc -p ./src -m commonjs --outDir lib/cjs",
    "compile:esnext": "tsc -p ./src -t esnext --outDir lib/esnext",
    "compile:css": "sass-compile ./src",
    "dev": "run-p \"compile:esm -- --watch\" \"compile:css -- --watch\"",
    "dist": "run-s \"dist:*\"",
    "dist:bundle": "cross-env NODE_ENV=production webpack",
    "dist:css": "css-dist lib/css/*.css",
    "dist:verify": "assert-package-layout",
    "lint": "run-p lint:scss lint:ts",
    "lint:scss": "sass-lint",
    "lint:ts": "ts-lint",
    "lint-fix": "ts-lint --fix",
    "test": "run-s test:typeCheck test:iso test:karma",
    "test:typeCheck": "tsc -p ./test",
    "test:iso": "mocha test/isotest.js",
    "test:karma": "karma start",
    "test:karma:debug": "karma start --single-run=false --reporters=mocha --debug",
    "verify": "npm-run-all compile -p dist test lint"
  },
  "dependencies": {
    "@invisionag/blueprintjs-core": "^3.18.0-refactor-lifecycle-methods.0",
    "classnames": "^2.2",
    "react-day-picker": "^7.3.0",
    "tslib": "~1.9.0"
  },
  "peerDependencies": {
    "react": "^15.3.0 || 16",
    "react-dom": "^15.3.0 || 16"
  },
  "devDependencies": {
    "@blueprintjs/karma-build-scripts": "^0.12.0",
    "@blueprintjs/node-build-scripts": "^0.11.0",
    "@blueprintjs/test-commons": "^0.10.0",
    "enzyme": "^3.10.0",
    "karma": "^4.2.0",
    "mocha": "^6.2.0",
    "npm-run-all": "^4.1.5",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-test-renderer": "^16.8.6",
    "typescript": "~3.5.3",
    "webpack-cli": "^3.3.6"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:palantir/blueprint.git",
    "directory": "packages/datetime"
  },
  "keywords": [
    "palantir",
    "blueprint",
    "theme",
    "react",
    "day",
    "picker",
    "date",
    "time"
  ],
  "author": "Palantir Technologies",
  "license": "Apache-2.0"
}
