-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
53 lines (53 loc) · 1.07 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
{
"name": "@trendui/react-native",
"version": "1.8.4",
"main": "index.ts",
"description": "A modern UI component library for React Native",
"homepage": "https://www.trendui.com",
"license": "MIT",
"keywords": [
"react-native",
"ui-library",
"components",
"trendui"
],
"bin": {
"trendui": "./bin/index.js"
},
"scripts": {
"start": "expo start"
},
"files": [
"src",
"scripts",
"tailwind.config.js",
"README.md",
"babel.config.cjs",
"metro.config.js"
],
"publishConfig": {
"access": "public"
},
"repository": {
"url": "https://github.com/trend-ui/trendui-react-native"
},
"dependencies": {
"tailwindcss": "3.4.16",
"twrnc": "^4.6.0",
"nativewind": "4.1.23",
"commander": "^11.0.0",
"inquirer": "^8.2.4",
"chalk": "^4.1.2",
"@expo/vector-icons": "^14.0.4",
"fs-extra": "^11.1.1"
},
"peerDependencies": {
"react-native": "0.76.3",
"expo": "~52.0.17",
"react": "18.3.1"
},
"devDependencies": {
"typescript": "^5.3.3",
"@types/react": "~18.3.12"
}
}