@intility/bifrost-react-select
Version:
React select component for Intility's design system, Bifrost.
61 lines (60 loc) • 1.69 kB
JSON
{
"name": "@intility/bifrost-react-select",
"version": "6.1.2",
"description": "React select component for Intility's design system, Bifrost.",
"type": "module",
"main": "dist/Select.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",
"watch:module": "npm run build:module -- --watch",
"watch:types": "npm run build:types -- --watch --preserveWatchOutput",
"clean": "rimraf dist",
"lint": "eslint \"./src/**/*.{ts,tsx}\"",
"typecheck": "tsc --noEmit"
},
"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": "git+https://github.com/intility/bifrost.git",
"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.16.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"classnames": "^2.5.1",
"react-compiler-runtime": "^1.0.0",
"react-select": "^5.10.2"
},
"files": [
"CHANGELOG.md",
"dist/**/*",
"!dist/**/*.test.*"
]
}