{
  "name": "@jansedlon/next-ui-react",
  "version": "1.0.0-beta.8-jan2",
  "license": "MIT",
  "description": "🚀 Beautiful and modern React UI library.",
  "homepage": "https://nextui.org",
  "author": {
    "name": "Junior Garcia",
    "email": "jrgarciadev@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/nextui-org/nextui/issues/new/choose"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nextui-org/nextui"
  },
  "keywords": [
    "next",
    "next ui",
    "components",
    "modern components",
    "react components",
    "react ui"
  ],
  "files": [
    "lib",
    "dist",
    "es"
  ],
  "source": "src/index.ts",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "unpkg": "lib/umd/nextui.min.js",
  "types": "lib/types/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "clear": "rimraf ./lib ./dist ./esm",
    "clear-types": "rimraf ./lib/types",
    "pre-publish": "node ./scripts/pre-publish.js",
    "publish:dry-run": "npm publish ./lib --dry-run",
    "build": "node ./scripts/build.js",
    "build:minify": "node ./scripts/minify.js",
    "build:types": "yarn tsc -p ./buildconfig -d --emitDeclarationOnly --outDir types",
    "build:dev-types": "tsc -p ./buildconfig -d --emitDeclarationOnly --outDir lib/esm",
    "build:webpack": "webpack --config ./buildconfig/webpack.common.js",
    "build:watch": "node ./scripts/build-watch.js",
    "dev": "yarn clear && yarn build:dev-types && yarn build:watch",
    "lint": "eslint \"src/**/*.{js,ts,tsx}\"",
    "test": "jest --config .jest.config.js --no-cache",
    "test-update": "jest --config .jest.config.js --no-cache --update-snapshot",
    "coverage": "yarn test --coverage",
    "coverage-update": "yarn test-update --coverage",
    "coverage:codecov": "yarn test --coverage && codecov"
  },
  "dependencies": {
    "@babel/runtime": "7.9.6",
    "@react-aria/button": "3.4.4",
    "@react-aria/checkbox": "3.3.4",
    "@react-aria/dialog": "3.1.9",
    "@react-aria/focus": "3.5.5",
    "@react-aria/i18n": "3.3.9",
    "@react-aria/interactions": "3.8.4",
    "@react-aria/label": "3.2.5",
    "@react-aria/overlays": "3.8.2",
    "@react-aria/ssr": "3.1.2",
    "@react-aria/table": "3.2.4",
    "@react-aria/utils": "3.12.0",
    "@react-aria/visually-hidden": "3.2.8",
    "@react-stately/checkbox": "3.0.7",
    "@react-stately/data": "3.4.7",
    "@react-stately/overlays": "3.2.0",
    "@react-stately/table": "3.1.3",
    "@react-stately/toggle": "3.2.7",
    "@react-types/button": "^3.4.5",
    "@react-types/checkbox": "3.2.7",
    "@react-types/grid": "3.0.4",
    "@react-types/overlays": "3.5.5",
    "@react-types/shared": "3.12.0",
    "@stitches/react": "1.2.8"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "publishConfig": {
    "directory": "lib"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.5",
    "@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",
    "@react-bootstrap/babel-preset": "^2.1.0",
    "@storybook/react": "^6.3.10",
    "@testing-library/dom": "^8.1.0",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.1.2",
    "@testing-library/react-hooks": "^7.0.0",
    "@testing-library/user-event": "^13.2.0",
    "@types/enzyme": "^3.10.8",
    "@types/jest": "^26.0.22",
    "@types/node": "^15.12.4",
    "@types/react": "^17.0.11",
    "@types/react-dom": "^17.0.8",
    "@typescript-eslint/eslint-plugin": "^4.27.0",
    "@typescript-eslint/parser": "^4.27.0",
    "@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
    "babel-jest": "^26.6.3",
    "babel-loader": "^8.2.2",
    "babel-plugin-module-resolver": "^4.1.0",
    "babel-plugin-optimize-clsx": "^2.6.2",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "chalk": "^4.1.2",
    "cherry-pick": "^0.5.0",
    "css-mediaquery": "^0.1.2",
    "enzyme": "^3.11.0",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-react": "^7.24.0",
    "execa": "^5.1.1",
    "fs-extra": "^10.0.0",
    "jest": "^26.6.3",
    "p-iteration": "^1.1.8",
    "parcel": "^2.3.1",
    "prettier": "^2.3.1",
    "rimraf": "^3.0.2",
    "terser": "5.10.0",
    "ts-jest": "^26.5.5",
    "typescript": "4.3.4",
    "webpack": "^5.53.0",
    "webpack-bundle-analyzer": "^4.4.2",
    "webpack-cli": "^3.3.11",
    "webpack-merge": "^5.8.0"
  }
}
