mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-09 01:12:17 +00:00
62 lines
2.7 KiB
JSON
62 lines
2.7 KiB
JSON
{
|
|
"packageManager": "pnpm@9.1.2+sha256.19c17528f9ca20bd442e4ca42f00f1b9808a9cb419383cd04ba32ef19322aba7",
|
|
"private": true,
|
|
"name": "typescript-monorepo",
|
|
"scripts": {
|
|
"generate": "turbo run generate",
|
|
"build": "turbo run build",
|
|
"build:docker": "rm -rf ./out ./docker && turbo run build --filter=./packages/zitadel-client && turbo prune @zitadel/login --docker && mkdir -p ./docker && cd ./docker && cp -r ../out/json/* . && pnpm install --frozen-lockfile && cp -r ../out/full/* . && turbo run build:standalone && cd ..",
|
|
"build:packages": "turbo run build --filter=./packages/*",
|
|
"build:apps": "turbo run build --filter=./apps/*",
|
|
"test": "turbo run test",
|
|
"start": "turbo run start",
|
|
"start:built": "turbo run start:built",
|
|
"test:unit": "turbo run test:unit -- --passWithNoTests",
|
|
"test:integration": "turbo run test:integration",
|
|
"test:acceptance": "pnpm exec playwright test",
|
|
"test:watch": "turbo run test:watch",
|
|
"dev": "turbo run dev --no-cache --continue",
|
|
"lint": "turbo run lint",
|
|
"lint:fix": "turbo run lint:fix",
|
|
"clean": "turbo run clean && rm -rf node_modules",
|
|
"format:fix": "prettier --write \"**/*.{ts,tsx,md}\"",
|
|
"format": "prettier --check \"**/*.{ts,tsx,md}\"",
|
|
"changeset": "changeset",
|
|
"version-packages": "changeset version",
|
|
"release": "turbo run build --filter=login^... && changeset publish",
|
|
"run-zitadel": "docker compose -f ./acceptance/docker-compose.yaml run setup",
|
|
"run-sink": "docker compose -f ./acceptance/docker-compose.yaml up -d sink",
|
|
"run-samlsp": "docker compose -f ./acceptance/saml/docker-compose.yaml up -d",
|
|
"run-samlidp": "docker compose -f ./acceptance/idp/saml/docker-compose.yaml up -d",
|
|
"run-oidcrp": "docker compose -f ./acceptance/oidc/docker-compose.yaml up -d",
|
|
"run-oidcop": "docker compose -f ./acceptance/idp/oidc/docker-compose.yaml up -d",
|
|
"stop": "docker compose -f ./acceptance/docker-compose.yaml stop"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@typescript-eslint/parser": "^7.9.0"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@otplib/core": "^12.0.0",
|
|
"@otplib/plugin-thirty-two": "^12.0.0",
|
|
"@otplib/plugin-crypto": "^12.0.0",
|
|
"@faker-js/faker": "^9.7.0",
|
|
"@changesets/cli": "^2.29.2",
|
|
"@playwright/test": "^1.52.0",
|
|
"@types/node": "^22.14.1",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"@zitadel/prettier-config": "workspace:*",
|
|
"axios": "^1.8.4",
|
|
"dotenv": "^16.5.0",
|
|
"eslint": "8.57.1",
|
|
"@zitadel/eslint-config": "workspace:*",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
"tsup": "^8.4.0",
|
|
"turbo": "2.5.0",
|
|
"typescript": "^5.8.3",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"vitest": "^3.1.2"
|
|
}
|
|
} |