-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.15 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
{
"name": "@satinto/tap_ui",
"version": "0.1.0",
"description": "Underdevelopment UI components for React Native",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SatinTo/tap_ui.git"
},
"keywords": [
"react-native",
"expo",
"ui",
"components"
],
"author": "SatinTo",
"bugs": {
"url": "https://github.com/SatinTo/tap_ui/issues"
},
"homepage": "https://github.com/SatinTo/tap_ui#readme",
"dependencies": {
"react-native-heroicons": "^4.0.0"
},
"peerDependencies": {
"@babel/runtime": "*",
"react": "*",
"react-native": "*",
"react-native-svg": "^15.7.1"
},
"devDependencies": {
"expo": ">=50.0.0",
"expo-constants": ">=15.0.0",
"expo-status-bar": ">=1.0.0",
"react": ">=18.2.0",
"react-native": ">=0.73.0",
"react-native-safe-area-context": ">=4.0.0",
"@types/react": "~18.2.45",
"@types/react-native": "^0.73.0",
"typescript": "^5.3.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}