UNPKG

@logicblocks/react-tabs

Version:

A customizable React tab component with no built-in CSS.

51 lines (50 loc) 1.15 kB
{ "name": "@logicblocks/react-tabs", "version": "1.0.4", "description": "A customizable React tab component with no built-in CSS.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc && babel dist -d dist --extensions \".js,.jsx,.ts,.tsx\"", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/anup-agarwal/logic-ui-react-tabs" }, "keywords": [ "react", "tabs", "headless", "unstyled", "no-css", "logicblocks", "ui-component", "typescript" ], "author": "Anup Agarwal", "license": "MIT", "files": [ "dist" ], "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "typescript": "^4.0.0" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=14.0.0" } }