{
  "_from": "@quasar/vite-plugin@1.6.0",
  "_id": "@quasar/vite-plugin@1.6.0",
  "_inBundle": false,
  "_integrity": "sha512-LmbV76G1CwWZbrEQhqyZpkRQTJyO3xpW55aXY1zWN+JhyUeG77CcMCEWteBVnJ6I6ehUPFDC9ONd2+WlwH6rNQ==",
  "_location": "/@quasar/vite-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@quasar/vite-plugin@1.6.0",
    "name": "@quasar/vite-plugin",
    "escapedName": "@quasar%2fvite-plugin",
    "scope": "@quasar",
    "rawSpec": "1.6.0",
    "saveSpec": null,
    "fetchSpec": "1.6.0"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@quasar/vite-plugin/-/vite-plugin-1.6.0.tgz",
  "_shasum": "3b8f82656b14782fafe66b30dfac0775b87ab9dd",
  "_spec": "@quasar/vite-plugin@1.6.0",
  "_where": "/home/sagremc/chronos-v2",
  "author": {
    "name": "Razvan Stoenescu",
    "email": "razvan.stoenescu@gmail.com",
    "url": "https://github.com/quasarframework"
  },
  "bugs": {
    "url": "https://github.com/quasarframework/quasar/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Vite plugin for Quasar Framework",
  "devDependencies": {
    "cypress": "^12.10.0",
    "eslint": "^8.41.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.19.1",
    "eslint-plugin-n": "^16.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-vue": "^9.14.1",
    "quasar": "^2.11.10",
    "rimraf": "^3.0.1",
    "rollup": "^2.58.0",
    "start-server-and-test": "^2.0.0",
    "typescript": "^5.0.4",
    "vitest": "^0.30.1"
  },
  "engines": {
    "node": ">=12"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./src/index.js",
      "require": "./dist/index.cjs"
    },
    "./*": "./*"
  },
  "files": [
    "dist",
    "src",
    "index.d.ts"
  ],
  "funding": {
    "type": "github",
    "url": "https://donate.quasar.dev"
  },
  "homepage": "https://quasar.dev",
  "keywords": [
    "vite-plugin",
    "quasar",
    "vite",
    "vue",
    "vuejs"
  ],
  "license": "MIT",
  "name": "@quasar/vite-plugin",
  "peerDependencies": {
    "@vitejs/plugin-vue": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-beta.0",
    "quasar": "^2.8.0",
    "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-beta.0",
    "vue": "^3.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/quasarframework/quasar.git"
  },
  "scripts": {
    "build": "rimraf ./dist/ && rollup --config rollup.config.js",
    "lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
    "test": "yarn test:unit:ci && yarn test:e2e:ci",
    "test:e2e:ci": "start-test \"yarn test:e2e:start:serve\" http-get://localhost:9000 \"yarn cypress run --e2e\"",
    "test:e2e:dev": "start-test \"yarn test:e2e:start:dev\" http-get://localhost:9000 \"yarn cypress open --e2e\"",
    "test:e2e:start:dev": "cd ./playground && yarn dev --port 9000",
    "test:e2e:start:serve": "cd ./playground && yarn start --port 9000",
    "test:unit:ci": "vitest run",
    "test:unit:dev": "vitest"
  },
  "type": "module",
  "types": "index.d.ts",
  "version": "1.6.0"
}
