44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "fiverthirtyeight-example",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@flowershow/core": "^0.4.13",
|
|
"@headlessui/react": "^1.7.14",
|
|
"@heroicons/react": "^2.0.18",
|
|
"@portaljs/components": "^0.1.7",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/node": "20.1.1",
|
|
"@types/react": "18.2.6",
|
|
"@types/react-dom": "18.2.4",
|
|
"autoprefixer": "10.4.14",
|
|
"eslint": "8.40.0",
|
|
"eslint-config-next": "13.4.1",
|
|
"flexsearch": "^0.7.31",
|
|
"next": "13.4.1",
|
|
"next-mdx-remote": "^4.4.1",
|
|
"next-seo": "^6.0.0",
|
|
"octokit": "^2.0.14",
|
|
"postcss": "8.4.23",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-markdown": "^8.0.7",
|
|
"remark": "^14.0.3",
|
|
"remark-code-frontmatter": "^1.0.0",
|
|
"remark-excerpt": "^1.0.0-beta.1",
|
|
"remark-extract-frontmatter": "^3.2.0",
|
|
"remark-frontmatter": "^4.0.1",
|
|
"remark-gfm": "^3.0.1",
|
|
"tailwindcss": "3.3.2",
|
|
"timeago.js": "^4.0.2",
|
|
"to-vfile": "^7.2.4",
|
|
"typescript": "5.0.4"
|
|
}
|
|
}
|