49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "ckan",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"prebuild": "npm run mddb",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"mddb": "mddb ./content"
|
|
},
|
|
"dependencies": {
|
|
"@githubocto/flat-ui": "^0.14.1",
|
|
"@heroicons/react": "^2.0.18",
|
|
"@portaljs/ckan": "^0.0.2",
|
|
"@portaljs/components": "0.1.6",
|
|
"@portaljs/core": "^1.0.5",
|
|
"@portaljs/remark-callouts": "^1.0.5",
|
|
"@portaljs/remark-embed": "^1.0.4",
|
|
"@portaljs/remark-wiki-link": "^1.0.4",
|
|
"@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",
|
|
"mddb": "^0.1.9",
|
|
"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"
|
|
}
|
|
}
|