Mercurial
view love/epi/package.json @ 45:ac8626c7859c
[Gara] Re-writing basic logic in C and hoping that I can import that into Java.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Wed, 03 Dec 2025 20:51:50 -0800 |
| parents | cf9caa4abc3e |
| children |
line wrap: on
line source
{ "name": "epi", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "lint:fix": "eslint . --fix", "preview": "vite preview" }, "dependencies": { "@tailwindcss/vite": "^4.1.17", "@tanstack/react-router": "^1.139.0", "jotai": "^2.15.1", "lucide-react": "^0.554.0", "react": "^19.2.0", "react-dom": "^19.2.0", "react-markdown": "^10.1.0", "remark-gfm": "^4.0.1" }, "devDependencies": { "@eslint/js": "^9.39.1", "@tanstack/react-router-devtools": "^1.139.0", "@tanstack/router-plugin": "^1.139.0", "@types/node": "^24.10.0", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.1.0", "autoprefixer": "^10.4.22", "babel-plugin-react-compiler": "^1.0.0", "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", "postcss": "^8.5.6", "tailwindcss": "^4.1.17", "typescript": "~5.9.3", "typescript-eslint": "^8.46.3", "vite": "^7.2.2" } }