UNPKG

@react-tabtab-next/themes

Version:

[TypeScript] Themes for @react-tabtab-next/tabtab

59 lines 1.53 kB
{ "name": "@react-tabtab-next/themes", "version": "3.3.0", "description": "[TypeScript] Themes for @react-tabtab-next/tabtab", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rimraf dist && rollup -c ../../rollup.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/onmotion/react-tabtab-next.git", "directory": "packages/themes" }, "files": [ "dist" ], "keywords": [ "react", "tabs", "drag", "react-tabtab", "react-component", "tab", "tabtab", "tabtab-next", "react-tabtab-next" ], "publishConfig": { "access": "public" }, "author": { "name": "Alexandr Kozhevnikov", "email": "onmotion1@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/onmotion/react-tabtab-next/issues" }, "homepage": "https://github.com/onmotion/react-tabtab-next#readme", "dependencies": { "@react-tabtab-next/tabtab": "*" }, "devDependencies": { "@types/react": "^16.8.0 || ^17 || ^18", "tslib": "^2.3.1" }, "peerDependencies": { "@types/react": "^16.8.0 || ^17 || ^18", "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18", "styled-components": "^5.3.3" }, "peerDependenciesMeta": { "@types/react": { "optional": true } } }