@react-native-community/async-storage
Version:
Asynchronous, persistent, key-value storage system for React Native.
56 lines (55 loc) • 1.64 kB
JSON
{
"name": "@react-native-community/async-storage",
"version": "1.0.0",
"description": "Asynchronous, persistent, key-value storage system for React Native.",
"main": "lib/AsyncStorage.js",
"author": "Krzysztof Borowy <krizzu.dev@gmail.com>",
"contributors": [],
"homepage": "https://github.com/react-native-community/react-native-async-storage#readme",
"license": "MIT",
"keywords": [
"react-native",
"react native",
"async storage",
"asyncstorage",
"storage"
],
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/react-native-async-storage.git"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"peerDependencies": {
"react": "^16.0",
"react-native": "^0.57.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-jest": "24.1.0",
"babel-plugin-module-resolver": "^3.1.3",
"eslint": "5.1.0",
"eslint-config-fb-strict": "22.1.0",
"eslint-config-fbjs": "2.0.1",
"eslint-plugin-eslint-comments": "^3.0.1",
"eslint-plugin-flowtype": "2.43.0",
"eslint-plugin-jest": "21.8.0",
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.8.2",
"eslint-plugin-react-hooks": "^1.0.1",
"eslint-plugin-react-native": "3.5.0",
"flow-bin": "0.86.0",
"jest": "24.1.0",
"metro-react-native-babel-preset": "0.51.1",
"prettier": "^1.16.4",
"react": "16.6.3",
"react-native": "0.58.4",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}