jmou/yakatak
git clone https://github.com/jmou/yakatak.git
git clone git@github.com:jmou/yakatak.git
Loading…
(top)/app/package.json
language: JSON
658 Bytes / 29 lines / 29 loc
History
View raw
{
  "name": "@yakatak/app",
  "private": true,
  "type": "module",
  "scripts": {
    "build": "nuxt build",
    "dev": "nuxt dev",
    "generate": "nuxt generate",
    "preview": "nuxt preview",
    "postinstall": "nuxt prepare"
  },
  "dependencies": {
    "@nuxt/eslint": "^1.9.0",
    "@pinia/nuxt": "^0.11.2",
    "@vueuse/core": "^14.0.0",
    "@yakatak/db": "workspace:*",
    "@yakatak/operation": "workspace:*",
    "eslint": "^9.35.0",
    "nuxt": "^4.1.2",
    "pinia": "^3.0.3",
    "vue": "^3.5.21",
    "vue-router": "^4.5.1"
  },
  "devDependencies": {
    "@types/node": "*",
    "typescript-eslint": "^8.47.0",
    "vue-tsc": "^3.0.7"
  }
}