{
  "name": "@vuetify/unplugin-styles",
  "type": "module",
  "version": "1.0.0-rc.1",
  "description": "Vuetify styles unplugin for Vite, Nuxt, Webpack, and more",
  "author": "Andrei Elkin <andreyyolkin@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/vuetifyjs/unplugin-styles#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuetifyjs/unplugin-styles.git"
  },
  "bugs": {
    "url": "https://github.com/vuetifyjs/unplugin-styles/issues"
  },
  "keywords": [
    "vuetify",
    "unplugin",
    "styles",
    "vite",
    "webpack",
    "rspack",
    "astro",
    "nuxt",
    "transform"
  ],
  "exports": {
    ".": "./dist/index.mjs",
    "./astro": "./dist/astro.mjs",
    "./nuxt": "./dist/nuxt.mjs",
    "./rspack": "./dist/rspack.mjs",
    "./types": "./dist/types.mjs",
    "./vite": "./dist/vite.mjs",
    "./webpack": "./dist/webpack.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./*"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=22"
  },
  "peerDependencies": {
    "@nuxt/kit": "^3 || ^4",
    "@nuxt/schema": "^3 || ^4",
    "@rspack/core": "^1",
    "astro": "^4 || ^5 || ^6 || ^7",
    "sass": "^1.77.0",
    "sass-embedded": "^1.77.0",
    "vite": ">=3",
    "webpack": "^4 || ^5"
  },
  "peerDependenciesMeta": {
    "@nuxt/kit": {
      "optional": true
    },
    "@nuxt/schema": {
      "optional": true
    },
    "@rspack/core": {
      "optional": true
    },
    "astro": {
      "optional": true
    },
    "sass": {
      "optional": true
    },
    "sass-embedded": {
      "optional": true
    },
    "vite": {
      "optional": true
    },
    "webpack": {
      "optional": true
    }
  },
  "dependencies": {
    "pathe": "^2.0.3",
    "semver": "^7.7.4",
    "unplugin": "^3.0.0"
  },
  "devDependencies": {
    "@nuxt/kit": "^3.17.4",
    "@nuxt/schema": "^3.17.4",
    "@rspack/core": "^1.7.6",
    "@types/node": "^22.15.21",
    "rollup": "^4.41.0",
    "tsdown": "^0.20.3",
    "tsx": "^4.19.4",
    "typescript": "^5.9.3",
    "vite": "7.3.1",
    "vitest": "^3.1.4",
    "webpack": "^5.105.2"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown -w",
    "lint": "eslint .",
    "play": "npm -C ../../playground/vite-project run dev",
    "rsplay": "npm -C ../../playground/rsbuild-project run dev",
    "wpplay": "npm -C ../../playground/webpack-project run dev",
    "nuxtplay": "npm -C ../../playground/nuxt-project run dev",
    "release": "bumpp && pnpm publish",
    "test": "vitest"
  }
}