UNPKG

asma-qiankun-plugin-vite

Version:
57 lines (56 loc) 1.24 kB
{ "name": "asma-qiankun-plugin-vite", "version": "0.2.9", "description": "vite for qiankun with some adjustments for hmr", "type": "module", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./helper": { "types": "./dist/helper.d.ts", "import": "./dist/helper.js" } }, "scripts": { "build": "vite build", "lint": "eslint .", "typecheck": "tsc --noEmit" }, "keywords": [ "qiankun", "vite", "esm", "esModule" ], "files": [ "dist" ], "homepage": "https://github.com/Carasent-ASMA/qiankun-plugin-vite", "repository": { "type": "git", "url": "https://github.com/Carasent-ASMA/qiankun-plugin-vite" }, "author": "IE", "license": "MIT", "dependencies": { "cheerio": "1.2.0" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/jsdom": "^28.0.0", "@typescript-eslint/eslint-plugin": "^8.56.1", "@typescript-eslint/parser": "^8.56.1", "eslint": "^10.0.3", "globals": "^17.4.0", "typescript": "^5.9.3", "vite": "^7.3.1", "vite-plugin-dts": "^4.5.4" }, "peerDependencies": { "typescript": ">=4", "vite": ">=2" } }