UNPKG

@intility/bifrost-react-datepicker

Version:

React detepicker for Intility's design system, Bifrost.

64 lines (63 loc) 1.89 kB
{ "name": "@intility/bifrost-react-datepicker", "version": "6.2.5", "description": "React detepicker for Intility's design system, Bifrost.", "type": "module", "main": "dist/DatePicker.js", "scripts": { "build:module": "babel ./src -d dist --extensions .ts,.tsx,.js,.jsx --ignore '**/*.test.*,**/*.d.ts' --root-mode upward", "build:types": "tsc --project tsconfig.build.json", "build:css": "sass src/datepicker.scss dist/datepicker.css --no-source-map --style=compressed --no-charset", "watch:module": "npm run build:module -- --watch", "watch:types": "npm run build:types -- --watch --preserveWatchOutput", "watch:css": "npm run build:css -- --watch", "clean": "rimraf dist", "lint": "eslint \"./src/**/*.{ts,tsx}\"", "typecheck": "tsc --noEmit" }, "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": "^6", "react": "^17 || ^18 || ^19", "react-dom": "^17 || ^18 || ^19" }, "devDependencies": { "@intility/bifrost-react": "^6.12.1" }, "dependencies": { "@fortawesome/free-solid-svg-icons": "^7.1.0", "classnames": "^2.2.6", "date-fns": "^4.1.0", "react-compiler-runtime": "^1.0.0", "react-datepicker": "^8.10.0" }, "files": [ "CHANGELOG.md", "dist/**/*", "!dist/**/*.test.*" ] }