mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-12-03 13:46:45 +01:00
29 lines
648 B
JSON
29 lines
648 B
JSON
{
|
|
"name": "react-ts",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build --emptyOutDir",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^4.2.3",
|
|
"@tanstack/react-query-devtools": "^4.2.3",
|
|
"immer": "^9.0.15",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"uuid": "^9.0.0",
|
|
"zustand": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.17",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/uuid": "^8.3.4",
|
|
"@vitejs/plugin-react": "^2.0.1",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.0.7"
|
|
}
|
|
}
|