{
  "name": "laravel-nova-ui",
  "version": "0.4.12",
  "description": "Vue component library for Laravel Nova",
  "homepage": "https://nova.laravel.com",
  "sideEffects": false,
  "main": "dist/index.mjs",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laravel/nova-ui.git"
  },
  "bugs": {
    "url": "https://github.com/laravel/nova-ui/issues"
  },
  "scripts": {
    "build": "vite build",
    "start": "npm run docs:dev",
    "docs:build": "vitepress build",
    "docs:dev": "vitepress dev",
    "docs:preview": "vitepress preview",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "coverage": "vitest run --coverage",
    "prepublishOnly": "npm install --force && npm run build"
  },
  "keywords": [],
  "author": "David Hemphill",
  "license": "MIT",
  "devDependencies": {
    "@hempworks/pilgrim": "^0.1.16",
    "@tailwindcss/typography": "^0.5.9",
    "@types/lodash": "^4.14.197",
    "@vitejs/plugin-vue": "^4.2.3",
    "@vitejs/plugin-vue-jsx": "^3.0.1",
    "@vitest/coverage-v8": "^0.34.3",
    "@vitest/ui": "^0.34.3",
    "@vue/test-utils": "^2.4.1",
    "autoprefixer": "^10.4.14",
    "globby": "^13.2.2",
    "happy-dom": "^10.11.2",
    "lodash": "^4.17.21",
    "postcss": "^8.4.24",
    "prettier": "^2.8.8",
    "prettier-plugin-tailwindcss": "^0.3.0",
    "tailwindcss": "^3.3.2",
    "vite": "^4.4.6",
    "vite-plugin-dts": "^3.5.2",
    "vitepress": "^1.0.0-beta.7",
    "vitest": "^0.34.3"
  },
  "dependencies": {
    "@floating-ui/vue": "^1.0.2",
    "@heroicons/vue": "^2.1.0",
    "@zag-js/checkbox": "^0.19.0",
    "@zag-js/dialog": "^0.19.0",
    "@zag-js/menu": "^0.19.0",
    "@zag-js/pressable": "^0.19.0",
    "@zag-js/tabs": "^0.19.0",
    "@zag-js/vue": "^0.19.0",
    "vue": ">=3.0.0"
  },
  "peerDependencies": {
    "vue": ">=3.0.0"
  }
}
