4 Star 31 Fork 13

Jerry / findHouses

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
Jerry 提交于 2022-11-15 10:19 . 打包路径改为相对路径
{
"name": "find-houses",
"version": "2.1.8",
"author": {
"name": "Jerry",
"email": "1976457550@qq.com",
"url": "https://github.com/Jerry-306"
},
"description": "找房源是基于React开发的移动端SPA在线项目,采用模块化、组件化、工程化的设计思想,解决用户寻找房源的需求.",
"private": true,
"homepage": ".",
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"antd-mobile": "^2.3.4",
"axios": "^0.21.1",
"babel-plugin-import": "^1.13.3",
"customize-cra": "^1.0.0",
"formik": "^2.2.9",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-app-rewired": "^2.1.8",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-spring": "^9.2.4",
"react-virtualized": "^9.22.3",
"sass-loader": "^12.1.0",
"web-vitals": "^1.0.1",
"yup": "^0.32.9"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"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"
]
}
}
JavaScript
1
https://gitee.com/jerry306/find-houses.git
git@gitee.com:jerry306/find-houses.git
jerry306
find-houses
findHouses
master

搜索帮助