UNPKG

vite-plugin-virtual-mpa

Version:

Out-of-box MPA plugin for Vite, with html template engine and virtual files support.

65 lines 1.66 kB
{ "name": "vite-plugin-virtual-mpa", "version": "1.6.0", "license": "MIT", "author": "秦旭洋", "main": "dist/index.js", "exports": { "require": "./dist/index.js", "import": "./dist/index.mjs" }, "types": "types/src/index.d.ts", "description": "Out-of-box MPA plugin for Vite, with html template engine and virtual files support.", "homepage": "https://github.com/emosheeep/vite-plugin-virtual-mpa/tree/master/workspaces/plugin#readme", "repository": { "type": "git", "url": "https://github.com/emosheeep/vite-plugin-virtual-mpa", "directory": "workspaces/plugin" }, "bugs": { "url": "https://github.com/emosheeep/vite-plugin-virtual-mpa/issues" }, "files": [ "dist", "types", "CHANGELOG.md", "README.md", "README.zh_CN.md" ], "keywords": [ "vite", "vite-plugin", "virtual", "virtual-html", "html", "html-mpa", "html-template", "mpa", "multi", "multi-page" ], "scripts": { "dev": "vite build --watch", "build": "vite build && tsc -d --emitDeclarationOnly", "prepublishOnly": "npm run build" }, "dependencies": { "@types/connect-history-api-fallback": "^1.3.5", "@types/html-minifier-terser": "^7.0.0", "connect-history-api-fallback": "^2.0.0", "ejs": "^3.1.8", "html-minifier-terser": "^7.1.0", "picocolors": "^1.0.0" }, "devDependencies": { "@types/ejs": "^3.1.1", "@types/node": "^18.11.18", "rollup-plugin-node-externals": "^5.1.0", "typescript": "^4.9.4", "vite": "^4.0.4", "vite-plugin-checker": "^0.5.4" }, "peerDependencies": { "vite": ">= 2.0.0" } }