Mercurial
comparison love/epi/package.json @ 38:cf9caa4abc3e
[Love] FE and BE. Can chat and render images. Also created MCP for powerpoint generations.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 01 Dec 2025 20:35:56 -0800 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 37:fb9bcd3145cb | 38:cf9caa4abc3e |
|---|---|
| 1 { | |
| 2 "name": "epi", | |
| 3 "private": true, | |
| 4 "version": "0.0.0", | |
| 5 "type": "module", | |
| 6 "scripts": { | |
| 7 "dev": "vite", | |
| 8 "build": "tsc -b && vite build", | |
| 9 "lint": "eslint .", | |
| 10 "lint:fix": "eslint . --fix", | |
| 11 "preview": "vite preview" | |
| 12 }, | |
| 13 "dependencies": { | |
| 14 "@tailwindcss/vite": "^4.1.17", | |
| 15 "@tanstack/react-router": "^1.139.0", | |
| 16 "jotai": "^2.15.1", | |
| 17 "lucide-react": "^0.554.0", | |
| 18 "react": "^19.2.0", | |
| 19 "react-dom": "^19.2.0", | |
| 20 "react-markdown": "^10.1.0", | |
| 21 "remark-gfm": "^4.0.1" | |
| 22 }, | |
| 23 "devDependencies": { | |
| 24 "@eslint/js": "^9.39.1", | |
| 25 "@tanstack/react-router-devtools": "^1.139.0", | |
| 26 "@tanstack/router-plugin": "^1.139.0", | |
| 27 "@types/node": "^24.10.0", | |
| 28 "@types/react": "^19.2.2", | |
| 29 "@types/react-dom": "^19.2.2", | |
| 30 "@vitejs/plugin-react": "^5.1.0", | |
| 31 "autoprefixer": "^10.4.22", | |
| 32 "babel-plugin-react-compiler": "^1.0.0", | |
| 33 "eslint": "^9.39.1", | |
| 34 "eslint-plugin-react-hooks": "^7.0.1", | |
| 35 "eslint-plugin-react-refresh": "^0.4.24", | |
| 36 "globals": "^16.5.0", | |
| 37 "postcss": "^8.5.6", | |
| 38 "tailwindcss": "^4.1.17", | |
| 39 "typescript": "~5.9.3", | |
| 40 "typescript-eslint": "^8.46.3", | |
| 41 "vite": "^7.2.2" | |
| 42 } | |
| 43 } |