mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
147 lines
5.2 KiB
JSON
147 lines
5.2 KiB
JSON
{
|
|
"name": "nextui",
|
|
"private": true,
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Junior Garcia",
|
|
"email": "jrgarciadev@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nextui-org/nextui"
|
|
},
|
|
"scripts": {
|
|
"dev": "turbo dev --filter=!@nextui-org/docs",
|
|
"build": "turbo build --filter=!@nextui-org/docs --filter=!@nextui-org/snippet",
|
|
"build:fast": "turbo build:fast --filter=!@nextui-org/docs",
|
|
"dev:docs": "turbo dev --filter=@nextui-org/docs",
|
|
"build:docs": "turbo build --filter=@nextui-org/docs",
|
|
"build:docs-meta": "node ./scripts/update-index-docs.js",
|
|
"start:docs": "turbo start --filter=@nextui-org/docs",
|
|
"deploy:docs": "pnpm --filter @nextui-org/docs deploy",
|
|
"deploy:stage-docs": "pnpm --filter @nextui-org/docs deploy:stage",
|
|
"sb": "pnpm --filter @nextui-org/storybook storybook",
|
|
"build:sb": "pnpm --filter @nextui-org/storybook build-storybook",
|
|
"start:sb": "pnpx serve --filter @nextui-org/storybook start-storybook",
|
|
"test": "jest --verbose --config ./jest.config.js",
|
|
"typecheck": "turbo typecheck",
|
|
"lint": "eslint -c .eslintrc.json ./packages/**/**/*.{ts,tsx}",
|
|
"lint:fix": "eslint --fix -c .eslintrc.json ./packages/**/**/*.{ts,tsx}",
|
|
"turbo:clean": "turbo clean && rimraf ./node_modules/.cache/turbo",
|
|
"turbo:graph": "pnpm build --graph=dependency-graph.png",
|
|
"clean": "pnpm turbo:clean && pnpm clean:node-modules && pnpm clean:lock && pnpm install",
|
|
"clean:pn-types": "rimraf ./node_modules/.pnpm/csstype*",
|
|
"clean:node-modules": "rimraf ./apps/**/node_modules && rimraf ./packages/**/**/node_modules && rm -rf ./node_modules",
|
|
"clean:lock": "rm ./pnpm-lock.yaml",
|
|
"create:cmp": "plop component",
|
|
"create:pkg": "plop package",
|
|
"create:hook": "plop hook",
|
|
"version": "changeset version",
|
|
"release": "changeset publish",
|
|
"version:dev": "changeset version --snapshot dev",
|
|
"release:dev": "changeset publish --tag dev",
|
|
"postinstall": "husky install && pnpm --filter @nextui-org/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.4.6",
|
|
"@changesets/cli": "2.24.1",
|
|
"@changesets/get-release-plan": "3.0.12",
|
|
"@changesets/types": "5.1.0",
|
|
"@commitlint/cli": "^17.2.0",
|
|
"@commitlint/config-conventional": "^17.2.0",
|
|
"@docusaurus/utils": "2.0.0-beta.3",
|
|
"@react-bootstrap/babel-preset": "^2.1.0",
|
|
"@react-types/link": "^3.3.3",
|
|
"@react-types/shared": "^3.15.0",
|
|
"@storybook/react": "^6.5.16",
|
|
"@swc-node/jest": "^1.5.2",
|
|
"@swc/core": "^1.3.35",
|
|
"@swc/jest": "^0.2.24",
|
|
"@testing-library/dom": "^8.1.0",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@testing-library/react-hooks": "^8.0.1",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/jest": "^28.1.1",
|
|
"@types/node": "^15.12.4",
|
|
"@types/react": "^18.0.1",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@types/shelljs": "^0.8.9",
|
|
"@types/styled-jsx": "^2.2.8",
|
|
"@types/testing-library__jest-dom": "5.14.5",
|
|
"@types/uuid": "^8.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
|
"@typescript-eslint/parser": "^5.42.0",
|
|
"algoliasearch": "^4.10.3",
|
|
"chalk": "^4.1.2",
|
|
"commitlint-plugin-function-rules": "^1.7.1",
|
|
"eslint": "^7.29.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-config-airbnb-typescript": "^12.3.1",
|
|
"eslint-config-prettier": "^8.2.0",
|
|
"eslint-config-react-app": "^6.0.0",
|
|
"eslint-config-ts-lambdas": "^1.2.3",
|
|
"eslint-import-resolver-typescript": "^2.4.0",
|
|
"eslint-loader": "^4.0.2",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-jest": "^24.3.6",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-react": "^7.23.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
"execa": "^5.1.1",
|
|
"find-up": "^6.3.0",
|
|
"fs-extra": "^10.0.0",
|
|
"glob": "^8.0.3",
|
|
"graceful-fs": "^4.2.6",
|
|
"gray-matter": "^4.0.3",
|
|
"husky": "^8.0.1",
|
|
"jest": "^28.1.1",
|
|
"jest-environment-jsdom": "^28.1.1",
|
|
"jest-watch-typeahead": "1.1.0",
|
|
"lint-staged": "^13.0.3",
|
|
"markdown-toc": "^1.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"p-iteration": "^1.1.8",
|
|
"parcel": "^2.3.1",
|
|
"plop": "3.1.1",
|
|
"prettier": "^2.2.1",
|
|
"prettier-eslint": "^12.0.0",
|
|
"prettier-eslint-cli": "^5.0.1",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"shelljs": "^0.8.4",
|
|
"tsup": "6.4.0",
|
|
"turbo": "1.6.3",
|
|
"typescript": "^4.7.4",
|
|
"uuid": "^8.3.2",
|
|
"webpack": "^5.53.0",
|
|
"webpack-bundle-analyzer": "^4.4.2",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-merge": "^5.8.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=16.x",
|
|
"pnpm": ">=7.x"
|
|
},
|
|
"packageManager": "pnpm@7.14.2"
|
|
}
|