1 Star 1 Fork 0

fisher/vite-plugin-vue-style-bundler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
fisher 提交于 2024-04-01 14:54 . RELEASING: Releasing 1 package(s)
{
"name": "vite-plugin-vue-style-bundler",
"version": "1.0.9",
"description": "`Automatically extract the `css` in `Vue` components and bundle them into the `js` source code, and then automatically insert the style into the head at runtime.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/zhangfisher/vite-plugin-vue-style-bundler"
},
"scripts": {
"build": "tsup",
"changeset": "changeset",
"release": "pnpm build && changeset version && changeset publish"
},
"files": [
"dist",
"src",
"LICENSE",
"readme.md",
"readme_CN.md"
],
"keywords": [
"vite",
"vite-plugin",
"vue",
"vite-plugin-vue",
"css-in-js"
],
"author": "wxzhang",
"license": "MIT",
"dependencies": {
"magic-string": "^0.30.8",
"remove": "^0.1.5"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/less": "^3.0.6",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"vite-plugin-inspect": "^0.8.3"
},
"peerDependencies": {
"@types/less": "^3.0.6",
"less": "^4.2.0",
"sass": "^1.72.0",
"vue": "^3.4.21",
"vite": "^5.1.0",
"@vitejs/plugin-vue": "^5.0.4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangfisher/vite-plugin-vue-style-bundler.git
git@gitee.com:zhangfisher/vite-plugin-vue-style-bundler.git
zhangfisher
vite-plugin-vue-style-bundler
vite-plugin-vue-style-bundler
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385