代码拉取完成,页面将自动刷新
{
"name": "react-app-w5",
"version": "1.0.0",
"description": "one base template for 'react + webpack5'",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development node ./build/server/index.js",
"build": "cross-env NODE_ENV=production webpack --config ./build/config/webpack.prod.js",
"lint": "npm run lint-eslint",
"lint-eslint": "npx eslint src --ext .js,.ts,tsx",
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts,tsx,js}": [
"eslint --config .eslintrc.js"
]
},
"browserslist": [
">0.2%",
"not dead",
"ie >= 11",
"not op_mini all"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"chalk": "^4.1.1",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^8.1.1",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"error-overlay-webpack-plugin": "^0.4.2",
"eslint": "^7.31.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unicorn": "^29.0.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.2.4",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^5.3.2",
"ip": "^1.1.5",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"lint-staged": "^10.5.4",
"mini-css-extract-plugin": "^2.1.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^5.2.0",
"postcss-normalize": "^9.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
"style-loader": "^3.2.1",
"ts-import-plugin": "^1.6.7",
"ts-loader": "^9.1.0",
"typescript": "^4.3.5",
"url-loader": "^4.1.1",
"webpack": "^5.33.2",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3",
"webpackbar": "^5.0.0-3"
},
"dependencies": {
"antd": "^4.16.9",
"husky": "4.2.5",
"mobx": "^6.3.2",
"mobx-react": "^7.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。