forked from mCodex/react-native-sensitive-info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.87 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "react-native-sensitive-info",
"version": "5.5.0",
"main": "RNSensitiveInfo.ts",
"description": "react-native-sensitive-info manages all data stored in Android Shared Preferences and iOS Keychain. You can set, get and delete keys/values using simple methods.",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"author": {
"name": "mCodex & ClassApp",
"email": "mtw.andrade@gmail.com"
},
"contributors": [
"Mateus Andrade mtw.andrade@gmail.com",
"Samin Shams <samin@classapp.co>"
],
"homepage": "https://github.com/mcodex/react-native-sensitive-info",
"bugs": {
"url": "https://github.com/mcodex/react-native-sensitive-info/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/mcodex/react-native-sensitive-info.git"
},
"keywords": [
"android",
"ios",
"keychain",
"shared-preferences",
"react-native"
],
"license": "MIT",
"peerDependencies": {
"react-native": "*"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"eslint": "^7.5.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.4",
"eslint-plugin-react-hooks": "^4.0.8",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-native": "^0.62.2",
"react-native-windows": "0.62.4",
"rollup": "^2.23.0",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-typescript2": "^0.27.1",
"typescript": "^3.9.7",
"yalc": "^1.0.0-pre.40"
}
}