{ "name": "fdocs3", "version": "1.0.0", "main": "index.js", "author": "Jared Palmer ", "license": "MIT", "scripts": { "dev": "next", "build": "next build", "start": "next start", "index-docs": "node ./.next/serverless/scripts/index-docs.js" }, "dependencies": { "@babel/preset-typescript": "^7.10.4", "@docsearch/react": "1.0.0-alpha.14", "@mdx-js/loader": "^1.6.18", "@mdx-js/mdx": "^1.6.18", "@mdx-js/react": "^1.6.18", "@mdx-js/tag": "^0.20.3", "@next/mdx": "^9.5.3", "@next/plugin-google-analytics": "^9.5.3", "@reactions/component": "^2.0.2", "@visx/responsive": "^1.3.0", "@zeit/fetch": "^6.0.0", "@zeit/react-jsx-parser": "^2.0.0", "async-sema": "^3.1.0", "axios": "^0.21.1", "body-scroll-lock": "^3.1.5", "classnames": "^2.2.6", "copy-to-clipboard": "^3.3.1", "date-fns": "^2.16.1", "docsearch.js": "^2.6.3", "framer-motion": "^1.11.1", "gray-matter": "^4.0.2", "imagemin-mozjpeg": "^9.0.0", "imagemin-optipng": "^8.0.0", "intersection-observer": "^0.10.0", "isomorphic-unfetch": "^3.0.0", "next": "^9.5.3", "next-images": "^1.5.0", "next-optimized-images": "^2.6.2", "node-fetch": "^2.6.1", "prismjs": "^1.21.0", "react": "^16.13.1", "react-dom": "^16.13.1", "react-icons": "^3.11.0", "react-live": "^2.2.2", "rehype-format": "^3.0.1", "rehype-stringify": "^7.0.0", "remark": "^12.0.1", "remark-autolink-headings": "^6.0.0", "remark-emoji": "^2.1.0", "remark-footnotes": "^1.0.0", "remark-github": "^9.0.0", "remark-images": "^2.0.0", "remark-slug": "^6.0.0", "remark-toc": "^7.0.0", "remark-unwrap-images": "^2.0.0", "scroll-into-view-if-needed": "^2.2.26", "semver-regex": "^3.1.1", "unist-util-visit": "^2.0.3" }, "devDependencies": { "@babel/cli": "^7.11.6", "@babel/core": "^7.11.6", "@babel/plugin-transform-typescript": "^7.11.0", "@babel/preset-react": "^7.10.4", "@tailwindcss/ui": "^0.3.0", "algoliasearch": "3.35.1", "babel-preset-react-app": "^9.1.2", "dotenv-load": "^2.0.0", "github-slugger": "^1.3.0", "md5": "^2.3.0", "mdast-util-to-string": "^1.1.0", "postcss-preset-env": "^6.7.0", "remark-parse": "^8.0.3", "tailwindcss": "^1.8.10", "unified": "^9.2.0", "webp-loader": "^0.6.0" }, "engines": { "node": ">=12.x" } }