-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
120 lines (120 loc) · 4.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
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
{
"name": "papillonvex",
"version": "7.5.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "tsc && eslint .",
"prebuild": "npx expo prebuild && npm run restore-app-icon",
"restore-app-icon": "cp -a ./AppIcon.appiconset.backup/. ios/Papillon/Images.xcassets/AppIcon.appiconset/"
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@birdwingo/react-native-reanimated-graph": "^1.1.3",
"@candlefinance/app-icon": "^0.4.5",
"@notifee/react-native": "^7.8.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-community/netinfo": "11.3.1",
"@react-native-cookies/cookies": "^6.2.1",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-native/assets-registry": "^0.76.1",
"@react-navigation/bottom-tabs": "^6.6.0",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.4.0",
"axios": "^1.7.7",
"buffer": "^6.0.3",
"cal-parser": "^1.0.2",
"date-fns": "^3.6.0",
"esup-multi.js": "^1.0.2",
"expo-asset": "^10.0.10",
"expo-auth-session": "~5.5.2",
"expo-av": "~14.0.6",
"expo-barcode-scanner": "~13.0.1",
"expo-blur": "~13.0.2",
"expo-brightness": "~12.0.1",
"expo-camera": "~15.0.16",
"expo-clipboard": "~6.0.3",
"expo-constants": "~16.0.2",
"expo-crypto": "~13.0.2",
"expo-dev-menu": "^5.0.16",
"expo-device": "~6.0.2",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.10",
"expo-haptics": "~13.0.1",
"expo-image-picker": "~15.0.7",
"expo-intent-launcher": "^11.0.1",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "^6.3.1",
"expo-location": "~17.0.1",
"expo-manifests": "^0.14.3",
"expo-media-library": "~16.0.5",
"expo-navigation-bar": "~3.0.7",
"expo-sensors": "~13.0.9",
"expo-sharing": "~12.0.1",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-task-manager": "~11.8.2",
"expo-web-browser": "~13.0.3",
"ezly": "^1.3.0",
"html-entities": "^2.5.2",
"html-react-parser": "^5.1.12",
"html-to-text": "^9.0.5",
"https": "^1.0.0",
"js-base64": "^3.7.7",
"lodash": "^4.17.21",
"lottie-react-native": "^6.7.0",
"lucide-react-native": "^0.378.0",
"openid-client": "^5.7.0",
"pawdirecte": "^1.6.0",
"pawnilim": "^0.2.0",
"pawnote": "^1.0.3",
"pawrd": "^0.6.1",
"react": "18.2.0",
"react-native": "^0.74.3",
"react-native-barcode-svg": "^0.0.15",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-draglist": "^3.6.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-infinite-pager": "^0.3.16",
"react-native-pager-view": "6.3.0",
"react-native-parsed-text": "^0.0.22",
"react-native-pressable-scale": "^2.1.0",
"react-native-qrcode-svg": "^6.3.1",
"react-native-reanimated": "~3.10.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "^15.2.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-view-shot": "3.8.0",
"react-native-webview": "13.8.6",
"reanimated-color-picker": "^3.0.4",
"scolengo-api": "^3.0.5",
"text-encoding": "^0.7.0",
"turboself-api": "^2.0.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-transform-class-static-block": "^7.25.8",
"@stylistic/eslint-plugin": "^2.1.0",
"@types/base-64": "^1.0.2",
"@types/html-to-text": "^9.0.4",
"@types/lodash": "^4.17.7",
"@types/react": "~18.2.45",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-native": "^4.1.0",
"expo": "~51.0.38",
"react-native-svg-transformer": "^1.5.0",
"typescript": "~5.3.3"
},
"private": true
}