26 lines
658 B
JSON
26 lines
658 B
JSON
{
|
|
"name": "svg-service-front",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0 --port ${VITE_FRONTEND_PORT:-28080}",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview --host 0.0.0.0 --port ${VITE_FRONTEND_PORT:-28080}"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.66.0",
|
|
"axios": "^1.8.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"typescript": "^5.8.2",
|
|
"vite": "^6.2.1"
|
|
}
|
|
}
|