chore(task6): complete turborepo migration verification

This commit is contained in:
2026-07-02 15:49:14 +08:00
parent e34e4dd6b6
commit e13de5fef4
7 changed files with 24 additions and 15 deletions

View File

@@ -1,12 +1,13 @@
{
"name": "@gongxue/admin",
"private": true,
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint --config ../../oxlint.config.ts",
"typecheck": "tsc -b --noEmit",
"format": "oxfmt",
"preview": "vite preview"
},
@@ -23,12 +24,12 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@gongxue/typescript-config": "*",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "~6.0.2",
"vite": "^8.0.9",
"@gongxue/typescript-config": "*"
"vite": "^8.0.9"
}
}