1 Star 1 Fork 2

Delta/webpack-study

forked from nicefree/webpack-study 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.89 KB
一键复制 编辑 原始数据 按行查看 历史
nicefree 提交于 2021-12-06 15:33 . 拷贝静态资源
{
"name": "webpack-study",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack serve --config build/webpack.dev.js",
"prod": "webpack --config build/webpack.prod.js",
"cdev": "cross-env NODE_ENV=development webpack serve --config build/webpack.dev.js",
"cbuild": "cross-env NODE_ENV=production webpack --config build/webpack.prod.js",
"build": "webpack --config build/webpack.config.js",
"buildmul": "webpack --config build/webpack.config.multi.js",
"buildminicss": "webpack --config build/webpack.config.minicss.js",
"buildcss": "webpack --config build/webpack.config.css.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^6.2.0",
"happypack": "^5.0.1",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"image-webpack-loader": "^8.0.1",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.4.5",
"node-sass": "^6.0.1",
"postcss-loader": "^6.2.1",
"progress-bar-webpack-plugin": "^2.1.0",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.64.4",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0",
"webpack-merge": "^5.8.0",
"webpack-parallel-uglify-plugin": "^2.0.0",
"webpackbar": "^5.0.2"
},
"dependencies": {
"echarts": "^5.2.2",
"jquery": "^3.6.0",
"lodash": "^4.17.21"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/delta1035/webpack-study.git
git@gitee.com:delta1035/webpack-study.git
delta1035
webpack-study
webpack-study
master

搜索帮助