* [examples/openspending][lg] - adding drd support * [examples/openspending][sm] - add data stories to header
74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"name": "my-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"prebuild": "npm run mddb",
|
|
"mddb": "mddb ./content",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/plugin-throttling": "^5.2.2",
|
|
"@types/flexsearch": "^0.7.3",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"clsx": "^1.2.1",
|
|
"datapackage": "^1.1.10",
|
|
"flexsearch": "0.7.21",
|
|
"next-seo": "^6.0.0",
|
|
"octokit": "^2.0.14",
|
|
"prettier": "^2.8.8",
|
|
"react-hook-form": "^7.43.9",
|
|
"react-markdown": "^8.0.7",
|
|
"react-timeago": "^7.1.0",
|
|
"rehype-raw": "^6.1.1",
|
|
"remark": "^14.0.3",
|
|
"remark-gfm": "^3.0.1",
|
|
"strip-markdown": "^5.0.1",
|
|
"@flowershow/core": "^0.4.13",
|
|
"@flowershow/markdowndb": "^0.1.5",
|
|
"@flowershow/remark-callouts": "^1.0.0",
|
|
"@flowershow/remark-embed": "^1.0.0",
|
|
"@githubocto/flat-ui": "^0.14.1",
|
|
"@headlessui/react": "^1.7.14",
|
|
"@heroicons/react": "^2.0.18",
|
|
"@portaljs/ckan": "^0.0.2",
|
|
"@portaljs/components": "0.1.7",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/node": "20.2.3",
|
|
"@types/react": "18.2.6",
|
|
"@types/react-dom": "18.2.4",
|
|
"autoprefixer": "10.4.14",
|
|
"eslint": "8.41.0",
|
|
"eslint-config-next": "13.4.3",
|
|
"isomorphic-unfetch": "^4.0.2",
|
|
"next": "13.4.3",
|
|
"next-mdx-remote": "^4.4.1",
|
|
"papaparse": "^5.4.1",
|
|
"postcss": "8.4.23",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-query": "^3.39.3",
|
|
"rehype-autolink-headings": "^6.1.1",
|
|
"rehype-katex": "^6.0.3",
|
|
"rehype-prism-plus": "^1.5.1",
|
|
"rehype-slug": "^5.1.0",
|
|
"remark-math": "^5.1.1",
|
|
"remark-smartypants": "^2.0.0",
|
|
"remark-toc": "^8.0.1",
|
|
"tailwindcss": "3.3.2",
|
|
"typescript": "5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/papaparse": "^5.3.7",
|
|
"autoprefixer": "^10.4.14",
|
|
"postcss": "^8.4.23",
|
|
"tailwindcss": "^3.3.1",
|
|
"vitest": "^0.31.0"
|
|
}
|
|
}
|