1 Star 0 Fork 1

李同学打小就聪明 / webpack5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.98 KB
一键复制 编辑 原始数据 按行查看 历史
cong.li 提交于 2021-08-31 10:01 . 'feat:代码规范配置'
{
"name": "webpack5",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "cross-env NODE_ENV=development webpack serve --config build/webpack.dev.config.js",
"build": "cross-env NODE_ENV=production webpack --config build/webpack.prod.config.js",
"stats": "webpack-bundle-analyzer dist/stats.json",
"lint": "eslint --fix --ext .js,.vue src",
"prepare": "husky install"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.14.8",
"@babel/runtime-corejs2": "^7.14.8",
"autoprefixer": "^10.3.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"compression-webpack-plugin": "^8.0.1",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.17.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-minimizer-webpack-plugin": "^3.1.1",
"html-webpack-plugin": "^5.3.2",
"husky": "^7.0.2",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"mini-css-extract-plugin": "^2.1.0",
"node-notifier": "^10.0.0",
"path-browserify": "^1.0.1",
"postcss-loader": "^6.1.1",
"sass-resources-loader": "^2.2.3",
"style-loader": "^3.2.1",
"terser-webpack-plugin": "^5.1.4",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.46.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0"
}
}
JavaScript
1
https://gitee.com/licong777/webpack5.git
git@gitee.com:licong777/webpack5.git
licong777
webpack5
webpack5
master

搜索帮助