mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* chore(deps): bump RA versions (aug 2025) * chore: add changeset * chore(deps): update versions * chore(deps): bump @internationalized/date * chore(deps): bump @react-types * fix(popover): missing triggerAnchorPoint return * fix: triggerAnchorPoint * chore: sync with canary
153 lines
5.7 KiB
JSON
153 lines
5.7 KiB
JSON
{
|
|
"name": "heroui",
|
|
"private": true,
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"author": "HeroUI <support@heroui.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/heroui-inc/heroui"
|
|
},
|
|
"scripts": {
|
|
"dev": "pnpm sb",
|
|
"build": "turbo build --filter='!@heroui/docs' --filter='!@heroui/storybook' --filter='!@heroui/stories-utils' --filter='!@heroui/test-utils'",
|
|
"build:fast": "turbo build:fast --filter='!@heroui/docs' --filter='!@heroui/storybook' --filter='!@heroui/stories-utils' --filter='!@heroui/test-utils'",
|
|
"dev:docs": "turbo dev --filter=@heroui/docs",
|
|
"build:docs": "turbo build --filter=@heroui/docs",
|
|
"build:docs-meta": "node ./scripts/update-index-docs.js",
|
|
"start:docs": "turbo start --filter=@heroui/docs",
|
|
"deploy:docs": "pnpm --filter @heroui/docs deploy",
|
|
"deploy:stage-docs": "pnpm --filter @heroui/docs deploy:stage",
|
|
"sb": "pnpm --filter @heroui/storybook dev",
|
|
"build:sb": "pnpm --filter @heroui/storybook build",
|
|
"start:sb": "pnpm --filter @heroui/storybook start",
|
|
"test": "jest --verbose --config ./jest.config.js",
|
|
"test:strict": "cross-env STRICT_MODE=true pnpm test",
|
|
"typecheck": "turbo typecheck",
|
|
"lint": "eslint --max-warnings=0",
|
|
"lint:fix": "eslint --fix",
|
|
"check:rap": "tsx scripts/check-rap-updates.ts",
|
|
"fix:rap": "tsx scripts/fix-rap.ts",
|
|
"format:check": "prettier --check packages/**/**/src --cache",
|
|
"format:write": "prettier --write packages/**/**/src --cache",
|
|
"turbo:clean": "turbo clean && rimraf ./node_modules/.cache/turbo",
|
|
"turbo:graph": "pnpm build --graph=dependency-graph.png",
|
|
"clean": "pnpm turbo:clean && pnpm clean:jest && pnpm clean:lock && pnpm clean:node-modules && pnpm install --hoist",
|
|
"clean:node-modules": "rimraf ./apps/**/node_modules && rimraf ./packages/**/**/node_modules && rimraf ./node_modules",
|
|
"clean:changelogs": "rimraf ./packages/**/**/CHANGELOG.md",
|
|
"clean:lock": "rimraf ./pnpm-lock.yaml",
|
|
"clean:jest": "jest --clearCache",
|
|
"create:cmp": "plop component",
|
|
"create:pkg": "plop package",
|
|
"create:hook": "plop hook",
|
|
"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",
|
|
"postinstall": "husky install && pnpm --filter @heroui/theme build"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.14.5",
|
|
"@babel/core": "^7.16.7",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
|
|
"@babel/plugin-transform-runtime": "^7.14.5",
|
|
"@babel/preset-env": "^7.14.5",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"@babel/preset-typescript": "^7.14.5",
|
|
"@changesets/changelog-github": "0.5.0",
|
|
"@changesets/cli": "2.27.10",
|
|
"@changesets/get-github-info": "0.6.0",
|
|
"@changesets/get-release-plan": "4.0.5",
|
|
"@changesets/types": "6.0.0",
|
|
"@commitlint/cli": "^17.2.0",
|
|
"@commitlint/config-conventional": "^17.2.0",
|
|
"@eslint/compat": "^1.2.9",
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.26.0",
|
|
"@react-bootstrap/babel-preset": "^2.1.0",
|
|
"@react-types/link": "3.6.4",
|
|
"@react-types/shared": "3.32.0",
|
|
"@storybook/react": "^8.4.5",
|
|
"@swc/core": "^1.3.35",
|
|
"@swc/jest": "^0.2.39",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "22.13.10",
|
|
"@types/react": "^18.0.1",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@types/shelljs": "^0.8.9",
|
|
"@typescript-eslint/eslint-plugin": "^8.31.1",
|
|
"@typescript-eslint/parser": "^8.31.1",
|
|
"chalk": "^4.1.2",
|
|
"commitlint-plugin-function-rules": "^1.7.1",
|
|
"concurrently": "^7.6.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^9.26.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
"eslint-config-prettier": "^10.1.2",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-config-ts-lambdas": "^1.2.3",
|
|
"eslint-import-resolver-typescript": "^4.3.4",
|
|
"eslint-loader": "^4.0.2",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-jest": "^29.0.1",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^5.2.6",
|
|
"eslint-plugin-promise": "^7.2.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
"execa": "^5.1.1",
|
|
"find-up": "^6.3.0",
|
|
"fs-extra": "^10.0.0",
|
|
"glob": "^8.0.3",
|
|
"globals": "^16.0.0",
|
|
"graceful-fs": "^4.2.6",
|
|
"gray-matter": "^4.0.3",
|
|
"husky": "^8.0.1",
|
|
"intl-messageformat": "^10.1.0",
|
|
"jest": "^30.0.4",
|
|
"jest-environment-jsdom": "^30.0.4",
|
|
"jest-watch-typeahead": "3.0.1",
|
|
"lint-staged": "^13.0.3",
|
|
"npm-check-updates": "^16.10.18",
|
|
"npm-run-all": "^4.1.5",
|
|
"p-iteration": "^1.1.8",
|
|
"parcel": "^2.3.1",
|
|
"plop": "3.1.1",
|
|
"prettier": "^3.5.3",
|
|
"prettier-eslint": "^16.4.1",
|
|
"prettier-eslint-cli": "^8.0.1",
|
|
"react": "18.3.0",
|
|
"rimraf": "^3.0.2",
|
|
"shelljs": "^0.8.4",
|
|
"tsup": "8.3.5",
|
|
"tsx": "^4.19.2",
|
|
"turbo": "2.4.4",
|
|
"typescript": "^5.7.3",
|
|
"webpack": "^5.53.0",
|
|
"webpack-bundle-analyzer": "^4.4.2",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-merge": "^5.8.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"react": "18.3.0",
|
|
"react-dom": "18.3.0",
|
|
"@changesets/get-github-info": "0.6.0"
|
|
}
|
|
},
|
|
"engines": {
|
|
"pnpm": ">=10.x",
|
|
"node": ">=22.x"
|
|
},
|
|
"packageManager": "pnpm@10.6.2"
|
|
}
|