1 Star 1 Fork 1

hboot/rollup-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
hboot 提交于 2023-03-18 00:21 +08:00 . feat: 增加test.config 用于测试;
{
"name": "rollup-vue3",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "rollup --config --environment dev --bundleConfigAsCjs -w",
"build": "rollup --config --bundleConfigAsCjs --environment prd",
"build:main": "rollup --config --environment test --bundleConfigAsCjs"
},
"keywords": [
"rollup",
"vue3",
"hboot"
],
"author": "hboot",
"license": "ISC",
"description": "",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-html": "^1.0.1",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-inject": "^5.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.3.0",
"@rollup/pluginutils": "^5.0.2",
"@vue/babel-plugin-jsx": "^1.1.1",
"less": "^4.1.3",
"rollup": "^3.9.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-vue": "^6.0.0",
"vue": "^3.2.45"
},
"dependencies": {
"axios": "^1.3.4",
"dayjs": "^1.11.7",
"element-plus": "^2.2.36",
"vue-router": "^4.1.6",
"vuex": "^4.0.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hboot/rollup-vue3.git
git@gitee.com:hboot/rollup-vue3.git
hboot
rollup-vue3
rollup-vue3
main

搜索帮助