UNPKG

@quasar/app-vite

Version:

Quasar Framework App CLI with Vite

183 lines 4.55 kB
{ "name": "@quasar/app-vite", "version": "2.6.0", "description": "Quasar Framework App CLI with Vite", "keywords": [ "cli", "cordova", "electron", "pwa", "quasar", "spa", "vite", "vue", "vuejs", "web" ], "homepage": "https://quasar.dev", "bugs": "https://github.com/quasarframework/quasar/issues", "license": "MIT", "author": { "name": "Razvan Stoenescu", "email": "razvan.stoenescu@gmail.com", "url": "https://github.com/quasarframework" }, "repository": { "type": "git", "url": "https://github.com/quasarframework/quasar" }, "funding": { "type": "github", "url": "https://donate.quasar.dev" }, "bin": { "quasar": "./bin/quasar.js" }, "files": [ "exports", "assets", "bin", "lib", "templates", "types" ], "type": "module", "types": "./types/index.d.ts", "exports": { ".": { "types": "./types/index.d.ts" }, "./package.json": "./package.json", "./bin/quasar": { "node": "./bin/quasar.js" }, "./wrappers": { "types": "./types/app-wrappers.d.ts", "require": "./exports/wrappers/wrappers.cjs", "node": "./exports/wrappers/wrappers.js", "import": "./exports/wrappers/wrappers.js" }, "./bex/background": { "types": "./types/bex/entrypoints/background.d.ts", "import": "./exports/bex/background.js" }, "./bex/content": { "types": "./types/bex/entrypoints/content.d.ts", "import": "./exports/bex/content.js" }, "./bex/private/bex-bridge": { "types": "./types/bex/bex-bridge.d.ts", "import": "./exports/bex/private/bex-bridge.js" }, "./eslint": { "require": "./exports/eslint/eslint.cjs", "node": "./exports/eslint/eslint.js", "import": "./exports/eslint/eslint.js" }, "./lib/testing.js": { "import": "./exports/testing/testing.js" } }, "publishConfig": { "access": "public" }, "dependencies": { "@quasar/render-ssr-error": "1.0.4", "@quasar/ssl-certificate": "2.0.0", "@quasar/vite-plugin": "^1.11.0", "@types/chrome": "^0.1.38", "@types/compression": "^1.7.5", "@types/cordova": "^11.0.3", "@types/express": "^5.0.6", "@vitejs/plugin-vue": "^6.0.5", "archiver": "^7.0.1", "chokidar": "^5.0.0", "ci-info": "^4.4.0", "compression": "^1.7.5", "confbox": "^0.2.4", "cross-spawn": "^7.0.6", "dot-prop": "10.1.0", "dotenv": "^17.3.1", "dotenv-expand": "^12.0.3", "elementtree": "0.1.7", "esbuild": "^0.27.4", "express": "^4.0.0", "fs-extra": "^11.3.4", "html-minifier-terser": "^7.2.0", "inquirer": "^13.3.2", "isbinaryfile": "^5.0.2", "kolorist": "^1.8.0", "lodash": "^4.18.1", "minimist": "^1.2.8", "mlly": "^1.8.2", "open": "^11.0.0", "rollup-plugin-visualizer": "^7.0.1", "sass-embedded": "^1.98.0", "semver": "^7.7.4", "serialize-javascript": "^7.0.4", "tinyglobby": "^0.2.10", "ts-essentials": "^10.1.1", "vite": "^8.0.1", "webpack-merge": "^6.0.1" }, "devDependencies": { "@electron/packager": "^19.1.0", "electron-builder": "^26.8.1", "pinia": "^3.0.4", "quasar": "^2.19.0", "typescript": "^5.6.3", "vue": "^3.5.32", "vue-router": "^5.0.4", "workbox-build": "^7.4.0" }, "peerDependencies": { "@electron/packager": ">= 18", "@quasar/extras": "^1.17.0", "electron-builder": ">= 22", "pinia": "^2.0.0 || ^3.0.0", "quasar": "^2.16.0", "typescript": ">= 5.4", "vue": "^3.2.29", "vue-router": "^4.0.12 || ^5.0.0", "workbox-build": ">= 6" }, "peerDependenciesMeta": { "@quasar/extras": { "optional": true }, "typescript": { "optional": true }, "electron-builder": { "optional": true }, "@electron/packager": { "optional": true }, "eslint": { "optional": true }, "pinia": { "optional": true }, "workbox-build": { "optional": true } }, "engines": { "node": "^30 || ^28 || ^26 || ^24 || ^22", "npm": ">= 6.14.12", "yarn": ">= 1.17.3" }, "volta": { "node": "lts" }, "scripts": { "lint": "oxfmt && oxlint --fix", "lint:check": "oxfmt --check && oxlint", "dev": "pnpm --filter app-vite-playground-js dev", "dev:ts": "pnpm --filter app-vite-playground-ts dev", "build": "pnpm --filter app-vite-playground-js build", "build:ts": "pnpm --filter app-vite-playground-ts build" } }