hhm-client/package.json

32 lines
709 B
JSON
Raw Normal View History

2023-01-20 12:55:29 +00:00
{
"name": "hhm-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
2023-01-20 13:27:00 +00:00
"@types/axios": "^0.14.0",
"@types/uuid": "^9.0.0",
"axios": "^1.2.3",
"framer-motion": "^8.5.0",
2023-01-20 12:55:29 +00:00
"react": "^18.2.0",
2023-01-20 13:27:00 +00:00
"react-dom": "^18.2.0",
"react-router-dom": "^6.7.0",
"react-spinners": "^0.13.8",
2023-01-20 13:52:58 +00:00
"sass": "^1.57.1",
2023-01-21 09:59:43 +00:00
"uuid": "^9.0.0",
"vite-plugin-svgr": "^2.4.0"
2023-01-20 12:55:29 +00:00
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
2023-01-20 13:27:00 +00:00
}