{
  "name": "nextjs-components",
  "version": "6.0.0-rc.2",
  "author": {
    "name": "Kevin Wang",
    "url": "https://thekevinwang.com"
  },
  "description": "React components transcribed from the Vercel design system.",
  "source": "src/index.ts",
  "main": "src/index.ts",
  "module": "src/index.ts",
  "types": "src/index.ts",
  "scripts": {
    "test": "jest",
    "emit-types": "tsc -p tsconfig.build.json",
    "build:swc": "npx swc src --copy-files -d dist && npm run emit-types",
    "build:babel": "npm run clean && babel src --extensions '.ts','.tsx' --copy-files --no-copy-ignored -d dist --ignore '**/*.test.*' && npm run emit-types",
    "prune-dist": "find dist -type f -name '*.test.*' -delete",
    "clean": "rm -rf dist/",
    "prepublishOnly": "npm run clean && npm run build:babel && npm run prune-dist",
    "publish:local": "npx yalc publish",
    "format": "prettier --write '**/*.{ts,tsx}'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nextjs-components/nextjs-components.git"
  },
  "keywords": [],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nextjs-components/nextjs-components/issues"
  },
  "homepage": "https://github.com/nextjs-components/nextjs-components#readme",
  "dependencies": {
    "@radix-ui/react-popover": "^1.0.5",
    "@radix-ui/react-portal": "^1.0.0",
    "clsx": "2.1.1",
    "next-themes": "^0.4.4",
    "react-aria": "^3.27.0",
    "react-stately": "^3.25.0",
    "react-use-measure": "2.1.1"
  },
  "devDependencies": {
    "@babel/cli": "7.26.4",
    "@babel/core": "7.26.0",
    "@swc/cli": "0.1.55",
    "@swc/core": "1.2.124",
    "@testing-library/jest-dom": "5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "14.4.3",
    "@trivago/prettier-plugin-sort-imports": "^3.3.0",
    "@types/jest": "29.1.1",
    "@types/react": "18.0.21",
    "@types/react-is": "17.0.3",
    "jest": "29.1.1",
    "jest-css-modules-transform": "4.4.2",
    "jest-environment-jsdom": "^29.1.2",
    "source-map-support": "0.5.21",
    "ts-jest": "29.0.3",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.2"
  },
  "peerDependencies": {
    "next": ">=15.x",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-is": "^19.0.0",
    "styled-jsx": ">=5.x"
  }
}
