|
| 1 | +{ |
| 2 | + "name": "fdocs3", |
| 3 | + "version": "1.0.0", |
| 4 | + "main": "index.js", |
| 5 | + "author": "Jared Palmer <[email protected]>", |
| 6 | + "license": "MIT", |
| 7 | + "scripts": { |
| 8 | + "dev": "next", |
| 9 | + "build": "next build", |
| 10 | + "start": "next start", |
| 11 | + "index-docs": "node ./.next/serverless/scripts/index-docs.js" |
| 12 | + }, |
| 13 | + "dependencies": { |
| 14 | + "@babel/preset-typescript": "^7.10.4", |
| 15 | + "@docsearch/react": "1.0.0-alpha.14", |
| 16 | + "@mdx-js/loader": "^1.6.18", |
| 17 | + "@mdx-js/mdx": "^1.6.18", |
| 18 | + "@mdx-js/react": "^1.6.18", |
| 19 | + "@mdx-js/tag": "^0.20.3", |
| 20 | + "@next/mdx": "^9.5.3", |
| 21 | + "@next/plugin-google-analytics": "^9.5.3", |
| 22 | + "@reactions/component": "^2.0.2", |
| 23 | + "@zeit/fetch": "^6.0.0", |
| 24 | + "@zeit/react-jsx-parser": "^2.0.0", |
| 25 | + "async-sema": "^3.1.0", |
| 26 | + "body-scroll-lock": "^3.1.5", |
| 27 | + "classnames": "^2.2.6", |
| 28 | + "copy-to-clipboard": "^3.3.1", |
| 29 | + "date-fns": "^2.16.1", |
| 30 | + "docsearch.js": "^2.6.3", |
| 31 | + "framer-motion": "^1.11.1", |
| 32 | + "gray-matter": "^4.0.2", |
| 33 | + "imagemin-mozjpeg": "^9.0.0", |
| 34 | + "imagemin-optipng": "^8.0.0", |
| 35 | + "intersection-observer": "^0.10.0", |
| 36 | + "isomorphic-unfetch": "^3.0.0", |
| 37 | + "next": "^9.5.3", |
| 38 | + "next-images": "^1.5.0", |
| 39 | + "next-optimized-images": "^2.6.2", |
| 40 | + "node-fetch": "^2.6.1", |
| 41 | + "prismjs": "^1.21.0", |
| 42 | + "react": "^16.13.1", |
| 43 | + "react-dom": "^16.13.1", |
| 44 | + "react-icons": "^3.11.0", |
| 45 | + "react-live": "^2.2.2", |
| 46 | + "rehype-format": "^3.0.1", |
| 47 | + "rehype-stringify": "^7.0.0", |
| 48 | + "remark": "^12.0.1", |
| 49 | + "remark-autolink-headings": "^6.0.0", |
| 50 | + "remark-emoji": "^2.1.0", |
| 51 | + "remark-footnotes": "^1.0.0", |
| 52 | + "remark-github": "^9.0.0", |
| 53 | + "remark-images": "^2.0.0", |
| 54 | + "remark-slug": "^6.0.0", |
| 55 | + "remark-toc": "^7.0.0", |
| 56 | + "remark-unwrap-images": "^2.0.0", |
| 57 | + "scroll-into-view-if-needed": "^2.2.26", |
| 58 | + "semver-regex": "^3.1.1", |
| 59 | + "unist-util-visit": "^2.0.3" |
| 60 | + }, |
| 61 | + "devDependencies": { |
| 62 | + "@babel/cli": "^7.11.6", |
| 63 | + "@babel/core": "^7.11.6", |
| 64 | + "@babel/plugin-transform-typescript": "^7.11.0", |
| 65 | + "@babel/preset-react": "^7.10.4", |
| 66 | + "@tailwindcss/ui": "^0.3.0", |
| 67 | + "algoliasearch": "3.35.1", |
| 68 | + "babel-preset-react-app": "^9.1.2", |
| 69 | + "dotenv-load": "^2.0.0", |
| 70 | + "github-slugger": "^1.3.0", |
| 71 | + "md5": "^2.3.0", |
| 72 | + "mdast-util-to-string": "^1.1.0", |
| 73 | + "postcss-preset-env": "^6.7.0", |
| 74 | + "remark-parse": "^8.0.3", |
| 75 | + "tailwindcss": "^1.8.10", |
| 76 | + "unified": "^9.2.0", |
| 77 | + "webp-loader": "^0.6.0" |
| 78 | + }, |
| 79 | + "engines": { |
| 80 | + "node": ">=12.x" |
| 81 | + } |
| 82 | +} |
0 commit comments