1 Star 0 Fork 4

鬼才相信你咧/webpack-project-books-0822

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
kris 提交于 2022-11-22 16:57 . 初始基本仓库
{
"name": "books_pro",
"version": "1.0.0",
"description": "图书小站的项目",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE_ENV=development npx webpack-dev-server",
"prod": "cross-env NODE_ENV=production npx webpack"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.20.2",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.2",
"css-minimizer-webpack-plugin": "^4.2.2",
"eslint": "^8.28.0",
"eslint-webpack-plugin": "^3.2.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"mini-css-extract-plugin": "^2.7.0",
"postcss-loader": "^7.0.1",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1"
},
"browserslist": [
"> 0.1%",
"not ie <=8"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenwei5000/webpack-project-books-0822.git
git@gitee.com:chenwei5000/webpack-project-books-0822.git
chenwei5000
webpack-project-books-0822
webpack-project-books-0822
master

搜索帮助