mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
25 lines
452 B
JSON
25 lines
452 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.4.2",
|
|
"vite": "^5.2.0",
|
|
"tailwindcss": "^3.3.3"
|
|
}
|
|
}
|