Ai
1 Star 0 Fork 0

Phoenix Technology/Webpack Playground

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
LeeJefy 提交于 2021-02-02 23:13 +08:00 . chore: config git repository info
{
"name": "webpack-study",
"version": "1.0.0",
"description": "webpack study",
"author": "leejefy <050934@gmail.com>",
"homepage": "https://gitee.com/phoenix-tech/webpack",
"main": "index.js",
"scripts": {
"clean": "rimraf ./dist",
"dev": "run-s wds",
"build": "webpack --config ./build/webpack/webpack.prod.js",
"hs": "http-server ./dist -p 5000 -o search.html",
"wds": "webpack-dev-server --config ./build/webpack/webpack.dev.js"
},
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@types/webpack": "^4.41.25",
"babel-loader": "^8.2.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"http-server": "^0.12.3",
"less": "^3.12.2",
"less-loader": "^7.1.0",
"mini-css-extract-plugin": "^1.3.1",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"rimraf": "^3.0.2",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"license": "MIT",
"keywords": [
"webpack"
],
"repository": {
"type": "git",
"url": "git@gitee.com:phoenix-tech/webpack.git"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/phoenix-tech/webpack.git
git@gitee.com:phoenix-tech/webpack.git
phoenix-tech
webpack
Webpack Playground
master

搜索帮助