Files
spacedrive/packages/assets/package.json
Jamie Pine 337a284e96 Enhance file operation handling and add sound effects
- Introduced a new File Operation Modal for interactive file copy/move operations with conflict resolution options.
- Integrated sound effects for file operations, including copy and startup sounds.
- Updated the Explorer component to utilize the new modal for drag-and-drop file operations.
- Refactored job management hooks to unify job data handling and improve performance.
- Enhanced documentation for the File Operation Modal and sound effects integration.
2025-12-08 21:15:00 -08:00

25 lines
351 B
JSON

{
"name": "@sd/assets",
"version": "1.0.0",
"license": "GPL-3.0-only",
"publishConfig": {
"name": "@spacedriveapp/assets"
},
"sideEffects": false,
"files": [
"icons",
"images",
"lottie",
"sounds",
"svgs",
"videos",
"util"
],
"scripts": {
"gen": "node ./scripts/generate.mjs"
},
"dependencies": {
"react": "^19.0.0"
}
}