Ai
1 Star 1 Fork 1

风铭/react-app-create

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.73 KB
一键复制 编辑 原始数据 按行查看 历史
zhiyanjie 提交于 2021-04-09 11:34 +08:00 . update
{
"name": "react-app-create",
"version": "0.1.1",
"description": "Create-react-app + Mobx-state-tree boilerplate",
"private": true,
"author": "zhiking <zyj10222@126.com>",
"repository": {
"type": "git",
"url": "https://gitee.com/dbody/react-app-create.git"
},
"license": "MIT",
"scripts": {
"start": "npm run dev",
"dev": "npm run server | PORT=4200 react-app-rewired start ",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"server": "nodemon ./mock/app.js",
"analyze": "source-map-explorer build/static/js/main.*"
},
"dependencies": {
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.8.3",
"antd": "^4.15.0",
"axios": "^0.19.0",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"mobx-react-lite": "^2.0.7",
"mobx-react-router": "^4.0.7",
"mobx-state-tree": "^3.16.0",
"node-sass": "^4.13.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.1.2",
"react-scripts": "4.0.3",
"rxjs": "^6.5.3",
"rxjs-hooks": "^0.5.2",
"source-map-explorer": "^2.5.2",
"web-vitals": "^1.1.1"
},
"devDependencies": {
"@ant-design/icons": "^4.2.1",
"@babel/core": "^7.13.15",
"@babel/plugin-external-helpers": "^7.10.1",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-typescript": "^7.10.1",
"@types/express": "^4.17.2",
"@types/history": "^4.7.3",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^4.4.0",
"babel-plugin-import": "^1.13.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-nornj-in-jsx": "^5.1.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"customize-cra": "^1.0.0",
"eslint-config-airbnb": "^18.0.1",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"history": "^4.10.1",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"lodash": "^4.17.15",
"nodemon": "^1.19.4",
"nornj": "^5.0.0-rc.51",
"react-app-rewired": "^2.1.6",
"source-map-loader": "^1.0.0",
"styled-components": "^4.4.1",
"typescript": "^3.9.5",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-merge": "^4.2.2"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dbody/react-app-create.git
git@gitee.com:dbody/react-app-create.git
dbody
react-app-create
react-app-create
master

搜索帮助