mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-23 10:24:25 -05:00
35 lines
805 B
JSON
35 lines
805 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.12",
|
|
"@rspc/client": "^0.1.2",
|
|
"@sd/client": "workspace:*",
|
|
"@sd/interface": "workspace:*",
|
|
"@sd/ui": "workspace:*",
|
|
"@tanstack/react-query": "^4.8.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.21",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@vitejs/plugin-react": "^2.1.0",
|
|
"autoprefixer": "^10.4.12",
|
|
"postcss": "^8.4.17",
|
|
"rollup-plugin-visualizer": "^5.8.2",
|
|
"tailwind": "^4.0.0",
|
|
"typescript": "^4.8.4",
|
|
"vite": "^3.1.4",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-plugin-svgr": "^2.2.1",
|
|
"vite-plugin-tsconfig-paths": "^1.2.0"
|
|
}
|
|
}
|