Bumps [next](https://github.com/vercel/next.js) from 10.2.0 to 11.1.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v10.2.0...v11.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
881 B
JSON
37 lines
881 B
JSON
{
|
|
"name": "docs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.3.0",
|
|
"@heroicons/react": "^1.0.3",
|
|
"@mdx-js/loader": "^1.6.22",
|
|
"@tailwindcss/typography": "^0.4.0",
|
|
"autoprefixer": "^10.0.4",
|
|
"frictionless.js": "^0.13.4",
|
|
"gray-matter": "^4.0.3",
|
|
"next": "11.1.1",
|
|
"next-mdx-remote": "^3.0.4",
|
|
"papaparse": "^5.3.1",
|
|
"postcss": "^8.2.10",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-vega": "^7.4.3",
|
|
"remark": "^13.0.0",
|
|
"remark-footnotes": "^3.0.0",
|
|
"remark-gfm": "^1.0.0",
|
|
"remark-html": "^13.0.1",
|
|
"remark-slug": "^6.1.0",
|
|
"remark-toc": "^7.2.0",
|
|
"tailwindcss": "^2.0.2",
|
|
"vega": "^5.20.2",
|
|
"vega-lite": "^5.1.0",
|
|
"xlsx": "^0.17.0"
|
|
}
|
|
}
|