{ "name": "kt-template-admin", "version": "1.0.0", "private": true, "license": "MIT", "type": "module", "scripts": { "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build", "build:analyze": "turbo build:analyze", "build:antdv-next": "pnpm run build --filter=@vben/web-antdv-next", "check": "pnpm run check:type", "check:type": "turbo run typecheck", "clean": "rimraf .turbo apps/*/dist apps/*/dist.zip packages/**/dist packages/**/dist.zip internal/**/dist internal/**/dist.zip", "dev": "pnpm run dev:antdv-next", "dev:antdv-next": "pnpm -F @vben/web-antdv-next run dev", "format": "eslint apps/web-antdv-next internal --cache --fix && prettier . --write --cache --log-level warn && stylelint \"**/*.{vue,css,less,scss}\" --cache --fix", "lint": "eslint apps/web-antdv-next internal --cache && prettier . --ignore-unknown --check --cache && stylelint \"**/*.{vue,css,less,scss}\" --cache", "lint:commit": "eslint apps/web-antdv-next internal/commit/validate-commit-msg.mjs --cache", "postinstall": "pnpm -r run stub --if-present", "prepare": "husky", "preinstall": "npx only-allow pnpm", "preview": "pnpm -F @vben/web-antdv-next run preview", "reinstall": "pnpm run clean && rimraf pnpm-lock.yaml && pnpm install", "verify:commit": "pnpm run lint:commit && pnpm -F @vben/web-antdv-next run typecheck", "test:e2e": "turbo run test:e2e" }, "devDependencies": { "@playwright/test": "catalog:", "@types/node": "catalog:", "@vben/eslint-config": "workspace:*", "@vben/prettier-config": "workspace:*", "@vben/stylelint-config": "workspace:*", "@vben/tailwind-config": "workspace:*", "@vben/tsconfig": "workspace:*", "@vben/vite-config": "workspace:*", "@vitejs/plugin-vue": "catalog:", "@vitejs/plugin-vue-jsx": "catalog:", "@vue/test-utils": "catalog:", "autoprefixer": "catalog:", "cross-env": "catalog:", "happy-dom": "catalog:", "husky": "catalog:", "playwright": "catalog:", "rimraf": "catalog:", "tailwindcss": "catalog:", "turbo": "catalog:", "typescript": "catalog:", "unbuild": "catalog:", "vite": "catalog:", "vitest": "catalog:", "vue": "catalog:", "vue-tsc": "catalog:" }, "engines": { "node": ">=20.19.0", "pnpm": ">=10.0.0" }, "packageManager": "pnpm@10.28.2" }