-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 4.25 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 4.25 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "reacticx-ui",
"version": "1.21.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint --config .eslintrc.js 'src/**/*.{js,jsx,ts,tsx}'",
"lint:fix": "eslint --config .eslintrc.js 'src/**/*.{js,jsx,ts,tsx}' --fix",
"build": "echo ",
"test": "jest",
"release": "semantic-release",
"prepare": "npm run build",
"bump": "standard-version",
"commit": "bun scripts/commit.ts",
"type-check": "tsc --noEmit",
"docs": "typedoc",
"docs:deploy": "gh-pages -d docs",
"generate-registry": "bun scripts/cli/generate-registry/index.ts",
"deploy:wrangler": "npx tsx scripts/cli/generate-registry/index.ts && wrangler pages deploy ./src/components --project-name=reacticx-ui-components --branch=main"
},
"lint-staged": {
"*.ts": [
"eslint --fix"
]
},
"standard-version": {
"skip": {
"tag": false
},
"commitAll": true
},
"dependencies": {
"@gorhom/bottom-sheet": "^5.1.2",
"@hugeicons/core-free-icons": "^4.0.0",
"@hugeicons/react-native": "^1.0.11",
"@lodev09/react-native-true-sheet": "^3.3.1",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/elements": "^2.4.2",
"@react-navigation/material-top-tabs": "^7.2.13",
"@react-navigation/native": "^7.0.3",
"@react-navigation/native-stack": "^7.2.0",
"@react-navigation/stack": "^7.0.4",
"@sbaiahmed1/react-native-blur": "^4.2.1",
"@shopify/react-native-skia": "2.2.12",
"dayjs": "^1.11.13",
"expo": "~54.0.33",
"expo-blur": "~15.0.8",
"expo-constants": "~18.0.13",
"expo-dev-client": "~6.0.20",
"expo-device": "^55.0.9",
"expo-haptics": "~15.0.8",
"expo-ios-popover": "^0.1.2",
"expo-linear-gradient": "~15.0.8",
"expo-linking": "~8.0.11",
"expo-router": "~6.0.23",
"expo-status-bar": "~3.0.9",
"expo-symbols": "~1.0.8",
"expo-video": "~3.0.16",
"glow-ui": ".",
"moment": "^2.30.1",
"nativewind": "^4.2.1",
"prettier-plugin-tailwindcss": "0.5.11",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-animated-rolling-numbers": "^2.0.0",
"react-native-easing-gradient": "^1.1.1",
"react-native-gesture-handler": "~2.28.0",
"react-native-gifted-charts": "^1.4.60",
"react-native-gifted-chat": "^3.3.2",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-keyboard-controller": "^1.20.7",
"react-native-pager-view": "6.9.1",
"react-native-qrcode-styled": "^0.4.0",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-sound": "^0.13.0",
"react-native-svg": "^15.15.3",
"react-native-video": "^6.18.0",
"react-native-view-shot": "^4.0.3",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
"rn-fade-wrapper": "^0.1.9",
"svg-path-properties": "^2.0.0",
"swiftui-native": "^1.0.4",
"tailwindcss": "3.4.17"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@eslint/js": "^9.25.1",
"@release-it/conventional-changelog": "^10.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.5",
"@semantic-release/npm": "^13.1.4",
"@types/react": "~19.1.10",
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.31.0",
"dotenv": "^17.2.3",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-native": "^5.0.0",
"gh-pages": "^6.3.0",
"globals": "^16.0.0",
"husky": "^8.0.0",
"lint-staged": "^15.5.1",
"prettier": "^3.5.3",
"release-it": "^19.0.1",
"semantic-release": "^25.0.3",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.16",
"tsconfig-paths": "^4.2.0",
"typedoc": "^0.28.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.31.1"
},
"private": true
}