Files
spacedrive/crates/sync/example/web/package.json
Oscar Beaumont 369b38a392 Vite upgrades (#1911)
* 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
2024-01-02 06:26:28 +00:00

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"
}
}