代码拉取完成,页面将自动刷新
同步操作将从 masx200/webpack-react-vue-spa-awesome-config 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"version": "5.1.0",
"files": [
"release/config/webpack.config.js",
"release/public/index.html",
"bin/cli.js",
"bin/config.js",
"bin/config.d.ts",
"registerserviceworker.js",
"registerserviceworker.d.ts",
"release/src/index.js"
],
"name": "@masx200/webpack-react-vue-spa-awesome-config",
"types": "bin/config.d.ts",
"type": "commonjs",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"bin": "bin/cli.js",
"main": "bin/config.js",
"scripts": {
"precommit": "npm run format || node -v",
"prepublish": "git config --global core.safecrlf false && git config --global core.autocrlf false ",
"dev": "node ./bin/cli.js --config=./webpack.config.js --mode=development --port=11111",
"build": "node ./bin/cli.js --config=./webpack.config.js --mode=production",
"rollup": "rollup -c rollup.config.js",
"format": "prettier --write **/*.ts *.md *.json **/*.js *.js *.ts ./*/*/*.js **/*.css **/*.html */*/*.js */*.jsx */*.less",
"test1": "node ./bin/cli.js start --port=11111 --config=./webpack.config.js",
"test2": "node ./bin/cli.js --mode=development --port=11111 --config=./webpack.config.js",
"test3": "node ./bin/cli.js build --config=./webpack.config.js",
"test4": "node ./bin/cli.js --mode=production --config=./webpack.config.js",
"test5": "webpack --config=./webpack.config.js --mode=development",
"test6": "node ./bin/cli.js "
},
"license": "MIT",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@babel/core": "7",
"@babel/plugin-proposal-class-properties": "7",
"@babel/plugin-proposal-decorators": "7",
"@babel/plugin-proposal-private-methods": "7",
"@babel/plugin-syntax-dynamic-import": "7",
"@babel/preset-env": "7",
"@babel/preset-react": "7",
"@babel/preset-typescript": "7",
"@babel/runtime": "7",
"@next/react-refresh-utils": "^13.2.4",
"@types/html-webpack-plugin": "^3.2.5",
"@types/mini-css-extract-plugin": "^2.5.1",
"@types/node": "^18.7.11",
"@types/optimize-css-assets-webpack-plugin": "^5.0.4",
"@types/postcss-normalize": "^9.0.1",
"@types/react": "^18.0.17",
"@types/terser-webpack-plugin": "^5.0.3",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.7.2",
"@types/workbox-webpack-plugin": "^5.1.6",
"@vue/preload-webpack-plugin": "^2.0.0",
"babel-loader": "^9.1.2",
"babel-plugin-htm": "^3.0.0",
"babel-plugin-named-asset-import": "^0.3.7",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-react-app": "^10.0.0",
"banner-content-loader": "^0.1.1",
"browserslist": "^4.19.3",
"caniuse-lite": "^1.0.30001312",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.2.0",
"cssnano": "^5.0.8",
"fast-sass-loader": "^2.0.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"htm": "^3.0.4",
"html-webpack-plugin": "^5.5.0",
"json-loader": "^0.5.7",
"less": "^4.1.1",
"less-loader": "^11.0.0",
"merge": "^2.1.1",
"mini-css-extract-plugin": "^2.2.2",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss": "^8.3.6",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^7.0.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.7.2",
"postcss-safe-parser": "^6.0.0",
"purgecss-webpack-plugin": "^5.0.0",
"react-app-polyfill": "^3.0.0",
"react-refresh": "^0.14.0",
"regenerator-runtime": "^0.13.7",
"sass": "1.57.1",
"style-loader": "^3.3.1",
"terser": "5.16.1",
"terser-webpack-plugin": "^5.3.5",
"to-string-loader": "^1.1.6",
"ts-loader": "^9.2.4",
"unicode-loader": "^1.0.7",
"url-loader": "^4.1.1",
"vue-loader": "^17.0.0",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.9.0",
"workbox-webpack-plugin": "^6.1.5",
"worker-loader": "^3.0.8"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@vue/compiler-sfc": "3",
"acorn": "^8.2.4",
"core-js-pure": "^3.12.1",
"event-target-shim": "^6.0.2",
"lodash": "^4.17.21",
"prettier": "^2.7.1",
"react": "18",
"react-dom": "18",
"rollup": "^2.77.3",
"rollup-external-modules": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^3.0.2",
"tslib": "2.4.0",
"typescript": "^4.7.4",
"vue": "^3.2.37",
"webpack-merge": "^5.8.0",
"yargs-parser": "^21.0.1"
},
"repository": "https://github.com/masx200/webpack-react-vue-spa-awesome-config.git",
"description": "极速、零配置的 web 应用打包工具, 同时支持 react 和 vue 的单页面应用,提供开箱即用支持 Fast, zero-configuration web application packaging tool that supports both single-page applications for react and vue, out-of-the-box support, 基于 webpack,同时支持 react 和 vue 的单页面应用 通用的 webpack 配置文件,提供开箱即用支持 ,您无需学习和配置许多构建工具。即时重新加载可帮助您专注于开发。在部署时,您的捆绑包会自动优化",
"peerDependencies": {
"@vue/compiler-sfc": "3",
"react": "18",
"vue": "3"
},
"resolutions": {
"async": "3.2.3",
"webpack": "5.74.0",
"terser": "5.16.1",
"ejs": "3.1.7",
"node-forge": "1.3.1",
"minimist": "^1.2.6",
"caniuse-lite": "1.0.30001312",
"nth-check": "2.0.1",
"glob-parent": "5.1.2",
"object-path": "0.11.8",
"ansi-html": "npm:ansi-html-community",
"nanoid": "3.3.1",
"follow-redirects": "1.14.9"
},
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。