-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.28 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
{
"name": "lambertquiz",
"version": "1.0.0",
"private": false,
"main": "index.js",
"homepage": ".",
"description": "LambertQuiz is a React Native-based and cross-platform mobile app that offers an interactive quiz on various topics.",
"author": "Matteo Lambertucci matteolambertucci3@gmail.com mat.lambertucci@stud.uniroma3.it",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/MattDEV02/LambertQuiz.git"
},
"bugs": {
"url": "https://github.com/MattDEV02/LambertQuiz/issues"
},
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"all": "npm install && npm start"
},
"keywords": [
"cross-platform",
"quiz",
"react-native"
],
"dependencies": {
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-picker/picker": "2.4.10",
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.18",
"@rneui/themed": "^4.0.0-rc.8",
"@supabase/supabase-js": "^2.38.0",
"accordion-collapse-react-native": "^1.1.1",
"email-validator": "^2.0.4",
"emailjs-com": "^3.2.0",
"expo": "^49.0.21",
"expo-av": "~13.4.1",
"expo-build-properties": "^0.8.3",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"moment": "^2.30.1",
"native-base": "^3.4.28",
"react-native": "0.72.6",
"react-native-calendars": "^1.1303.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-gifted-charts": "^1.3.28",
"react-native-input-scroll-view": "^1.11.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-picker-select": "^9.0.0",
"react-native-reanimated": "~3.3.0",
"react-native-root-toast": "^3.5.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "^13.9.0",
"react-native-table-component": "^1.2.2",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.0.0",
"react-native-walkthrough-tooltip": "^1.5.0",
"react-native-web": "^0.19.10"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"react-native-dotenv": "^3.4.9"
},
"resolutions": {
"@expo/config-plugins": "^7.2.5"
}
}