mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 07:02:49 +00:00
28 lines
678 B
JSON
28 lines
678 B
JSON
{
|
|
"name": "@zitadel/docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"start": "next start ",
|
|
"dev": "next dev -p 3002",
|
|
"lint": "next lint",
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
|
|
},
|
|
"dependencies": {
|
|
"@zitadel/core": "workspace:*",
|
|
"@zitadel/utils": "workspace:*",
|
|
"next": "latest",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@zitadel/tsconfig": "workspace:*",
|
|
"@types/node": "^17.0.12",
|
|
"@types/react": "^18.0.22",
|
|
"@types/react-dom": "^18.0.7",
|
|
"eslint-config-zitadel": "workspace:*",
|
|
"typescript": "^4.5.4"
|
|
}
|
|
}
|