mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 22:19:49 -04:00
* Upgrade Vite + use SWC React plugin * Upgrade to type module * lazy load Sentry * Lazy load prism * fix * Lazy load some of the icons * fix types * Fix eslint config * run lint --fix * Upgrade Turbo * Turborepo not happy * Upgrade Typescript * Stop complaining Turborepo
25 lines
453 B
JSON
25 lines
453 B
JSON
{
|
|
"name": "example-2",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clsx": "^2.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"solid-js": "^1.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tanstack/react-query": "^4.36.1",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.10",
|
|
"tailwindcss": "^3.3.3"
|
|
}
|
|
}
|