64 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			64 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
{
 | 
						|
  "name": "react-admin",
 | 
						|
  "private": true,
 | 
						|
  "version": "0.0.0",
 | 
						|
  "type": "module",
 | 
						|
  "scripts": {
 | 
						|
    "dev": "vite",
 | 
						|
    "build": "tsc -b && vite build",
 | 
						|
    "lint": "eslint .",
 | 
						|
    "preview": "vite preview"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@fortawesome/fontawesome-svg-core": "^6.7.2",
 | 
						|
    "@fortawesome/free-solid-svg-icons": "^6.7.2",
 | 
						|
    "@fortawesome/react-fontawesome": "^0.2.2",
 | 
						|
    "@mantine/charts": "^7.17.0",
 | 
						|
    "@mantine/core": "^7.16.3",
 | 
						|
    "@mantine/dates": "^7.16.3",
 | 
						|
    "@mantine/dropzone": "^7.16.3",
 | 
						|
    "@mantine/form": "^7.16.3",
 | 
						|
    "@mantine/hooks": "^7.16.3",
 | 
						|
    "@tabler/icons-react": "^3.30.0",
 | 
						|
    "@tailwindcss/vite": "^4.0.6",
 | 
						|
    "@uiw/react-json-view": "^2.0.0-alpha.30",
 | 
						|
    "@uiw/react-md-editor": "^4.0.5",
 | 
						|
    "@vitejs/plugin-react": "^4.3.4",
 | 
						|
    "axios": "^1.7.9",
 | 
						|
    "dompurify": "^3.2.4",
 | 
						|
    "lodash": "^4.17.21",
 | 
						|
    "moment": "^2.30.1",
 | 
						|
    "react": "^19.0.0",
 | 
						|
    "react-cropper": "^2.3.3",
 | 
						|
    "react-dom": "^19.0.0",
 | 
						|
    "react-router": "^6.29.0",
 | 
						|
    "react-router-dom": "^6.29.0",
 | 
						|
    "react-toastify": "^11.0.3",
 | 
						|
    "react-use-websocket": "^4.13.0",
 | 
						|
    "rehype-sanitize": "^6.0.0",
 | 
						|
    "socket.io-client": "^4.8.1",
 | 
						|
    "tailwind-merge": "^3.0.1",
 | 
						|
    "tailwindcss": "^4.0.6",
 | 
						|
    "uuid": "^11.0.5",
 | 
						|
    "yet-another-react-lightbox": "^3.22.0",
 | 
						|
    "zod": "^3.24.1",
 | 
						|
    "zustand": "^5.0.3"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@eslint/js": "^9.19.0",
 | 
						|
    "@types/lodash": "^4.17.15",
 | 
						|
    "@types/react": "^19.0.8",
 | 
						|
    "@types/react-dom": "^19.0.3",
 | 
						|
    "eslint": "^9.19.0",
 | 
						|
    "eslint-plugin-react-hooks": "^5.0.0",
 | 
						|
    "eslint-plugin-react-refresh": "^0.4.18",
 | 
						|
    "globals": "^15.14.0",
 | 
						|
    "postcss": "^8.5.1",
 | 
						|
    "postcss-preset-mantine": "^1.17.0",
 | 
						|
    "postcss-simple-vars": "^7.0.1",
 | 
						|
    "typescript": "~5.7.2",
 | 
						|
    "typescript-eslint": "^8.22.0",
 | 
						|
    "vite": "^6.1.0"
 | 
						|
  }
 | 
						|
}
 |