@aic-kits/react-native 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +112 -0
package/package.json
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@aic-kits/react-native",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public"
|
|
6
|
+
},
|
|
7
|
+
"files": [
|
|
8
|
+
"lib"
|
|
9
|
+
],
|
|
10
|
+
"main": "lib/index.ts",
|
|
11
|
+
"types": "lib/index.d.ts",
|
|
12
|
+
"scripts": {
|
|
13
|
+
"test": "jest",
|
|
14
|
+
"build": "tsc -p tsconfig.json",
|
|
15
|
+
"build:silent": "yarn tsc-silent",
|
|
16
|
+
"build:watch": "tsc -p tsconfig.json --watch",
|
|
17
|
+
"clean": "rm -rf lib",
|
|
18
|
+
"prepare": "yarn clean && yarn build",
|
|
19
|
+
"publish": "npm publish"
|
|
20
|
+
},
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"@adapty/react-native-ui": "^3.0.0",
|
|
23
|
+
"@emotion/native": "^11.11.0",
|
|
24
|
+
"@emotion/react": "^11.11.4",
|
|
25
|
+
"@firebase/util": "^1.9.5",
|
|
26
|
+
"@invertase/react-native-apple-authentication": "^2.4.0",
|
|
27
|
+
"@react-native-async-storage/async-storage": "^2.0.0",
|
|
28
|
+
"@react-native-firebase/app": "^19.2.2",
|
|
29
|
+
"@react-native-firebase/auth": "^19.2.2",
|
|
30
|
+
"@react-native-firebase/messaging": "^19.2.2",
|
|
31
|
+
"@react-native-google-signin/google-signin": "^11.0.1",
|
|
32
|
+
"@react-native-masked-view/masked-view": "^0.3.0",
|
|
33
|
+
"@react-navigation/bottom-tabs": "^6.5.20",
|
|
34
|
+
"@react-navigation/native": "^6.0.8",
|
|
35
|
+
"@react-navigation/native-stack": "^6.11.0",
|
|
36
|
+
"@react-navigation/stack": "^6.3.21",
|
|
37
|
+
"@shopify/flash-list": "^1.7.2",
|
|
38
|
+
"@shopify/react-native-skia": "1.5.0",
|
|
39
|
+
"@types/node": "^22.10.1",
|
|
40
|
+
"axios": "^1.6.8",
|
|
41
|
+
"dayjs": "^1.11.13",
|
|
42
|
+
"i18n-js": "^4.4.3",
|
|
43
|
+
"lodash": "^4.17.21",
|
|
44
|
+
"react": "^18.2.0",
|
|
45
|
+
"react-intl": "^6.6.6",
|
|
46
|
+
"react-native": "0.76.2",
|
|
47
|
+
"react-native-adapty": "^3.0.1",
|
|
48
|
+
"react-native-chart-kit": "^6.12.0",
|
|
49
|
+
"react-native-fbsdk-next": "^13.1.2",
|
|
50
|
+
"react-native-gesture-handler": "^2.18.1",
|
|
51
|
+
"react-native-get-random-values": "^1.11.0",
|
|
52
|
+
"react-native-haptic-feedback": "^2.2.0",
|
|
53
|
+
"react-native-image-crop-picker": "^0.41.4",
|
|
54
|
+
"react-native-linear-gradient": "^2.8.3",
|
|
55
|
+
"react-native-localize": "^3.1.0",
|
|
56
|
+
"react-native-orientation-locker": "^1.7.0",
|
|
57
|
+
"react-native-reanimated": "^3.15.0",
|
|
58
|
+
"react-native-safe-area-context": "^4.13.1",
|
|
59
|
+
"react-native-screens": "^3.34.0",
|
|
60
|
+
"react-native-sha256": "^1.4.10",
|
|
61
|
+
"react-native-svg": "^15.6.0",
|
|
62
|
+
"react-native-system-navigation-bar": "^2.6.4",
|
|
63
|
+
"react-native-toast-message": "^2.2.1",
|
|
64
|
+
"react-native-vector-icons": "^10.0.3",
|
|
65
|
+
"react-native-video": "^6.4.2",
|
|
66
|
+
"react-native-webview": "13.10.5",
|
|
67
|
+
"use-http": "^1.0.28",
|
|
68
|
+
"uuid": "^10.0.0"
|
|
69
|
+
},
|
|
70
|
+
"devDependencies": {
|
|
71
|
+
"@babel/core": "^7.25.2",
|
|
72
|
+
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
|
|
73
|
+
"@babel/preset-env": "^7.25.3",
|
|
74
|
+
"@babel/runtime": "^7.25.0",
|
|
75
|
+
"@eslint/compat": "^1.1.1",
|
|
76
|
+
"@eslint/eslintrc": "^3.1.0",
|
|
77
|
+
"@eslint/js": "^9.9.1",
|
|
78
|
+
"@react-native-community/cli": "15.0.1",
|
|
79
|
+
"@react-native-community/cli-platform-android": "15.0.1",
|
|
80
|
+
"@react-native-community/cli-platform-ios": "15.0.1",
|
|
81
|
+
"@react-native/babel-preset": "0.76.2",
|
|
82
|
+
"@react-native/eslint-config": "0.76.2",
|
|
83
|
+
"@react-native/metro-config": "0.76.2",
|
|
84
|
+
"@react-native/typescript-config": "^0.76.4",
|
|
85
|
+
"@types/jest": "^29.5.14",
|
|
86
|
+
"@types/lodash": "^4.17.0",
|
|
87
|
+
"@types/react": "^18.2.6",
|
|
88
|
+
"@types/react-native": "^0.73.0",
|
|
89
|
+
"@types/react-native-get-random-values": "^1.8.2",
|
|
90
|
+
"@types/react-native-vector-icons": "^6.4.18",
|
|
91
|
+
"@types/react-test-renderer": "^18.0.0",
|
|
92
|
+
"@types/uuid": "^10.0.0",
|
|
93
|
+
"babel-jest": "^29.6.3",
|
|
94
|
+
"babel-plugin-module-resolver": "^5.0.0",
|
|
95
|
+
"eslint": "^9.9.1",
|
|
96
|
+
"eslint-import-resolver-typescript": "^3.6.1",
|
|
97
|
+
"eslint-plugin-import": "^2.29.1",
|
|
98
|
+
"eslint-plugin-react": "^7.34.1",
|
|
99
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
100
|
+
"eslint-plugin-unused-imports": "^4.1.3",
|
|
101
|
+
"globals": "^15.9.0",
|
|
102
|
+
"jest": "^29.2.1",
|
|
103
|
+
"react-native-dotenv": "^3.4.11",
|
|
104
|
+
"react-test-renderer": "^18.2.0",
|
|
105
|
+
"typescript": "^5.7.2",
|
|
106
|
+
"typescript-eslint": "^8.17.0"
|
|
107
|
+
},
|
|
108
|
+
"engines": {
|
|
109
|
+
"node": ">=18"
|
|
110
|
+
},
|
|
111
|
+
"packageManager": "yarn@4.5.0"
|
|
112
|
+
}
|