mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-24 08:28:27 -04:00
* use @sd/client for tsconfig extends
* move all svgs to @sd/assets
* only use vite-tsconfig-paths
* remove ui from web
* use relative extends for ui tsconfig
* remove aliases from landing?
* use wacky landing vite config
* try using tsconfig paths and root on landing
* Revert "try using tsconfig paths and root on landing"
This reverts commit 43bd2a0f84.
* remove tsconfig-paths from landing
41 lines
1010 B
JSON
41 lines
1010 B
JSON
{
|
|
"name": "@sd/desktop",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "GPL-3.0-only",
|
|
"private": true,
|
|
"scripts": {
|
|
"vite": "vite",
|
|
"dev": "tauri dev",
|
|
"tauri": "tauri",
|
|
"build": "tauri build",
|
|
"dmg": "open ../../target/release/bundle/dmg/"
|
|
},
|
|
"dependencies": {
|
|
"@rspc/client": "^0.0.0-main-7c0a67c1",
|
|
"@rspc/tauri": "^0.0.0-main-7c0a67c1",
|
|
"@sd/client": "workspace:*",
|
|
"@sd/interface": "workspace:*",
|
|
"@sd/ui": "workspace:*",
|
|
"@tauri-apps/api": "1.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@sd/config": "workspace:*",
|
|
"@tauri-apps/cli": "1.1.1",
|
|
"@tauri-apps/tauricon": "github:tauri-apps/tauricon",
|
|
"@types/babel-core": "^6.25.7",
|
|
"@types/react": "^18.0.21",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/tailwindcss": "^3.1.0",
|
|
"@vitejs/plugin-react": "^2.1.0",
|
|
"prettier": "^2.7.1",
|
|
"sass": "^1.55.0",
|
|
"typescript": "^4.8.4",
|
|
"vite": "^3.1.4",
|
|
"vite-plugin-svgr": "^2.2.1",
|
|
"vite-tsconfig-paths": "^3.5.2"
|
|
}
|
|
}
|