``` ModuleNotFoundError: Module not found: Error: Can't resolve 'prop-types' in '/vercel/path0/site/node_modules/react-vega/esm' ``` See also https://github.com/vega/react-vega/issues/441 which report similar issue i think.
38 lines
911 B
JSON
38 lines
911 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",
|
|
"prop-types": "^15.7.2",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-vega": "^7.4.4",
|
|
"remark": "^13.0.0",
|
|
"remark-footnotes": "^3.0.0",
|
|
"remark-gfm": "^1.0.0",
|
|
"remark-html": "^13.0.2",
|
|
"remark-slug": "^6.1.0",
|
|
"remark-toc": "^7.2.0",
|
|
"tailwindcss": "^2.2.16",
|
|
"vega": "^5.20.2",
|
|
"vega-lite": "^5.1.0",
|
|
"xlsx": "^0.17.0"
|
|
}
|
|
}
|