create-bz-mern-app
Version:
CLI to scaffold a fullstack React + Node.js app with Google login and JWT auth
43 lines (42 loc) • 1.1 kB
JSON
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"proxy": "http://localhost:3000",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@mantine/core": "^8.1.0",
"@mantine/form": "^8.1.0",
"@mantine/hooks": "^8.1.0",
"@mantine/modals": "^8.1.0",
"@mantine/notifications": "^8.1.0",
"@react-oauth/google": "^0.12.2",
"@reduxjs/toolkit": "^2.8.2",
"@tabler/icons-react": "^3.34.0",
"@tanstack/react-query": "^5.80.7",
"axios": "^1.9.0",
"jwt-decode": "^4.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.6.2",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"vite": "^6.3.5"
}
}