-
Notifications
You must be signed in to change notification settings - Fork 171
/
package.json
executable file
·39 lines (39 loc) · 1 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
{
"name": "@mindinventory/react-native-tab-bar-interaction",
"version": "2.2.3",
"description": "A tabbar component for React Native",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mindinventory",
"keywords": [
"react-native",
"basic-components",
"Tabbar",
"react-native-tabbar"
],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Mindinventory/react-native-tab-bar-interaction.git"
},
"private": false,
"bugs": {
"url": "https://github.com/Mindinventory/react-native-tab-bar-interaction/issues"
},
"homepage": "https://github.com/Mindinventory/react-native-tab-bar-interaction#readme",
"dependencies": {
"d3-shape": "3.0.1",
"react-native-svg": "12.1.1"
},
"devDependencies": {
"@types/node": "^16.11.13",
"@types/react-native": "^0.66.9",
"@types/d3-shape": "^3.0.2"
}
}