forked from jaredpalmer/formik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.77 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "fdocs3",
"version": "1.0.0",
"main": "index.js",
"author": "Jared Palmer <jared@palmer.net>",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build && npm run sitemap",
"start": "next start",
"rss": "node ./.next/server/scripts/build-rss.js",
"sitemap": "node ./scripts/build-sitemap.js"
},
"dependencies": {
"@babel/preset-typescript": "^7.10.1",
"@docsearch/css": "1.0.0-alpha.27",
"@docsearch/react": "1.0.0-alpha.27",
"@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": "^10.0.3",
"@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",
"formik": "^2.1.4",
"framer-motion": "^1.11.1",
"gray-matter": "^4.0.2",
"hast-util-sanitize": "^3.0.2",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"intersection-observer": "^0.10.0",
"isomorphic-unfetch": "^3.0.0",
"next": "^10.0.5",
"next-images": "^1.4.0",
"next-mdx-remote": "^2.1.3",
"node-fetch": "^2.6.0",
"prismjs": "^1.20.0",
"react": "^16.13.1",
"react-aria": "^3.2.0",
"react-dom": "^16.13.1",
"react-icons": "^3.9.0",
"react-live": "^2.2.2",
"rehype-format": "^3.0.1",
"rehype-raw": "^5.0.0",
"rehype-sanitize": "^4.0.0",
"rehype-shiki": "^0.0.9",
"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-html": "^13.0.1",
"remark-images": "^2.0.0",
"remark-rehype": "^6.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",
"use-onclickoutside": "^0.3.1"
},
"devDependencies": {
"@tailwindcss/ui": "^0.3.0",
"@types/body-scroll-lock": "^2.6.1",
"@types/mdx-js__react": "^1.5.1",
"@types/node": "^13.13.0",
"@types/node-fetch": "^2.5.7",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-highlight": "^0.12.2",
"algoliasearch": "3.35.1",
"github-slugger": "^1.3.0",
"md5": "^2.2.1",
"mdast-util-to-string": "^1.1.0",
"nextjs-sitemap-generator": "^1.1.0",
"postcss-preset-env": "^6.7.0",
"remark-parse": "^8.0.2",
"tailwindcss": "^1.9.1",
"typescript": "^3.8.3",
"unified": "^9.0.0",
"webp-loader": "^0.6.0"
},
"engines": {
"node": ">=12.x"
}
}