50 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "moneymgr_web",
 | 
						|
  "private": true,
 | 
						|
  "version": "0.0.0",
 | 
						|
  "type": "module",
 | 
						|
  "scripts": {
 | 
						|
    "dev": "vite",
 | 
						|
    "build": "tsc -b && vite build",
 | 
						|
    "lint": "eslint .",
 | 
						|
    "preview": "vite preview"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@emotion/react": "^11.14.0",
 | 
						|
    "@emotion/styled": "^11.14.1",
 | 
						|
    "@fontsource/roboto": "^5.2.8",
 | 
						|
    "@jsonjoy.com/base64": "^1.1.2",
 | 
						|
    "@mdi/js": "^7.4.47",
 | 
						|
    "@mdi/react": "^1.6.1",
 | 
						|
    "@mui/icons-material": "^7.1.2",
 | 
						|
    "@mui/material": "^7.1.2",
 | 
						|
    "@mui/x-charts": "^8.16.0",
 | 
						|
    "@mui/x-data-grid": "^8.15.0",
 | 
						|
    "@mui/x-date-pickers": "^8.15.0",
 | 
						|
    "date-and-time": "^3.6.0",
 | 
						|
    "dayjs": "^1.11.19",
 | 
						|
    "filesize": "^10.1.6",
 | 
						|
    "qrcode.react": "^4.2.0",
 | 
						|
    "react": "^19.2.0",
 | 
						|
    "react-dom": "^19.2.0",
 | 
						|
    "react-router": "^7.6.3",
 | 
						|
    "react-router-dom": "^7.6.3",
 | 
						|
    "ts-pattern": "^5.8.0"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@eslint/js": "^9.38.0",
 | 
						|
    "@types/react": "^19.2.2",
 | 
						|
    "@types/react-dom": "^19.2.2",
 | 
						|
    "@vitejs/plugin-react": "^4.7.0",
 | 
						|
    "eslint": "^9.32.0",
 | 
						|
    "eslint-plugin-react-dom": "^1.52.4",
 | 
						|
    "eslint-plugin-react-hooks": "^5.2.0",
 | 
						|
    "eslint-plugin-react-refresh": "^00.4.20",
 | 
						|
    "eslint-plugin-react-x": "^1.52.9",
 | 
						|
    "globals": "^16.3.0",
 | 
						|
    "typescript": "~5.8.3",
 | 
						|
    "typescript-eslint": "^8.32.1",
 | 
						|
    "vite": "^6.3.6"
 | 
						|
  }
 | 
						|
}
 |