[site/package.json]: fixes after rebase

This commit is contained in:
olayway 2022-06-06 15:52:52 +02:00
parent 748df6f46f
commit fc54af730b
2 changed files with 1153 additions and 1853 deletions

2990
site/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,16 +11,10 @@
"@floating-ui/react-dom-interactions": "^0.6.0", "@floating-ui/react-dom-interactions": "^0.6.0",
"@headlessui/react": "^1.4.1", "@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4", "@heroicons/react": "^1.0.4",
"@jsdevtools/rehype-toc": "^3.0.2",
"@mdx-js/loader": "^2.0.0",
"@mdx-js/react": "^2.0.0",
"@next/mdx": "^12.1.0",
"@silvenon/remark-smartypants": "^1.0.0",
"@tailwindcss/typography": "^0.5.2", "@tailwindcss/typography": "^0.5.2",
"contentlayer": "^0.1.2", "contentlayer": "^0.1.2",
"framer-motion": "^6.3.3", "framer-motion": "^6.3.3",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"mdast-util-to-hast": "^12.1.1",
"next": "^12.1.0", "next": "^12.1.0",
"next-contentlayer": "^0.1.2", "next-contentlayer": "^0.1.2",
"next-seo": "^4.28.1", "next-seo": "^4.28.1",
@ -37,14 +31,12 @@
"postcss": "^8.3.5", "postcss": "^8.3.5",
"prettier": "^2.6.2", "prettier": "^2.6.2",
"rehype-autolink-headings": "^6.1.1", "rehype-autolink-headings": "^6.1.1",
"rehype-toc": "^3.0.2",
"rehype-slug": "^5.0.1", "rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.0", "remark-gfm": "^3.0.0",
"remark-parse": "^10.0.1", "remark-parse": "^10.0.1",
"remark-wiki-link-plus": "^1.0.0" "remark-wiki-link-plus": "^1.0.0",
}, "tailwindcss": "^3.0.0",
"devDependencies": { "unist-util-find": "^1.0.2"
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^3.0.0"
} }
} }