{
  "name": "@tresjs/nuxt",
  "type": "module",
  "version": "5.6.3",
  "description": "TresJS integration for Nuxt.",
  "author": "Daniel Roe (https://github.com/danielroe/)",
  "license": "MIT",
  "homepage": "https://tresjs.org",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tresjs/tres.git",
    "directory": "packages/nuxt"
  },
  "bugs": {
    "url": "https://github.com/Tresjs/nuxt/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "default": "./dist/module.mjs"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/module.mjs",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "three": ">=0.133"
  },
  "dependencies": {
    "@nuxt/kit": "4.1.2",
    "@nuxt/ui": "^4.8.2",
    "defu": "^6.1.7",
    "mlly": "^1.8.2",
    "ohash": "^2.0.11",
    "pkg-types": "^2.3.1",
    "sirv": "^3.0.2",
    "vite-plugin-glsl": "^1.6.0",
    "@tresjs/core": "5.8.3"
  },
  "devDependencies": {
    "@nuxt/devtools": "^3.2.4",
    "@nuxt/devtools-ui-kit": "^3.2.4",
    "@nuxt/eslint-config": "^1.16.0",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/schema": "^4.4.8",
    "@nuxt/test-utils": "^4.0.3",
    "@types/node": "^25.9.3",
    "@types/three": "^0.184.1",
    "@vueuse/nuxt": "13.9.0",
    "eslint": "^10.4.1",
    "nuxt": "4.1.3",
    "playwright": "^1.60.0",
    "three": "^0.184.0",
    "typescript": "^6.0.3",
    "vitest": "4.1.8",
    "vue": "^3.5.38",
    "vue-tsc": "^3.3.4"
  },
  "build": {
    "externals": [
      "node:child_process",
      "vite-plugin-glsl",
      "@rollup/pluginutils",
      "vite",
      "esbuild",
      "rollup",
      "estree-walker",
      "picomatch",
      "postcss",
      "lightningcss",
      "fsevents",
      "pnpapi",
      "picocolors",
      "source-map-js",
      "nanoid/non-secure",
      "@nuxt/devtools-kit"
    ]
  },
  "scripts": {
    "build": "pnpm run module:build && pnpm run client:build",
    "module:build": "nuxt-module-build prepare && nuxt-module-build build",
    "client:build": "nuxt prepare client && nuxi generate client",
    "client:dev": "nuxi dev client --port 3300",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "vitest run",
    "test:watch": "vitest watch"
  }
}