luohao_webpack_npm
Version:
使用 webpack 构建 Npm 模块
68 lines (67 loc) • 1.82 kB
JSON
{
"name": "luohao_webpack_npm",
"version": "1.0.55",
"description": "使用 webpack 构建 Npm 模块",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"build": "webpack --progress --config webpack.config.js",
"test": "jest --color",
"commit": "git add . && git-cz",
"pub": "npm version patch && npm publish ."
},
"dependencies": {
"antd": "^4.18.5",
"axios": "^0.21.1",
"babel-runtime": "^6.26.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"redux": "^4.1.2"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-react": "^7.16.7",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"commitizen": "^4.2.4",
"commitlint": "^13.1.0",
"css-loader": "^6.6.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"jest": "^27.4.7",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.5.3",
"style-loader": "^3.3.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LuoHaoAt2017/webpack-npm.git"
},
"author": "LuoHao",
"license": "MIT",
"bugs": {
"url": "https://github.com/LuoHaoAt2017/webpack-npm/issues"
},
"homepage": "https://github.com/LuoHaoAt2017/webpack-npm#readme",
"directories": {
"lib": "lib",
"test": "test"
},
"keywords": [
"webpack",
"npm"
]
}