{
    "name": "blueprint3-datetime",
    "version": "3.23.17",
    "description": "Components for interacting with dates and times - React 18.2.0 compatible fork",
    "publishConfig": {
        "access": "public"
    },
    "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 NODE_OPTIONS=--openssl-legacy-provider webpack",
        "dist:css": "css-dist lib/css/*.css",
        "dist:verify": "assert-package-layout",
        "lint": "run-p lint:scss lint:es",
        "lint:scss": "sass-lint",
        "lint:es": "es-lint",
        "lint-fix": "es-lint --fix && sass-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=helpful --debug",
        "verify": "npm-run-all compile -p dist test lint"
    },
    "dependencies": {
        "blueprint3-core": "^3.50.4",
        "classnames": "^2.2",
        "react-day-picker": "7.4.9",
        "react-lifecycles-compat": "^3.0.4",
        "tslib": "~1.13.0"
    },
    "peerDependencies": {
        "react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^18.2.0",
        "react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^18.2.0"
    },
    "devDependencies": {
        "blueprint3-colors": "^4.0.0",
        "@blueprintjs/karma-build-scripts": "^2.0.2",
        "@blueprintjs/node-build-scripts": "^1.6.1",
        "@blueprintjs/test-commons": "^0.10.14",
        "enzyme": "^3.11.0",
        "karma": "^5.2.3",
        "mocha": "^8.2.1",
        "npm-run-all": "^4.1.5",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
        "react-test-renderer": "^18.2.0",
        "typescript": "~4.1.2",
        "webpack-cli": "^3.3.12"
    },
    "repository": {
        "type": "git",
        "url": "git@github.com:roamjs/blueprint3.git",
        "directory": "packages/datetime"
    },
    "keywords": [
        "roamjs",
        "blueprint",
        "theme",
        "react",
        "day",
        "picker",
        "date",
        "time",
        "node22"
    ],
    "author": "RoamJS",
    "license": "Apache-2.0"
}
