forked from listenzz/react-native-troika
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.5 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@react-native-oh-tpl/react-native-nested-scroll",
"description": "A react-native NestedScrollView component.",
"version": "0.14.3-rc.1",
"main": "./src/index.tsx",
"react-native": "src/index",
"nativePackage": true,
"files": [
"harmony",
"src",
"package.json"
],
"repository": "https://github.com/react-native-oh-library/react-native-nested-scroll",
"author": "sdcx",
"license": "MIT",
"keywords": [
"react-native",
"nested-scroll"
],
"scripts": {
"tsc": "tsc",
"test": "jest",
"lint": "eslint . --fix --ext .js,.jsx,.ts,.tsx"
},
"peerDependencies": {
"react": ">=16.8",
"react-native": ">=0.60"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/runtime": "^7.13.10",
"@react-native-community/eslint-config": "^3.0.0",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.2",
"@types/react-native": "^0.67.0",
"@types/react-test-renderer": "17.0.2",
"babel-jest": "^27.0.6",
"jest": "^27.0.6",
"metro-react-native-babel-preset": "^0.66.2",
"react": "17.0.2",
"react-native": "^0.67.4",
"react-test-renderer": "17.0.2",
"eslint": "^7.32.0",
"typescript": "^4.6.4"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"harmony": {
"alias": "react-native-nested-events"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}