| { |
| "name": "manim-cat-frontend", |
| "private": true, |
| "version": "0.0.0", |
| "type": "module", |
| "scripts": { |
| "dev": "vite", |
| "build": "vite build", |
| "lint": "eslint .", |
| "preview": "vite preview", |
| "test": "vitest run", |
| "test:watch": "vitest" |
| }, |
| "dependencies": { |
| "@types/react-syntax-highlighter": "^15.5.13", |
| "jszip": "^3.10.1", |
| "katex": "^0.16.42", |
| "perfect-freehand": "^1.2.3", |
| "react": "^19.2.0", |
| "react-dom": "^19.2.0", |
| "react-markdown": "^10.1.0", |
| "react-syntax-highlighter": "^16.1.0", |
| "rehype-katex": "^7.0.1", |
| "remark-gfm": "^4.0.1", |
| "remark-math": "^6.0.0" |
| }, |
| "devDependencies": { |
| "@eslint/js": "^9.39.1", |
| "@testing-library/jest-dom": "^6.9.1", |
| "@testing-library/react": "^16.3.2", |
| "@types/node": "^24.10.1", |
| "@types/react": "^19.2.5", |
| "@types/react-dom": "^19.2.3", |
| "@vitejs/plugin-react": "^5.1.1", |
| "@vitest/coverage-v8": "^4.1.0", |
| "autoprefixer": "^10.4.23", |
| "eslint": "^9.39.1", |
| "eslint-plugin-react-hooks": "^7.0.1", |
| "eslint-plugin-react-refresh": "^0.4.24", |
| "globals": "^16.5.0", |
| "jsdom": "^29.0.1", |
| "postcss": "^8.5.6", |
| "tailwindcss": "^3.4.19", |
| "typescript": "~5.9.3", |
| "typescript-eslint": "^8.46.4", |
| "vite": "^7.2.4", |
| "vitest": "^4.1.0" |
| } |
| } |
|
|