Removes [loader-utils](https://github.com/webpack/loader-utils). It's no longer used after updating ancestor dependency [@mdx-js/loader](https://github.com/mdx-js/mdx/tree/HEAD/packages/loader). These dependencies need to be updated together. Removes `loader-utils` Updates `@mdx-js/loader` from 1.6.22 to 2.3.0 - [Release notes](https://github.com/mdx-js/mdx/releases) - [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md) - [Commits](https://github.com/mdx-js/mdx/commits/2.3.0/packages/loader) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect - dependency-name: "@mdx-js/loader" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "docs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "npm run mddb && next build",
|
|
"start": "next start",
|
|
"mddb": "mddb content"
|
|
},
|
|
"dependencies": {
|
|
"@flowershow/core": "^0.4.9",
|
|
"@flowershow/markdowndb": "^0.1.0",
|
|
"@flowershow/remark-callouts": "^1.0.0",
|
|
"@flowershow/remark-embed": "^1.0.0",
|
|
"@flowershow/remark-wiki-link": "^1.0.1",
|
|
"@headlessui/react": "^1.3.0",
|
|
"@heroicons/react": "^1.0.3",
|
|
"@mdx-js/loader": "^2.3.0",
|
|
"@tailwindcss/typography": "^0.4.0",
|
|
"autoprefixer": "^10.0.4",
|
|
"frictionless.js": "^0.13.4",
|
|
"gray-matter": "^4.0.3",
|
|
"hastscript": "^7.2.0",
|
|
"next": "^13.2.1",
|
|
"next-mdx-remote": "^4.4.1",
|
|
"next-seo": "^5.15.0",
|
|
"next-themes": "^0.2.1",
|
|
"papaparse": "^5.3.1",
|
|
"postcss": "^8.2.10",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-next-github-btn": "^1.2.1",
|
|
"react-vega": "^7.6.0",
|
|
"rehype-autolink-headings": "^6.1.1",
|
|
"rehype-katex": "^6.0.2",
|
|
"rehype-prism-plus": "^1.5.1",
|
|
"rehype-slug": "^5.1.0",
|
|
"remark": "^13.0.0",
|
|
"remark-footnotes": "^3.0.0",
|
|
"remark-gfm": "^1.0.0",
|
|
"remark-html": "^13.0.2",
|
|
"remark-math": "^5.1.1",
|
|
"remark-slug": "^6.1.0",
|
|
"remark-smartypants": "^2.0.0",
|
|
"remark-toc": "^7.2.0",
|
|
"tailwindcss": "^2.2.16",
|
|
"vega": "^5.20.2",
|
|
"vega-lite": "^5.1.0",
|
|
"xlsx": "^0.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|