@chem-po/react-native 0.0.2
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 +96 -0
- package/src/index.ts +5 -0
package/package.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@chem-po/react-native",
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"main": "src/index.ts",
|
|
5
|
+
"types": "src/index.ts",
|
|
6
|
+
"publishConfig": {
|
|
7
|
+
"access": "public"
|
|
8
|
+
},
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"import": {
|
|
12
|
+
"default": "./dist/index.js"
|
|
13
|
+
},
|
|
14
|
+
"require": {
|
|
15
|
+
"default": "./dist/index.cjs"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"sideEffects": false,
|
|
20
|
+
"license": "MIT",
|
|
21
|
+
"files": [
|
|
22
|
+
"dist"
|
|
23
|
+
],
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"@chem-po/core": "0.0.2",
|
|
26
|
+
"@chem-po/react": "0.0.2"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@babel/core": "^7.24.0",
|
|
30
|
+
"@babel/preset-env": "^7.25.4",
|
|
31
|
+
"@chromatic-com/storybook": "^2.0.2",
|
|
32
|
+
"@expo/metro-runtime": "~4.0.1",
|
|
33
|
+
"@types/react": "^18.3.1",
|
|
34
|
+
"babel-plugin-react-docgen-typescript": "^1.5.1",
|
|
35
|
+
"babel-plugin-react-native-web": "^0.19.10",
|
|
36
|
+
"storybook": "^8.5.3",
|
|
37
|
+
"tsup": "^8.0.1",
|
|
38
|
+
"typescript": "^5.7.2",
|
|
39
|
+
"vite": "^6.0.11"
|
|
40
|
+
},
|
|
41
|
+
"peerDependencies": {
|
|
42
|
+
"@expo/vector-icons": "^14.0.4",
|
|
43
|
+
"@react-native-community/blur": "^4.4.1",
|
|
44
|
+
"@react-native-community/slider": "4.5.5",
|
|
45
|
+
"expo-build-properties": "~0.13.3",
|
|
46
|
+
"expo-document-picker": "~13.0.3",
|
|
47
|
+
"expo-image-picker": "~16.0.6",
|
|
48
|
+
"@lottiefiles/dotlottie-react": "^0.6.5",
|
|
49
|
+
"@react-native-async-storage/async-storage": "1.23.1",
|
|
50
|
+
"@react-native-firebase/app": "^21.10.0",
|
|
51
|
+
"@react-native-firebase/auth": "^21.10.0",
|
|
52
|
+
"@react-native-firebase/firestore": "^21.10.0",
|
|
53
|
+
"@react-native-firebase/functions": "^21.10.0",
|
|
54
|
+
"@react-native-firebase/storage": "^21.10.0",
|
|
55
|
+
"expo": "~52.0.42",
|
|
56
|
+
"expo-constants": "~17.0.5",
|
|
57
|
+
"expo-dev-client": "~5.0.12",
|
|
58
|
+
"expo-status-bar": "~2.0.1",
|
|
59
|
+
"lottie-react-native": "^7.2.2",
|
|
60
|
+
"nested-property": "^4.0.0",
|
|
61
|
+
"react": "18.3.1",
|
|
62
|
+
"react-dom": "18.3.1",
|
|
63
|
+
"react-hook-form": "^7.55.0",
|
|
64
|
+
"react-native": "0.77.2",
|
|
65
|
+
"react-native-gesture-handler": "~2.22.1",
|
|
66
|
+
"react-native-notifier": "^2.0.0",
|
|
67
|
+
"react-native-paper": "^5.14.3",
|
|
68
|
+
"react-native-paper-dates": "^0.22.42",
|
|
69
|
+
"react-native-reanimated": "~3.16.7",
|
|
70
|
+
"react-native-safe-area-context": "5.1.0",
|
|
71
|
+
"react-native-screens": "~4.4.0",
|
|
72
|
+
"react-native-svg": "15.8.0",
|
|
73
|
+
"react-native-toast-message": "^2.2.1",
|
|
74
|
+
"react-native-web": "~0.19.13",
|
|
75
|
+
"zustand": "^4.3.3"
|
|
76
|
+
},
|
|
77
|
+
"expo": {
|
|
78
|
+
"install": {
|
|
79
|
+
"exclude": [
|
|
80
|
+
"react-native@~0.76.6",
|
|
81
|
+
"react-native-reanimated@~3.16.1",
|
|
82
|
+
"react-native-gesture-handler@~2.20.0",
|
|
83
|
+
"react-native-screens@~4.4.0",
|
|
84
|
+
"react-native-safe-area-context@~4.12.0",
|
|
85
|
+
"react-native-webview@~13.12.5"
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"scripts": {
|
|
90
|
+
"type-check": "tsc --noEmit",
|
|
91
|
+
"lint": "pnpm type-check && eslint \"src/**/*.ts*\" --fix --quiet",
|
|
92
|
+
"build": "tsup ./src/index.ts --tsconfig ./tsconfig.json --config ./tsup.config.ts",
|
|
93
|
+
"prebuild": "pnpm lint",
|
|
94
|
+
"clean": "rm -rf dist"
|
|
95
|
+
}
|
|
96
|
+
}
|