feat: setup docs
This commit is contained in:
19
apps/docs/package.json
Normal file
19
apps/docs/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@kan/docs",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "pnpm with-env mint build",
|
||||
"clean": "git clean -xdf .cache .turbo node_modules",
|
||||
"dev": "pnpm with-env mintlify dev",
|
||||
"format": "prettier --check . --ignore-path ../../.gitignore",
|
||||
"lint": "eslint",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"with-env": "dotenv -e ../../.env --"
|
||||
},
|
||||
"dependencies": {
|
||||
"mintlify": "^3.0.0"
|
||||
},
|
||||
"prettier": "@kan/prettier-config"
|
||||
}
|
||||
Reference in New Issue
Block a user