{
  "name": "baked-recipe-admin",
  "version": "0.17.6",
  "description": "Baked is an opinionated framework for .NET in backend and Nuxt in frontend. This is a recipe package that brings together all the components one needs for an Admin UI.",
  "keywords": [
    "baked",
    "objects",
    "recipe",
    "admin",
    "ui"
  ],
  "homepage": "https://baked.mouseless.codes",
  "bugs": {
    "url": "https://matrix.to/#/#baked:mouseless.org"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mouseless/baked.git"
  },
  "license": "MIT",
  "author": "mouseless",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.mjs",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepack": "nuxt-module-build build",
    "postinstall": "nuxt prepare",
    "build": "npm run lint && nuxt-module-build build --stub && nuxt-module-build prepare",
    "lint": "eslint ."
  },
  "dependencies": {
    "@nuxt/kit": "3.17.7",
    "@nuxtjs/i18n": "10.0.1",
    "@nuxtjs/tailwindcss": "6.14.0",
    "@primeuix/themes": "1.2.1",
    "async-mutex": "0.5.0",
    "primeicons": "7.0.0",
    "primevue": "4.3.6"
  },
  "devDependencies": {
    "@nuxt/devtools": "2.6.2",
    "@nuxt/eslint-config": "1.7.1",
    "@nuxt/module-builder": "1.0.1",
    "@nuxt/schema": "3.17.7",
    "@nuxt/test-utils": "3.19.2",
    "@types/node": "24.0.15",
    "changelogen": "0.6.2",
    "eslint": "9.32.0",
    "nuxt": "3.17.7",
    "sass": "1.89.2",
    "typescript": "5.8.3",
    "vitest": "3.2.4",
    "vue-tsc": "3.0.3"
  },
  "bundleDependencies": ["@primeuix/themes", "primeicons", "primevue"],
  "optionalDependencies": {
    "@rollup/rollup-win32-x64-msvc": "4.40.2"
  }
}
