Files
auth-template/client/package.json
2023-02-08 16:01:23 -06:00

27 lines
553 B
JSON

{
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"proxy": "http://localhost:8080",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.3.0",
"jwt-decode": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"vite": "^4.0.0"
}
}