UNPKG

@intility/bifrost-react-select

Version:

React select component for Intility's design system, Bifrost.

61 lines (60 loc) 1.57 kB
{ "name": "@intility/bifrost-react-select", "version": "6.0.0", "description": "React select component for Intility's design system, Bifrost.", "type": "module", "main": "dist/Select.js", "scripts": { "build": "run-p build:*", "build:module": "swc ./src -d dist --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,tsx}" }, "exports": { "./package.json": "./package.json", ".": "./dist/Select.js" }, "homepage": "https://bifrost.intility.com", "keywords": [ "react", "typescript", "intility", "design system", "bifrost", "select" ], "author": "Intility AS", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/intility/bifrost", "directory": "packages/bifrost-react-select" }, "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.0.0" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^7.0.0", "@fortawesome/free-solid-svg-icons": "^7.0.0", "classnames": "^2.2.6", "react-select": "^5.10.2" }, "files": [ "CHANGELOG.md", "dist/**/*", "!dist/**/*.test.*" ] }