album/ui/package.json

27 lines
590 B
JSON
Raw Permalink Normal View History

2023-07-12 00:44:22 +04:00
{
"name": "album-web-ui",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview --host",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@rspc/client": "^0.1.2",
"@tanstack/react-query": "^4.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rspc/react": "^0.1.2",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
}