CoolFace
Apppublic

kiyer/pathfinder

sourceHugging Facemitupdated 3mo agoView on Hugging Face
36likes
package.json9 linesDownload Raw Back to frontend
1{2  "name": "pathfinder-frontend",3  "version": "0.1.0",4  "private": true,5  "type": "module",6  "scripts": { "dev": "vite", "build": "vite build" },7  "dependencies": { "react": "^18.3.0", "react-dom": "^18.3.0" },8  "devDependencies": { "@vitejs/plugin-react": "^4.3.0", "vite": "^5.4.0" }9}