3 Star 21 Fork 9

OS-public / react-dom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.42 KB
一键复制 编辑 原始数据 按行查看 历史
fanxiangfu 提交于 2019-12-19 17:09 . 254
{
"name": "react-juejin",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd-mobile": "^2.2.9",
"axios": "^0.18.0",
"co-body": "^6.0.0",
"connected-react-router": "^6.3.2",
"crypto": "^1.0.1",
"dayjs": "^1.8.14",
"http-proxy-middleware": "^0.19.1",
"immutable": "^4.0.0-rc.12",
"js-cookie": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"koa": "^2.7.0",
"koa-router": "^7.4.0",
"koa-server-http-proxy": "^0.1.0",
"node-fetch": "^2.3.0",
"rc-form": "^2.4.3",
"react": "^16.8.4",
"react-beautiful-dnd": "^10.0.4",
"react-dom": "^16.8.4",
"react-intl": "^2.8.0",
"react-loadable": "^5.5.0",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-router-page-transition": "^3.1.0",
"react-router-redux": "^4.0.8",
"react-scripts": "2.1.8",
"react-sticky": "^6.0.3",
"react-transition-group": "^4.0.1",
"redux": "^4.0.1",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"swiper": "^4.5.0"
},
"scripts": {
"dev:server": "cross-env NODE_ENV=production nodemon server/index.js",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": []
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/polyfill": "^7.2.5",
"@rematch/core": "^1.1.0",
"babel-plugin-import": "^1.11.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"cross-env": "^5.2.0",
"customize-cra": "^0.2.12",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"nodemon": "^1.18.10",
"react-app-rewired": "^2.1.0",
"redux-devtools": "^3.5.0",
"redux-logger": "^3.0.6",
"style-loader": "^0.23.1",
"terser": "3.16.1"
},
"theme": {
"@brand-primary": "#007FFE",
"@brand-primary-tap": "#0072E3",
"@brand-success": "#79ceb8",
"@brand-warning": "#ffdb00",
"@brand-error": "#e95f5c",
"@brand-important": "#ff5b05",
"@brand-wait": "#b7b7b7",
"@comment-text-bg": "#F4F6F5",
"@tab-bar-fill": "@brand-primary",
"@nav-bar-fill": "@brand-primary",
"@fill-tap": "@brand-primary-tap",
"@fill-grey": "#f7f7f7"
}
}
JavaScript
1
https://gitee.com/os-public/react-dom.git
git@gitee.com:os-public/react-dom.git
os-public
react-dom
react-dom
master

搜索帮助