Files
spacedrive/package.json
StarbirdTech abedb6a6e6 chore: fix package exports, hoist types, remove stale lockfiles
Clean up package.json files: hoist @types/react to root devDependencies
with overrides, add proper exports and type declarations to @sd/assets,
improve @sd/ts-client exports and move react/@tanstack/react-query to
peer dependencies. Fix i64/u64 type mismatch in location manager.

Delete stale lockfiles from packages/interface, packages/ts-client, and
apps/mobile/modules/sd-mobile-core that shouldn't exist in a monorepo
managed by the root lockfile.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 02:19:00 -05:00

57 lines
1.4 KiB
JSON

{
"name": "spacedrive",
"private": true,
"scripts": {
"preinstall": "npx only-allow bun",
"typecheck": "bun run --filter @sd/tauri typecheck"
},
"devDependencies": {
"@types/react": "~19.1.10",
"@types/react-dom": "~19.1.10",
"@babel/plugin-syntax-import-assertions": "^7.24.0",
"@cspell/dict-rust": "^4.0.2",
"@cspell/dict-typescript": "^3.1.2",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@taplo/cli": "^0.7.0",
"cspell": "^8.6.0",
"node-gyp": "^12.1.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"turbo": "^1.12.5",
"turbo-ignore": "^1.12.5",
"typescript": "^5.6.2",
"vite": "^5.4.9"
},
"engines": {
"bun": ">=1.3.0",
"node": ">=18.18 <19 || >=20.1"
},
"eslintConfig": {
"root": true
},
"packageManager": "bun@1.3.0",
"overrides": {
"@types/node": ">18.18.x",
"@types/react": "~19.1.10",
"@types/react-dom": "~19.1.10",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-router": "=6.20.1",
"react-router-dom": "=6.20.1",
"@remix-run/router": "=1.13.1",
"@contentlayer/cli": "=0.3.4",
"tailwindcss-animate": "=1.0.7",
"@sinclair/typebox": "^0.34.41"
},
"workspaces": [
"packages/*",
"apps/*",
"scripts",
".github/actions/*"
],
"dependencies": {
"class-variance-authority": "^0.7.1",
"gray-matter": "^4.0.3",
"react": "19.1.0"
}
}