Files
spacedrive/package.json
2026-01-23 08:22:01 +03:00

53 lines
1.3 KiB
JSON

{
"name": "spacedrive",
"private": true,
"scripts": {
"preinstall": "npx only-allow bun",
"typecheck": "bun run --filter @sd/tauri typecheck"
},
"devDependencies": {
"@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",
"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"
}
}