geedback

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

package.json (565B)


      1 {
      2   "name": "geedback",
      3   "private": true,
      4   "version": "0.0.0",
      5   "type": "module",
      6   "scripts": {
      7     "dev": "vite",
      8     "build": "tsc && vite build",
      9     "preview": "bun run build && wrangler dev",
     10     "deploy": "bun run build && wrangler deploy"
     11   },
     12   "devDependencies": {
     13     "@cloudflare/vite-plugin": "^1.47.0",
     14     "@typescript-eslint/eslint-plugin": "^8.65.0",
     15     "@typescript-eslint/parser": "^8.65.0",
     16     "@vitejs/plugin-basic-ssl": "^2.3.0",
     17     "eslint": "^10.8.0",
     18     "typescript": "~7.0.2",
     19     "vite": "^8.1.5",
     20     "wrangler": "^4.114.0"
     21   }
     22 }