1 Star 0 Fork 0

LJaXi / react+typescript+webpack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
“futao” 提交于 2023-12-01 10:57 . [bug]: 匹配 React 18
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.66",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "4.3.1",
"react-router-dom": "^6.20.0",
"react-scripts": "5.0.1",
"style-loader": "^3.3.3",
"typescript": "^5.3.2",
"web-vitals": "^2.1.4",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"webpack-build": "webpack --config webpack.config.js",
"build-production": "react-app-rewired build mode --production"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/preset-typescript": "^7.23.3",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"customize-cra": "^1.0.0",
"eslint": "^8.0.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"react-app-rewired": "^2.2.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sishenhui/blog-react-typescript.git
git@gitee.com:sishenhui/blog-react-typescript.git
sishenhui
blog-react-typescript
react+typescript+webpack
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891