| { | |
| "name": "xrd-analysis-frontend", | |
| "private": true, | |
| "version": "1.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "preview": "vite preview", | |
| "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0" | |
| }, | |
| "dependencies": { | |
| "react": "^19.2.3", | |
| "react-dom": "^19.2.3", | |
| "@mantine/core": "^8.3.10", | |
| "@mantine/hooks": "^8.3.10", | |
| "@tabler/icons-react": "^3.36.0", | |
| "react-plotly.js": "^2.6.0", | |
| "plotly.js": "^3.3.1", | |
| "ml-savitzky-golay": "^5.0.0", | |
| "mathjs": "^15.1.0" | |
| }, | |
| "devDependencies": { | |
| "@types/react": "^19.2.7", | |
| "@types/react-dom": "^19.2.3", | |
| "@vitejs/plugin-react": "^5.1.2", | |
| "vite": "^7.3.0", | |
| "eslint": "^9.39.2", | |
| "eslint-plugin-react": "^7.33.2", | |
| "eslint-plugin-react-hooks": "^7.0.1", | |
| "eslint-plugin-react-refresh": "^0.4.26" | |
| } | |
| } | |