mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
31 lines
718 B
JSON
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"
|
|
}
|
|
}
|