|
5 | 5 | "types": "./types/index.d.ts", |
6 | 6 | "main": "./lib/index.js", |
7 | 7 | "author": "Krzysztof Borowy <krizzu.dev@gmail.com>", |
8 | | - "contributors": [], |
| 8 | + "contributors": [ |
| 9 | + "Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)" |
| 10 | + ], |
9 | 11 | "homepage": "https://github.com/react-native-community/react-native-async-storage#readme", |
10 | 12 | "license": "MIT", |
11 | 13 | "keywords": [ |
|
23 | 25 | "start": "node node_modules/react-native/local-cli/cli.js start", |
24 | 26 | "start:android": "react-native run-android --root example/", |
25 | 27 | "start:ios": "react-native run-ios --project-path example/ios --scheme AsyncStorageExample", |
| 28 | + "start:web": "expo start:web", |
26 | 29 | "start:macos": "node node_modules/react-native-macos/local-cli/cli.js start --use-react-native-macos", |
27 | 30 | "build:e2e:ios": "detox build -c ios", |
28 | 31 | "build:e2e:android": "detox build -c android", |
|
38 | 41 | "react": "^16.8", |
39 | 42 | "react-native": ">=0.59" |
40 | 43 | }, |
| 44 | + "dependencies": { |
| 45 | + "deep-assign": "^3.0.0" |
| 46 | + }, |
41 | 47 | "devDependencies": { |
42 | 48 | "@babel/core": "7.4.5", |
43 | 49 | "@babel/runtime": "7.4.5", |
44 | 50 | "@react-native-community/eslint-config": "0.0.2", |
45 | 51 | "babel-jest": "24.8.0", |
46 | 52 | "babel-plugin-module-resolver": "3.1.3", |
47 | 53 | "detox": "12.6.1", |
| 54 | + "expo": "36.0.2", |
48 | 55 | "eslint": "5.1.0", |
49 | 56 | "flow-bin": "0.92.0", |
50 | 57 | "jest": "24.8.0", |
51 | 58 | "metro-react-native-babel-preset": "0.54.1", |
52 | 59 | "react": "16.6.3", |
| 60 | + "react-dom": "16.6.3", |
53 | 61 | "react-native": "0.59.10", |
| 62 | + "react-native-web": "~0.12.0", |
54 | 63 | "react-native-macos": "0.60.0-microsoft.50", |
55 | 64 | "react-test-renderer": "16.8.3" |
56 | 65 | }, |
|
0 commit comments