@tabula/ui-theme
Version:
Theme provider for the UI kit
61 lines • 1.37 kB
JSON
{
"name": "@tabula/ui-theme",
"version": "3.3.1",
"description": "Theme provider for the UI kit",
"type": "module",
"sass": "sass/theme.scss",
"typings": "./typings/index.d.ts",
"exports": {
".": {
"types": "./typings/index.d.ts",
"module": "./lib/index.js",
"import": "./lib/index.js",
"default": "./lib/index.js"
},
"./sass": {
"module": "./sass/theme.scss",
"import": "./sass/theme.scss",
"default": "./sass/theme.scss"
},
"./package.json": "./package.json"
},
"sideEffects": true,
"keywords": [
"tabula.io",
"tomat.ai",
"ui-kit",
"component",
"react"
],
"homepage": "https://github.com/ReTable/ui-kit/tree/main/components/ui-theme#readme",
"bugs": {
"url": "https://github.com/ReTable/ui-kit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ReTable/ui-kit.git",
"directory": "components/ui-theme"
},
"author": "Retable Inc.",
"license": "ISC",
"files": [
"lib",
"sass",
"typings"
],
"peerDependencies": {
"react": "^18.3.1"
},
"devDependencies": {
"change-case": "^5.4.4",
"clsx": "^2.1.1",
"ora": "^8.0.1",
"tempy": "^3.1.0"
},
"scripts": {
"build": "forge",
"build:docs": "forge --storybook",
"build:watch": "forge --watch",
"test": "vitest run"
}
}