This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.93 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
{
"main": "index.js",
"name": "hyoka",
"description": "Obtener calificaciones UAE",
"version": "2.0.6",
"repository": "https://github.com/lxndr-rl/Hyoka",
"author": {
"name": "lxndr",
"url": "https://hyoka.lxndr.dev/"
},
"homepage": "/",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"fixLint": "eslint . --ignore-path .gitignore --fix",
"bweb": "set \"GENERATE_SOURCEMAP=false\" && expo export:web"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^19.0.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"expo": "^49.0.0",
"expo-device": "~5.4.0",
"expo-image": "~1.3.2",
"expo-linear-gradient": "~12.3.0",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.12",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.3",
"react-native-app-intro-slider": "^4.0.4",
"react-native-gesture-handler": "~2.12.0",
"react-native-modal-selector": "^2.1.2",
"react-native-modals": "https://github.com/lxndr-rl/react-native-modals",
"react-native-reanimated": "~3.3.0",
"react-native-rolling-text": "^0.0.2",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-web": "~0.19.6",
"react-native-webp-format": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"eslint": "^8.24.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"webpack-bundle-analyzer": "^4.6.1"
},
"private": true
}