1 Star 1 Fork 0

封尘 / webpack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 827 Bytes
一键复制 编辑 原始数据 按行查看 历史
封尘 提交于 2021-12-20 14:37 . 去掉pm2,简化了脚本
{
"name": "fcupgw",
"version": "1.0.0",
"description": "fcup官网",
"main": "webpack.config.js",
"scripts": {
"start": "node bin/www",
"watch": "webpack --watch"
},
"author": "lovefc",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"html-withimg-loader": "^0.1.16",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"url-loader": "^4.1.1",
"webpack": "^5.30.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
},
"dependencies": {
"connect": "^3.7.0",
"fc-body": "0.0.2",
"fcup": "^2.0.3",
"serve-static": "^1.14.2",
"spark-md5": "^3.0.1"
}
}
JavaScript
1
https://gitee.com/lovefc/webpack.git
git@gitee.com:lovefc/webpack.git
lovefc
webpack
webpack
master

搜索帮助