oshiphoto

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

package.json (495B)


      1 {
      2   "name": "oshidori",
      3   "private": true,
      4   "version": "0.0.0",
      5   "type": "module",
      6   "scripts": {
      7     "dev": "vite",
      8     "build": "vue-tsc -b && vite build",
      9     "preview": "vite preview"
     10   },
     11   "dependencies": {
     12     "fabric": "^6.7.1",
     13     "localforage": "^1.10.0",
     14     "vue": "^3.5.22"
     15   },
     16   "devDependencies": {
     17     "@types/node": "^24.6.0",
     18     "@vitejs/plugin-vue": "^6.0.1",
     19     "@vue/tsconfig": "^0.8.1",
     20     "typescript": "~5.9.3",
     21     "vite": "^7.1.7",
     22     "vue-tsc": "^3.1.0"
     23   }
     24 }