mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-17 21:17:08 -04:00
The web app imports @spacedrive/tokens/src/css/theme.css in index.css but didn't declare it as a dependency, causing the vite build to fail in CI where spaceui isn't available as a sibling directory. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
32 lines
717 B
JSON
32 lines
717 B
JSON
{
|
|
"name": "@sd/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@sd/interface": "workspace:*",
|
|
"@spacedrive/tokens": "^0.2.3",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@headlessui/tailwindcss": "^0.2.0",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@tailwindcss/vite": "^4.1.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"tailwindcss": "^4.1.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tailwindcss-radix": "^2.8.0",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^6.0.0"
|
|
}
|
|
}
|