85 lines
3.0 KiB
JSON
85 lines
3.0 KiB
JSON
{
|
|
"name": "heroui",
|
|
"private": true,
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "HeroUI",
|
|
"email": "support@heroui.com",
|
|
"url": "https://www.heroui.com/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/heroui-inc/heroui"
|
|
},
|
|
"scripts": {
|
|
"dev": "turbo dev --filter=@heroui/storybook",
|
|
"dev:docs": "turbo dev --filter=@heroui/docs",
|
|
"build": "turbo build",
|
|
"build:docs": "turbo build --filter=@heroui/docs",
|
|
"build:react": "turbo build --filter=@heroui/react",
|
|
"build:storybook": "turbo build --filter=@heroui/storybook",
|
|
"start:docs": "turbo start --filter=@heroui/docs",
|
|
"start:storybook": "turbo start --filter=@heroui/storybook",
|
|
"lint": "turbo lint",
|
|
"lint:docs": "turbo lint --filter=@heroui/docs",
|
|
"lint:react": "turbo lint --filter=@heroui/react",
|
|
"lint:storybook": "turbo lint --filter=@heroui/storybook",
|
|
"changeset:canary": "changeset pre enter canary",
|
|
"changeset:beta": "changeset pre enter beta",
|
|
"version": "changeset version",
|
|
"release": "changeset publish",
|
|
"version:canary": "changeset version --snapshot canary",
|
|
"release:canary": "changeset publish --snapshot --no-git-tag --tag canary",
|
|
"clean": "pnpm clean:cache && pnpm i",
|
|
"clean:cache": "find . \\( -name '.turbo' -o -name '.next' -o -name 'dist' -o -name 'node_modules' -o -name '.source' -o -name '.contentlayer' -o -name 'pnpm-lock.yaml' \\) -type d -prune -exec rm -rf '{}' +",
|
|
"upli": "pnpm up --filter \"./**\" -L -i",
|
|
"postinstall": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/cli": "2.28.1",
|
|
"@commitlint/cli": "19.8.0",
|
|
"@commitlint/config-conventional": "19.8.0",
|
|
"@eslint/eslintrc": "3.3.1",
|
|
"@eslint/js": "9.24.0",
|
|
"@heroui/standard": "workspace:*",
|
|
"@next/eslint-plugin-next": "15.2.4",
|
|
"@types/node": "22.14.0",
|
|
"@typescript-eslint/eslint-plugin": "8.29.0",
|
|
"@typescript-eslint/parser": "8.29.0",
|
|
"commitlint-plugin-function-rules": "4.0.1",
|
|
"eslint": "9.24.0",
|
|
"eslint-config-next": "15.2.4",
|
|
"eslint-config-prettier": "10.1.1",
|
|
"eslint-config-turbo": "2.5.0",
|
|
"eslint-plugin-import": "2.31.0",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-only-warn": "1.1.0",
|
|
"eslint-plugin-prettier": "5.2.6",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
"eslint-plugin-react-refresh": "0.4.19",
|
|
"eslint-plugin-sort-destructure-keys": "2.0.0",
|
|
"eslint-plugin-sort-keys-fix": "1.1.2",
|
|
"eslint-plugin-storybook": "0.12.0",
|
|
"eslint-plugin-turbo": "2.5.0",
|
|
"eslint-plugin-unused-imports": "4.1.4",
|
|
"globals": "16.0.0",
|
|
"husky": "9.1.7",
|
|
"jiti": "2.4.2",
|
|
"lint-staged": "15.5.0",
|
|
"parcel": "2.14.4",
|
|
"prettier": "3.5.3",
|
|
"prettier-plugin-tailwindcss": "0.6.11",
|
|
"tsup": "8.4.0",
|
|
"turbo": "2.5.0",
|
|
"typescript": "5.8.3",
|
|
"typescript-eslint": "8.29.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.x",
|
|
"pnpm": ">=10.x"
|
|
},
|
|
"packageManager": "pnpm@10.7.1"
|
|
}
|