1 Star 3 Fork 0

李涵 / vite-plugin-inject-externals

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
李涵 提交于 2021-12-30 17:45 . chore: remove useless dependencies
{
"name": "vite-plugin-inject-externals",
"version": "1.1.1",
"description": "When vite is packaged, the specified package is changed to be imported from CDN.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"dev": "tsup src/index.ts --dts --format cjs,esm --watch",
"build": "tsup src/index.ts --dts --format cjs,esm",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/lihanspace/vite-plugin-inject-externals.git"
},
"keywords": [
"vite",
"plugin",
"cdn",
"external",
"global",
"build",
"script",
"link"
],
"bugs": {
"url": "https://github.com/lihanspace/vite-plugin-inject-externals/issues"
},
"homepage": "https://github.com/lihanspace/vite-plugin-inject-externals#readme",
"devDependencies": {
"@types/node": "^16.11.17",
"tsup": "^5.11.9",
"typescript": "^4.5.4",
"vite": "^2.6.5"
},
"dependencies": {
"rollup-plugin-external-globals": "^0.6.1"
},
"author": "LiHan <lihana@vip.qq.com> (https://lihan.space)",
"license": "MIT"
}
TypeScript
1
https://gitee.com/lihanspace/vite-plugin-inject-externals.git
git@gitee.com:lihanspace/vite-plugin-inject-externals.git
lihanspace
vite-plugin-inject-externals
vite-plugin-inject-externals
main

搜索帮助