-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.68 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
{
"name": "quiznews",
"version": "1.0.0",
"main": "index.js",
"homepage": "https://quizzy-news.github.io/app/",
"scripts": {
"start": "concurrently \"tailwindcss -i input.css --postcss.config.js --watch\" \"expo start\"",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"deploy-gh": "gh-pages -d dist",
"predeploy": "expo export -p web",
"deploy-firebase": "firebase deploy --only hosting",
"test": "npx serve dist --single"
},
"dependencies": {
"@expo/metro-runtime": "~3.1.3",
"@react-native-masked-view/masked-view": "0.3.0",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.8",
"css": "^3.0.0",
"expo": "^51.0.32",
"expo-asset": "~10.0.10",
"expo-clipboard": "~6.0.3",
"expo-font": "~11.10.3",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"firebase": "^10.11.0",
"gh-pages": "^6.1.1",
"nativewind": "^2.0.11",
"postcss": "^8.4.47",
"quiznews": "file:",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-countdown-circle-timer": "^3.2.1",
"react-native-gesture-handler": "~2.14.0",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "^14.1.0",
"react-native-vector-icons": "^10.0.0",
"react-native-web": "~0.19.6",
"react-navigation-stack": "^2.10.4",
"tailwind": "^2.2.0",
"typescript": "~5.3.3",
"upgrade": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"tailwindcss": "^3.3.2"
},
"private": true
}