3 Star 16 Fork 8

zzliux/auto-template-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
zzliux 提交于 2021-03-16 00:10 . 更新依赖, 完善模板
{
"name": "app",
"version": "1.0.0",
"private": true,
"description": "",
"scripts": {
"start": "npx webpack --config config/index.js --watch --mode=development",
"build": "npx webpack --config config/index.js --mode=production",
"vue": "webpack-dev-server --config config/webpack.vue.config.js --mode=development"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@auto.pro/webpack-plugin": "^8.13.1",
"@babel/core": "^7.13.10",
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/runtime": "^7.13.10",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.3.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.11.3",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"progress-bar-webpack-plugin": "^2.1.0",
"style-loader": "^1.3.0",
"terser-webpack-plugin": "^4.2.3",
"ts-loader": "^6.2.1",
"typescript": "^3.9.9",
"url-loader": "^1.1.2",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.2",
"webpack-obfuscator": "^2.6.0"
},
"dependencies": {
"@auto.pro/core": "^9.2.0",
"@auto.pro/web": "^1.0.7",
"@auto.pro/webview": "^9.2.0",
"@babel/polyfill": "^7.12.1",
"basscss": "^8.1.0",
"bulma": "^0.9.2",
"es6-shim": "^0.35.6",
"rxjs": "^6.6.6",
"uuid-js": "^0.7.5",
"vant": "^2.12.9",
"vue": "^2.6.12",
"vue-router": "^3.5.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zzliux/auto-template-vue.git
git@gitee.com:zzliux/auto-template-vue.git
zzliux
auto-template-vue
auto-template-vue
master

搜索帮助