Spaces:
Sleeping
Sleeping
| { | |
| "name": "ema-frontend-demo", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "@tanstack/react-query": "^5.56.2", | |
| "clsx": "^2.1.1", | |
| "framer-motion": "^11.11.1", | |
| "js-cookie": "^3.0.5", | |
| "katex": "^0.16.11", | |
| "lucide-react": "^0.447.0", | |
| "markmap-lib": "^0.18.9", | |
| "markmap-view": "^0.18.9", | |
| "next": "14.2.13", | |
| "plotly.js": "^2.35.2", | |
| "react": "^18", | |
| "react-dom": "^18", | |
| "react-markdown": "^9.0.1", | |
| "react-plotly.js": "^2.6.0", | |
| "rehype-katex": "^7.0.1", | |
| "remark-gfm": "^4.0.0", | |
| "remark-math": "^6.0.0", | |
| "tailwind-merge": "^2.5.2", | |
| "zustand": "^5.0.0" | |
| }, | |
| "devDependencies": { | |
| "@types/js-cookie": "^3.0.6", | |
| "@types/node": "^20", | |
| "@types/plotly.js": "^2.33.4", | |
| "@types/react": "^18", | |
| "@types/react-dom": "^18", | |
| "@types/react-plotly.js": "^2.6.3", | |
| "autoprefixer": "^10.4.27", | |
| "eslint": "^8", | |
| "eslint-config-next": "14.2.13", | |
| "postcss": "^8", | |
| "tailwindcss": "^3.4.1", | |
| "typescript": "^5" | |
| } | |
| } | |