| { |
| "name": "@nextui-org/docs", |
| "version": "1.0.0-beta.7", |
| "private": true, |
| "scripts": { |
| "dev": "next dev", |
| "build": "next build", |
| "start": "next start", |
| "deploy": "yarn build && yarn postbuild && vercel --prod", |
| "deploy:stage": "yarn build && yarn postbuild && vercel", |
| "lint": "eslint \"src/**/*.{js,ts,tsx}\"", |
| "postbuild": "next-sitemap" |
| }, |
| "dependencies": { |
| "@code-hike/classer": "0.3.0", |
| "@codesandbox/sandpack-react": "0.14.3", |
| "@mapbox/rehype-prism": "^0.6.0", |
| "@mdx-js/react": "^1.6.22", |
| "@nextui-org/react": "1.0.0-beta.7", |
| "@types/lodash": "^4.14.170", |
| "algoliasearch": "^4.10.3", |
| "canvas-confetti": "^1.4.0", |
| "classnames": "^2.3.1", |
| "framer-motion": "^5.6.0", |
| "gray-matter": "^4.0.3", |
| "hast-util-to-html": "7.1.2", |
| "kbar": "0.1.0-beta.6", |
| "lodash": "^4.17.21", |
| "match-sorter": "^6.3.0", |
| "mitt": "3.0.0", |
| "next": "^12.1.0", |
| "next-mdx-remote": "^3.0.2", |
| "next-plausible": "3.1.6", |
| "next-themes": "^0.0.15", |
| "nprogress": "^0.2.0", |
| "parse-numeric-range": "1.2.0", |
| "prism-react-renderer": "^1.2.1", |
| "querystring": "^0.2.1", |
| "react": "^17.0.2", |
| "react-autosuggest": "^10.1.0", |
| "react-device-detect": "^1.17.0", |
| "react-dom": "^17.0.2", |
| "react-iconly": "^2.2.2", |
| "react-instantsearch-dom": "^6.12.0", |
| "react-intersection-observer": "8.32.2", |
| "react-live": "^2.2.3", |
| "react-markdown": "^6.0.2", |
| "refractor": "3.3.1", |
| "rehype": "11.0.0", |
| "rehype-parse": "7.0.1", |
| "remark-autolink-headings": "^6.0.1", |
| "remark-slug": "^6.0.0", |
| "scroll-into-view-if-needed": "2.2.29", |
| "shelljs": "^0.8.4", |
| "styled-jsx": "^4.0.1", |
| "unified": "9.2.1", |
| "unist-util-visit": "2.0.3", |
| "util.promisify": "^1.1.1" |
| }, |
| "devDependencies": { |
| "@types/canvas-confetti": "^1.4.2", |
| "@types/nprogress": "^0.2.0", |
| "@types/parse-numeric-range": "^0.0.1", |
| "@types/react": "^17.0.11", |
| "@types/react-autosuggest": "^10.1.5", |
| "@types/react-dom": "^17.0.8", |
| "@types/react-instantsearch-dom": "^6.12.0", |
| "@types/refractor": "^3.0.2", |
| "@types/shelljs": "^0.8.9", |
| "babel-plugin-module-resolver": "^4.1.0", |
| "eslint-config-next": "^11.0.0", |
| "next-sitemap": "^1.6.140", |
| "typescript": "4.3.4" |
| } |
| } |