-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.57 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.57 KB
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
{
"name": "react-native-paper-navigation-theme-context",
"version": "1.3.1",
"description": "Theme Context for react-native (needs react, react-native and react-native-paper), to support Light, Dark and Default (your device) theme for your react-native-paper and react-navigation components.",
"main": "dist/index.js",
"scripts": {
"test": "node dist/test.js",
"build": "tsc",
"release": "standard-version",
"share": "git push --follow-tags origin main && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JebBarbas/react-native-paper-navigation-theme-context.git"
},
"keywords": [
"react",
"react-native",
"react-native-paper",
"react-navigation",
"theme",
"darkmode",
"context",
"lightmode",
"useColorScheme"
],
"author": "jebbarbas",
"license": "ISC",
"bugs": {
"url": "https://github.com/JebBarbas/react-native-paper-navigation-theme-context/issues"
},
"homepage": "https://github.com/JebBarbas/react-native-paper-navigation-theme-context#readme",
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.8"
},
"devDependencies": {
"@types/react": "^17.0.19",
"@types/react-native": "^0.64.13",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"react": "^17.0.2",
"react-native": "^0.65.1",
"react-native-paper": "^4.9.2",
"standard-version": "^9.3.1",
"typescript": "^4.4.2"
}
}