-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathpackage.json
65 lines (65 loc) · 1.87 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": "react-native-animated-nav-tab-bar",
"version": "3.1.11",
"description": "Animated React Native TabBar Navigator for React Navigation",
"main": "dist/lib/index.js",
"module": "dist/lib/index.es.js",
"types": "dist/types/index.d.ts",
"scripts": {
"test": "test",
"build": "tsc --outDir dist/lib --declarationDir dist/types --declaration true && rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/torgeadelin/react-native-animated-nav-tab-bar.git"
},
"files": [
"dist"
],
"keywords": [
"react",
"react-native",
"react-component",
"react-navigation",
"navigation",
"ios",
"android",
"tab",
"tab-bar",
"bar",
"animation"
],
"author": "Catalin Adelin Torge @torgeadelin",
"license": "MIT",
"bugs": {
"url": "https://github.com/torgeadelin/react-native-animated-nav-tab-bar/issues"
},
"homepage": "https://github.com/torgeadelin/react-native-animated-nav-tab-bar#readme",
"devDependencies": {
"@react-navigation/native": "^6.1.7",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"@rollup/plugin-typescript": "^8.1.1",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.21",
"@types/react": "^18.0.27",
"@types/react-native": "^0.72.2",
"@types/react-test-renderer": "^17.0.0",
"metro-react-native-babel-preset": "^0.54.1",
"react": "^17.0.1",
"react-native-screens": "^3.22.1",
"rollup": "^2.38.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"styled-components": "^4.4.1",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
},
"dependencies": {},
"peerDependencies": {
"@react-navigation/native": "^6.1.7",
"react-native-screens": "^3.22.1",
"styled-components": "^4.4.1"
}
}