73 lines
1.8 KiB
JSON
73 lines
1.8 KiB
JSON
{
|
|
"name": "@heroui/styles",
|
|
"version": "3.2.2",
|
|
"description": "HeroUI core styles and Tailwind plugin",
|
|
"author": "HeroUI <support@heroui.com>",
|
|
"homepage": "https://heroui.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/heroui-inc/heroui.git",
|
|
"directory": "packages/styles"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"style": "./index.css",
|
|
"exports": {
|
|
".": {
|
|
"style": "./index.css",
|
|
"types": "./src/index.ts",
|
|
"import": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
},
|
|
"./css": {
|
|
"style": "./index.css",
|
|
"default": "./index.css"
|
|
},
|
|
"./components/*": {
|
|
"types": "./src/components/*/index.ts",
|
|
"import": "./src/components/*/index.ts",
|
|
"default": "./src/components/*/index.ts"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"sideEffects": [
|
|
"*.css"
|
|
],
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"build": "node scripts/build.mjs --tsc",
|
|
"dev": "rollup -c rollup.config.mjs --watch",
|
|
"measure-size": "node scripts/measure-bundle-size.mjs",
|
|
"clean": "rm -rf dist .turbo tsconfig.tsbuildinfo",
|
|
"prepack": "clean-package",
|
|
"postpack": "clean-package restore",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"clean-package": "./clean-package.config.json",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"tailwind-variants": "3.2.2",
|
|
"tw-animate-css": "1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@heroui/standard": "workspace:*",
|
|
"@tailwindcss/cli": "4.3.0",
|
|
"@types/fs-extra": "11.0.4",
|
|
"clean-package": "2.2.0",
|
|
"fs-extra": "11.3.3",
|
|
"rimraf": "6.1.2",
|
|
"tailwindcss": "4.3.0",
|
|
"typescript": "5.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"tailwindcss": ">=4.0.0"
|
|
}
|
|
}
|