1 Star 0 Fork 1

柳丁鱼/webpack-template

forked from hopeLight/webpack-template 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
hopeLight 提交于 2020-05-23 18:18 . happypack 多线程打包
{
"name": "webpack-template",
"version": "1.0.0",
"description": "webpack 基础模板",
"main": "index.js",
"dependencies": {
"axios": "^0.19.2",
"bootstrap": "^4.5.0",
"jquery": "^3.5.1",
"lodash": "^4.17.15",
"moment": "^2.26.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"vue": "^2.6.11"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"add-asset-html-webpack-plugin": "^3.1.3",
"autoprefixer": "^9.8.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.1",
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
"happypack": "^5.0.1",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --hotOnly --config ./webpack.dev.config.js",
"build": "webpack --config ./webpack.prod.config.js",
"dll": "webpack --config ./webpack.dll.config.js"
},
"repository": {
"type": "git",
"url": "https://gitee.com/light_of_hope/webpack-template.git"
},
"author": "Owen",
"license": "ISC",
"browserslist": [
"> 1%",
"last 2 versions"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/crazyboy115/webpack-template.git
git@gitee.com:crazyboy115/webpack-template.git
crazyboy115
webpack-template
webpack-template
master

搜索帮助