| { |
| "name": "mypsd-frontend", |
| "private": true, |
| "version": "2.0.0", |
| "type": "module", |
| "scripts": { |
| "dev": "vite", |
| "build": "tsc -b && vite build", |
| "preview": "vite preview" |
| }, |
| "dependencies": { |
| "@mantine/core": "^8.3.18", |
| "@mantine/hooks": "^8.3.18", |
| "@mantine/notifications": "^8.3.18", |
| "@tabler/icons-react": "^3.41.1", |
| "framer-motion": "^12.38.0", |
| "plotly.js-basic-dist-min": "^2.35.2", |
| "react": "^18.3.1", |
| "react-dom": "^18.3.1", |
| "react-plotly.js": "^2.6.0" |
| }, |
| "devDependencies": { |
| "@types/react": "^18.3.12", |
| "@types/react-dom": "^18.3.1", |
| "@types/react-plotly.js": "^2.6.3", |
| "@vitejs/plugin-react": "^4.3.3", |
| "postcss": "^8.5.10", |
| "postcss-preset-mantine": "^1.18.0", |
| "postcss-simple-vars": "^7.0.1", |
| "typescript": "^5.6.3", |
| "vite": "^5.4.10" |
| } |
| } |
|
|