-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·107 lines (107 loc) · 3.36 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
{
"name": "cluey-web",
"version": "0.0.9",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx expo start --web",
"mobile": "npx expo start",
"dev": "npx expo start --dev-client",
"doctor": "npx expo-doctor",
"fix": "npx expo-doctor --fix-dependencies",
"bkp": "node bkp.js",
"build": "npx expo export:web",
"deploy": "firebase deploy",
"prod": "node prod.js"
},
"dependencies": {
"@expo/config-plugins": "^6.0.1",
"@expo/webpack-config": "^18.0.4",
"@freakycoder/react-native-helpers": "^2.0.2",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-navigation/compat": "^5.3.20",
"@react-navigation/core": "^6.4.8",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@react-navigation/web": "^1.0.0-alpha.9",
"add": "^2.0.6",
"axios": "^1.4.0",
"bulma": "^0.9.4",
"crypto-js": "^4.1.1",
"date-fns": "^2.30.0",
"dotenv": "^16.0.3",
"eventsource-polyfill": "^0.9.6",
"expo": "~48.0.15",
"expo-application": "^5.1.1",
"expo-auth-session": "^4.0.3",
"expo-camera": "^13.2.1",
"expo-constants": "^14.2.1",
"expo-crypto": "^12.2.2",
"expo-dev-client": "~2.2.1",
"expo-device": "^5.2.1",
"expo-font": "^11.1.1",
"expo-image-picker": "^14.1.1",
"expo-media-library": "^15.2.3",
"expo-random": "^13.1.1",
"expo-speech": "^11.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-system-ui": "~2.2.1",
"expo-web-browser": "^12.1.1",
"firebase": "^9.19.1",
"http": "^0.0.1-security",
"lottie-react-native": "5.1.4",
"native-base": "^3.4.28",
"nativewind": "^2.0.11",
"openai": "^3.3.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-google-login": "^5.2.2",
"react-lottie": "^1.2.3",
"react-native": "0.71.8",
"react-native-draggable": "^3.3.0",
"react-native-flags": "^1.0.0",
"react-native-gesture-handler": "~2.9.0",
"react-native-gifted-chat": "^2.1.0",
"react-native-localize": "^3.0.0",
"react-native-modal": "^13.0.1",
"react-native-popup-menu": "^0.16.1",
"react-native-reanimated": "~2.14.4",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-switch": "^1.5.1",
"react-native-user-avatar": "^1.0.8",
"react-native-userpic": "^1.0.0",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.10",
"react-navigation": "^4.4.4",
"react-redux": "^8.1.0",
"react-router-dom": "^6.11.2",
"react-router-native": "^6.10.0",
"redux": "^4.2.1",
"styled-components": "^5.3.9",
"uuid": "^9.0.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@eslint/create-config": "0.4.3",
"archiver": "^5.3.1",
"babel-eslint": "^10.1.0",
"babel-plugin-inline-dotenv": "^1.7.0",
"eslint": "^8.39.0",
"eslint-plugin-react": "^7.32.2",
"html-loader": "^4.2.0",
"ncp": "^2.0.0",
"react-app-rewired": "^2.2.1",
"readline-sync": "^1.4.10",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0",
"webpack-merge": "^5.9.0"
},
"private": true
}