Files
archived-next-auth/docs-nextra/package.json
2023-01-15 23:46:58 +01:00

31 lines
718 B
JSON

{
"name": "docs-nextra",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"typedoc": "typedoc",
"dev0": "TYPEDOC_WATCH=1 pnpm typedoc & next dev",
"dev": "next dev",
"start": "next start",
"build": "next build"
},
"keywords": [],
"author": "ndom91 <yo@ndo.dev> (https://ndo.dev/)",
"license": "MIT",
"dependencies": {
"framer-motion": "^8.4.3",
"next": "13.1.1",
"nextra": "^2.2.1",
"nextra-theme-docs": "^2.2.1",
"remark-link-rewrite": "^1.0.6",
"typedoc": "^0.23.22",
"typedoc-plugin-markdown": "^3.14.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}