添加mobx、Inversify
Showing
with
145 additions
and
34 deletions
| ... | ... | @@ -8,7 +8,12 @@ |
| "test": "jest" | ||
| }, | ||
| "dependencies": { | ||
| "@types/ramda": "^0.27.39", | ||
| "@babel/plugin-proposal-decorators": "^7.13.15", | ||
| "@react-native-community/async-storage": "^1.12.1", | ||
| "inversify": "^5.0.5", | ||
| "mobx": "^5.0.0", | ||
| "mobx-persist": "^0.4.1", | ||
| "mobx-react": "~6.0.0", | ||
| "moment": "2.29.1", | ||
| "ramda": "^0.27.1", | ||
| "react": "16.8.3", | ||
| ... | ... | @@ -29,6 +34,7 @@ |
| "redux": "4.0.1", | ||
| "redux-persist": "5.10.0", | ||
| "redux-thunk": "2.3.0", | ||
| "reflect-metadata": "^0.1.13", | ||
| "rn-fetch-blob": "0.12.0" | ||
| }, | ||
| "devDependencies": { | ||
| ... | ... | @@ -36,6 +42,7 @@ |
| "@babel/plugin-transform-runtime": "^7.13.10", | ||
| "@babel/runtime": "^7.4.5", | ||
| "@types/jest": "^26.0.22", | ||
| "@types/ramda": "^0.27.39", | ||
| "@types/react": "^17.0.3", | ||
| "@types/react-native": "^0.64.2", | ||
| "@types/react-test-renderer": "^17.0.1", | ||
| ... | ... | @@ -45,6 +52,7 @@ |
| "jetifier": "^1.6.6", | ||
| "metro-react-native-babel-preset": "^0.65.2", | ||
| "react-native-gesture-handler": "^1.10.3", | ||
| "react-native-postcss-transformer": "^1.2.4", | ||
| "react-native-stylus-transformer": "^1.2.0", | ||
| "react-test-renderer": "16.8.3", | ||
| "stylus": "^0.54.8", | ||
| ... | ... |
src/assets/styles/variable.styl
0 → 100644
File mode changed
src/inversify/index.ts
0 → 100644
src/inversify/types.ts
0 → 100644
src/pages/index/index.styl
0 → 100644
src/stores/index.ts
0 → 100644
src/stores/store.ts
0 → 100644
src/stores/user.ts
0 → 100644
File mode changed
src/utils/utils.ts
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment