mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-23 10:24:25 -05:00
32 lines
695 B
JSON
32 lines
695 B
JSON
{
|
|
"name": "@sd/web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inter": "^4.5.10",
|
|
"@sd/client": "workspace:*",
|
|
"@sd/core": "workspace:*",
|
|
"@sd/interface": "workspace:*",
|
|
"@sd/ui": "workspace:*",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.9",
|
|
"@types/react-dom": "^18.0.5",
|
|
"@vitejs/plugin-react": "^1.3.2",
|
|
"autoprefixer": "^10.4.7",
|
|
"postcss": "^8.4.14",
|
|
"tailwind": "^4.0.0",
|
|
"typescript": "^4.7.2",
|
|
"vite": "^2.9.9",
|
|
"vite-plugin-svgr": "^2.1.0",
|
|
"vite-plugin-tsconfig-paths": "^1.0.5"
|
|
}
|
|
}
|