-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.67 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
{
"name": "@qeepsake/react-navigation-overlay",
"version": "2.0.0",
"description": "Don't we all wish that React Navigation had awesome Overlays like React Native Navigation ? Now it does 💪",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "microbundle-crl --no-compress --format modern,cjs",
"start": "microbundle-crl watch --no-compress --format modern,cjs",
"prepare": "run-s build",
"test": "jest",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"pre-commit": "lint-staged",
"postinstall": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Qeepsake/react-navigation-overlay.git"
},
"keywords": [
"react-navigation",
"react-native",
"react-native-navigation",
"overlays"
],
"author": "Aspect Apps Limited",
"license": "MIT",
"bugs": {
"url": "https://github.com/Qeepsake/react-navigation-overlay/issues"
},
"homepage": "https://github.com/Qeepsake/react-navigation-overlay#readme",
"dependencies": {
"react-native-modal": "^13.0.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/react": "^18.2.29",
"@types/react-native": "^0.72.5",
"@typescript-eslint/parser": "^4.26.1",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"microbundle-crl": "^0.13.10",
"npm-run-all": "^4.1.5",
"pinst": "^2.1.6",
"prettier": "^2.3.0",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-modal": "^13.0.1",
"semantic-release": "^17.4.3"
}
}