allinssl/frontend/package.json

41 lines
1.0 KiB
JSON

{
"name": "baota-turborepo",
"private": true,
"type": "module",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"check-types": "turbo run check-types",
"test": "vitest",
"clear": "sh ./scripts/clear-temp.sh",
"cursor:backup": "sh ./scripts/cursor_backup.sh",
"devcloud": "turbo run dev --filter cloud-control",
"buildcloud": "turbo run build --filter cloud-control",
"sync": "sh ./scripts/sync-project.sh"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@types/md5": "^2.3.5",
"@types/node": "^22.13.11",
"@types/ramda": "^0.30.2",
"fake-indexeddb": "^6.0.0",
"jsdom": "^26.0.0",
"turbo": "^2.4.4",
"typescript": "5.8.2",
"vitest": "^3.0.7",
"vue-i18n": "^11.1.2"
},
"packageManager": "pnpm@9.0.0",
"engines": {
"node": ">=18"
},
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"pre-commit": "^1.2.2"
}
}