30 lines
684 B
JSON
30 lines
684 B
JSON
{
|
|
"name": "tripzy-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^4.28.0",
|
|
"axios": "^1.3.4",
|
|
"firebase": "^9.19.1",
|
|
"imagekitio-react": "^2.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-firebase-hooks": "^5.1.1",
|
|
"react-router-dom": "^6.10.0",
|
|
"react-toastify": "^9.1.2",
|
|
"styled-components": "^5.3.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"vite": "^4.2.0"
|
|
}
|
|
}
|