-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.46 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
62
63
64
65
{
"name": "modal-sheet",
"version": "1.4.10",
"license": "MIT",
"author": "Dodi candra <[email protected]> (https://github.com/dodicandra)",
"main": "dist/commonjs/index.js",
"react-native": "src/index.ts",
"module": "dist/module/index.js",
"types": "dist/typescript/index.d.ts",
"files": [
"src",
"dist",
"README.md",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"repository": {
"type": "git",
"url": "https://github.com/dodicandra/modal-sheet.git"
},
"homepage": "https://github.com/dodicandra/modal-sheet",
"scripts": {
"clr": "rm -rf dist",
"prepare": "yarn clr && bob build"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@dodicandra/eslint-config-rn": "^1.0.2",
"@types/react": "17.0.1",
"@types/react-native": "0.67.4",
"eslint": "7.14.0",
"prettier": "2.3.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-builder-bob": "^0.18.2",
"typescript": "^4.6.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63"
},
"keywords": [
"modal",
"react-native-modal",
"modal-sheets",
"react-native-modal",
"react-native-modal-sheets",
"react-native-modal"
],
"react-native-builder-bob": {
"source": "src",
"output": "dist",
"targets": [
"commonjs",
"module",
"typescript"
]
},
"eslintIgnore": [
"node_modules/",
"dist/"
]
}