-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 939 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 939 Bytes
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
{
"name": "react-native-js-only-modal",
"version": "1.0.8",
"description": "An enhanced, animated, customizable Modal for React Native. This is a javascript only Modal",
"author": "AlenToma",
"license": "MIT",
"repository": "AlenToma/react-native-js-modal",
"keywords": [
"react",
"react-native",
"modal",
"popup",
"react-native-js-modal",
"react-native-modal",
"native",
"backdrop",
"android",
"ios",
"windows",
"react-native-windows",
"react-native-web"
],
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.ts",
"scripts": {
"build": "tsc"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"react-native-animatable": "*",
"react-uuid": "*"
},
"devDependencies": {
"@types/react": "^16.9.27",
"typescript": "^4.9.5"
},
"files": [
"dist",
"src"
]
}