-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.19 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
{
"dependencies": {
"@supabase/supabase-js": "^1.28.5",
"autoprefixer": "^9",
"axios": "^0.24.0",
"expo": "^49.0.0",
"firebase": "^9.6.0",
"firebase-admin": "^10.0.0",
"grammy": "^1.18.1",
"luxon": "^2.1.1",
"next": "^13.4.3",
"node-telegram-bot-api": "^0.54.0",
"oembed-parser": "^2.0.0-rc2",
"open-graph-scraper": "^4.11.0",
"postcss": "^7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.5",
"react-native-super-grid": "^5.0.0",
"react-native-web": "~0.19.6",
"react-player": "^2.9.0",
"slugify": "^1.6.3",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"twrnc": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/next-adapter": "^5.0.2",
"@types/react": "~18.2.14",
"@types/react-native": "~0.64.12",
"typescript": "^5.1.3"
},
"scripts": {
"start": "export NODE_OPTIONS=--openssl-legacy-provider && next dev",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && next build && node setWebhook.js"
},
"private": true
}