37 lines
969 B
JSON
37 lines
969 B
JSON
{
|
|
"name": "deotaland-ai-monorepo",
|
|
"version": "1.0.0",
|
|
"description": "Deotaland AI Monorepo - Vue3应用和组件共享架构",
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"build": "turbo run build",
|
|
"lint": "turbo run lint",
|
|
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,css,md}\"",
|
|
"clean": "turbo run clean && rimraf node_modules",
|
|
"type-check": "turbo run type-check",
|
|
"test": "turbo run test",
|
|
"preview": "turbo run preview"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^1.10.0",
|
|
"concurrently": "^8.2.0",
|
|
"rimraf": "^5.0.0",
|
|
"eslint": "^8.45.0",
|
|
"prettier": "^3.0.0",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"vite": "^7.2.2",
|
|
"@element-plus/icons-vue": "^2.3.2",
|
|
"element-plus": "^2.11.7",
|
|
"@google/genai": "^1.27.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"pnpm": ">=8.0.0"
|
|
},
|
|
"packageManager": "pnpm@8.6.9"
|
|
} |