mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 06:59:17 -04:00
* Fix icon colors * readme update * Fix builds on M1 (#54) * fix: minor code cleanup Co-authored-by: Jamie Pine <ijamespine@me.com> Co-authored-by: Syntax <2079305+TheUltDev@users.noreply.github.com>
34 lines
761 B
JSON
34 lines
761 B
JSON
{
|
|
"name": "@sd/web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inter": "^4.5.7",
|
|
"@sd/client": "*",
|
|
"@sd/core": "*",
|
|
"@sd/interface": "*",
|
|
"@sd/ui": "*",
|
|
"@sd/vite": "workspace:*",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-tsparticles": "^2.0.6",
|
|
"tsparticles": "^2.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@vitejs/plugin-react": "^1.3.1",
|
|
"autoprefixer": "^10.4.4",
|
|
"postcss": "^8.4.12",
|
|
"tailwind": "^4.0.0",
|
|
"typescript": "^4.6.3",
|
|
"vite": "^2.9.5",
|
|
"vite-plugin-svgr": "^1.1.0"
|
|
}
|
|
}
|