SPB Git

spb/auto-ka Public

Python 82.3% TypeScript 12% CSS 5.4%
551 B · 25 lines json
Raw Blame History
1{2  "name": "auto-ka-frontend",3  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",4  "private": true,5  "version": "1.0.0",6  "type": "module",7  "scripts": {8    "dev": "vite",9    "build": "tsc -b && vite build",10    "preview": "vite preview"11  },12  "dependencies": {13    "react": "^18.3.1",14    "react-dom": "^18.3.1",15    "react-router-dom": "^6.26.0"16  },17  "devDependencies": {18    "@types/react": "^18.3.3",19    "@types/react-dom": "^18.3.0",20    "@vitejs/plugin-react": "^4.3.1",21    "typescript": "^5.5.4",22    "vite": "^5.4.0"23  }24}25