42 lines
921 B
JSON
42 lines
921 B
JSON
{
|
|
"name": "gongxue-base",
|
|
"private": true,
|
|
"packageManager": "npm@11.12.1",
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"build": "turbo run build",
|
|
"lint": "turbo run lint",
|
|
"test": "turbo run test",
|
|
"format": "turbo run format",
|
|
"typecheck": "turbo run typecheck",
|
|
"clean": "rimraf apps/server/dist apps/admin/dist node_modules apps/*/node_modules packages/*/node_modules"
|
|
},
|
|
"devDependencies": {
|
|
"oxfmt": "^0.57.0",
|
|
"oxlint": "^1.72.0",
|
|
"rimraf": "^6.1.3",
|
|
"turbo": "^2.0.0"
|
|
},
|
|
"overrides": {
|
|
"exceljs": {
|
|
"uuid": "^11.1.1"
|
|
},
|
|
"minimatch@3.1.5": {
|
|
"brace-expansion": "^1.1.18"
|
|
},
|
|
"minimatch@5.1.9": {
|
|
"brace-expansion": "^2.1.4"
|
|
},
|
|
"minimatch@9.0.9": {
|
|
"brace-expansion": "^2.1.4"
|
|
},
|
|
"minimatch@10.2.5": {
|
|
"brace-expansion": "^5.0.9"
|
|
}
|
|
}
|
|
}
|