mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
83 lines
1.8 KiB
JSON
83 lines
1.8 KiB
JSON
{
|
|
"name": "@nextui-org/theme",
|
|
"version": "2.1.18",
|
|
"description": "The default theme for NextUI components",
|
|
"keywords": [
|
|
"theme",
|
|
"theming",
|
|
"design",
|
|
"ui",
|
|
"components",
|
|
"classNames",
|
|
"css"
|
|
],
|
|
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
|
"homepage": "https://nextui.org",
|
|
"license": "MIT",
|
|
"main": "src/index.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist",
|
|
"config.js",
|
|
"config.d.ts",
|
|
"plugin.js",
|
|
"plugin.d.ts",
|
|
"colors.js",
|
|
"colors.d.ts"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nextui-org/nextui.git",
|
|
"directory": "packages/core/theme"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nextui-org/nextui/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup src --dts",
|
|
"build:fast": "tsup src",
|
|
"dev": "pnpm build:fast --watch",
|
|
"clean": "rimraf dist .turbo",
|
|
"typecheck": "tsc --noEmit",
|
|
"prepack": "clean-package",
|
|
"postpack": "clean-package restore"
|
|
},
|
|
"dependencies": {
|
|
"color": "^4.2.3",
|
|
"color2k": "^2.0.2",
|
|
"deepmerge": "4.3.1",
|
|
"flat": "^5.0.2",
|
|
"lodash.foreach": "^4.5.0",
|
|
"lodash.get": "^4.4.2",
|
|
"lodash.kebabcase": "^4.1.1",
|
|
"lodash.mapkeys": "^4.6.0",
|
|
"lodash.omit": "^4.5.0",
|
|
"tailwind-variants": "^0.1.18"
|
|
},
|
|
"peerDependencies": {
|
|
"tailwindcss": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/color": "^3.0.3",
|
|
"@types/flat": "^5.0.2",
|
|
"@types/lodash.foreach": "^4.5.7",
|
|
"@types/lodash.get": "^4.4.7",
|
|
"@types/lodash.kebabcase": "^4.1.7",
|
|
"@types/lodash.mapkeys": "^4.6.7",
|
|
"@types/lodash.omit": "^4.5.7",
|
|
"tailwindcss": "^3.3.5",
|
|
"clean-package": "2.2.0"
|
|
},
|
|
"tsup": {
|
|
"clean": true,
|
|
"target": "es2019",
|
|
"format": [
|
|
"cjs",
|
|
"esm"
|
|
]
|
|
}
|
|
}
|