mirror of
https://github.com/unraid/api.git
synced 2026-01-01 06:01:18 -06:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added a script to automatically prepare UI components before running the build watch process in the web app. - **Bug Fixes** - Improved build and release processes to ensure directories are properly cleaned and created, preventing potential errors during Docker operations. - **Chores** - Updated build watch scripts for faster development feedback and more efficient parallel execution. - Refined Docker Compose configuration to use the correct release directory for plugin builds. - Introduced a new script to streamline and centralize file watching and build triggering in the plugin system. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"name": "unraid-monorepo",
|
|
"private": true,
|
|
"version": "4.8.0",
|
|
"scripts": {
|
|
"build": "pnpm -r build",
|
|
"build:watch": " pnpm -r --parallel build:watch",
|
|
"dev": "pnpm -r dev",
|
|
"unraid:deploy": "pnpm -r unraid:deploy",
|
|
"test": "pnpm -r test",
|
|
"lint": "pnpm -r lint",
|
|
"lint:fix": "pnpm -r lint:fix",
|
|
"type-check": "pnpm -r type-check",
|
|
"check": "manypkg check",
|
|
"sync-webgui-repo": "node web/scripts/sync-webgui-repo.js",
|
|
"postinstall": "simple-git-hooks"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"allowAny": [
|
|
"vue"
|
|
]
|
|
},
|
|
"onlyBuiltDependencies": [
|
|
"@apollo/protobufjs",
|
|
"@nestjs/core",
|
|
"@parcel/watcher",
|
|
"@swc/core",
|
|
"@unraid/libvirt",
|
|
"core-js",
|
|
"cpu-features",
|
|
"es5-ext",
|
|
"esbuild",
|
|
"nestjs-pino",
|
|
"protobufjs",
|
|
"simple-git-hooks",
|
|
"ssh2",
|
|
"vue-demi"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@manypkg/cli": "^0.24.0",
|
|
"chalk": "^5.0.0",
|
|
"diff": "^8.0.0",
|
|
"ignore": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"lint-staged": "^16.0.0",
|
|
"simple-git-hooks": "^2.9.0"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": [
|
|
"pnpm lint:fix"
|
|
]
|
|
},
|
|
"packageManager": "pnpm@10.11.0"
|
|
}
|