UNPKG

@intility/bifrost-react-select

Version:

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

62 lines (61 loc) 1.6 kB
{ "name": "@intility/bifrost-react-select", "version": "5.0.1", "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": ">=5.0.0", "react": ">=17.0.0", "react-dom": ">=17.0.0" }, "devDependencies": { "@intility/bifrost-react": "^5.0.2" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.2.0", "classnames": "^2.2.6", "react-select": "^5.7.7" }, "files": [ "CHANGELOG.md", "dist/**/*", "!dist/**/*.test.*" ] }