mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 14:08:45 -04:00
* Life is a lie and nothing makes sense * consistent version * Web uses the relative alias resolver it would seem --------- Co-authored-by: Utku <74243531+utkubakir@users.noreply.github.com>
39 lines
961 B
JSON
39 lines
961 B
JSON
{
|
|
"name": "@sd/web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "VITE_SD_DEMO_MODE=true playwright test",
|
|
"typecheck": "tsc -b"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inter": "^4.5.13",
|
|
"@rspc/client": "=0.0.0-main-799eec5d",
|
|
"@sd/client": "workspace:*",
|
|
"@sd/interface": "workspace:*",
|
|
"@tanstack/react-query": "^4.12.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "6.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.30.0",
|
|
"@sd/config": "workspace:*",
|
|
"@sd/ui": "workspace:*",
|
|
"@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.9.0",
|
|
"typescript": "^5.0.4",
|
|
"vite": "^4.0.4",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-plugin-svgr": "^2.2.1",
|
|
"vite-tsconfig-paths": "^4.0.3"
|
|
}
|
|
}
|