clodes / frontend /package.json
nimzuk's picture
CI: sync from GitHub
c7bb297 verified
raw
history blame contribute delete
499 Bytes
{
"name": "hf-clothing-constructor",
"private": true,
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"konva": "^9.3.16",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-konva": "^18.2.12",
"zustand": "4.5.2"
},
"devDependencies": {
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "5.4.2"
}
}