project rename and fix
正在显示
.buckconfig
0 → 100644
.gitattributes
0 → 100644
.idea/vcs.xml
0 → 100644
index.ios.js
deleted
100644 → 0
File moved
File moved
差异被折叠。
File moved
{ | ||
"name": "AwesomeProject", | ||
"name": "bolanManagerApp", | ||
"version": "0.1.0", | ||
"private": true, | ||
"devDependencies": { | ||
... | ... | @@ -7,6 +7,7 @@ |
"babel-plugin-import": "^1.6.0", | ||
"babel-preset-flow": "^6.23.0", | ||
"babel-preset-react-native-stage-0": "^1.0.1", | ||
"css-loader": "^0.28.7", | ||
"eslint": "^4.8.0", | ||
"eslint-config-airbnb": "^16.0.0", | ||
"eslint-plugin-import": "^2.7.0", | ||
... | ... | @@ -14,7 +15,10 @@ |
"eslint-plugin-react": "^7.4.0", | ||
"flow-bin": "^0.57.3", | ||
"jest-expo": "~20.0.0", | ||
"react-test-renderer": "16.0.0-alpha.12" | ||
"less": "^3.0.0-alpha.3", | ||
"less-loader": "^4.0.5", | ||
"react-test-renderer": "16.0.0-alpha.12", | ||
"style-loader": "^0.19.0" | ||
}, | ||
"scripts": { | ||
"start": "react-native start", | ||
... | ... | @@ -30,8 +34,8 @@ |
"dependencies": { | ||
"antd-mobile": "^2.0.0", | ||
"dva-core": "^1.1.0", | ||
"react": "16.0.0-alpha.12", | ||
"react-native": "^0.47.0", | ||
"react": "^16.0.0-beta.5", | ||
"react-native": "^0.49.3", | ||
"react-navigation": "^1.0.0-beta.14", | ||
"react-redux": "^5.0.6", | ||
"redux-persist": "^4.10.1" | ||
... | ... |
请
注册
或者
登录
后发表评论