{ "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.5.1", "@mdx-js/mdx": "^1.5.1", "@mdx-js/react": "^1.5.1", "@mdx-js/tag": "^0.20.3", "@next/mdx": "^9.4.0", "@next/plugin-google-analytics": "^9.4.4", "@reactions/component": "^2.0.2", "@zeit/fetch": "^6.0.0", "@zeit/react-jsx-parser": "^2.0.0", "async-sema": "^3.1.0", "body-scroll-lock": "^3.0.1", "classnames": "^2.2.6", "copy-to-clipboard": "^3.3.1", "date-fns": "^2.12.0", "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.4.4", "next-images": "^1.4.0", "next-optimized-images": "^2.6.1", "node-fetch": "^2.6.0", "prismjs": "^1.20.0", "react": "^16.13.1", "react-dom": "^16.13.1", "react-icons": "^3.9.0", "react-live": "^2.2.2", "rehype-format": "^3.0.1", "rehype-stringify": "^7.0.0", "remark": "^12.0.0", "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.24", "semver-regex": "^3.1.1", "unist-util-visit": "^2.0.2" }, "devDependencies": { "@babel/cli": "^7.10.4", "@babel/core": "^7.10.4", "@babel/plugin-transform-typescript": "^7.10.4", "@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.2.1", "mdast-util-to-string": "^1.1.0", "postcss-preset-env": "^6.7.0", "remark-parse": "^8.0.2", "tailwindcss": "^1.4.6", "unified": "^9.0.0", "webp-loader": "^0.6.0" }, "engines": { "node": ">=12.x" } }