UNPKG

@sertec/select

Version:
71 lines 1.86 kB
{ "name": "@sertec/select", "version": "0.0.23", "type": "module", "description": "Sfera Select Component", "main": "dist/index.cjs", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "keywords": [ "react", "component", "select", "sfera", "ui" ], "author": "Jose Starsky Naya Lara", "license": "MIT", "dependencies": { "@sertec/input-wrapper": "^0.0.17", "@sertec/types": "^0.0.6", "react-select": "^5.10.2", "react-select-async-paginate": "^0.7.11" }, "peerDependencies": { "react": ">=17.0.2", "react-dom": ">=17.0.2" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.4", "@types/node": "^22.0.0", "@types/react": "^19.1.10", "@types/react-dom": "^19.1.7", "@typescript-eslint/eslint-plugin": "^8.39.1", "@typescript-eslint/parser": "^8.39.1", "eslint": "^9.33.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "prettier": "^3.6.2", "react": "^19.1.1", "react-dom": "^19.1.1", "rollup": "^4.46.2", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "tslib": "^2.7.0", "typescript": "^5.9.2" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/jstarsky/sfera-components.git", "directory": "packages/select" }, "scripts": { "build": "rollup -c", "build:watch": "rollup -c -w", "dev": "rollup -c -w", "lint": "eslint src/**/*.{ts,tsx}", "lint:fix": "eslint src/**/*.{ts,tsx} --fix", "type-check": "tsc --noEmit", "clean": "rm -rf dist", "storybook": "cd ../.. && pnpm storybook --port 6006" } }