-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
117 lines (117 loc) · 3.5 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
108
109
110
111
112
113
114
115
116
117
{
"name": "personaplus",
"main": "expo-router/entry",
"version": "0.0.6-preapp.27",
"scripts": {
"start": "expo start --go",
"start:clear": "expo start --go --clear",
"start:super-clear": "expo prebuild --clean && expo start --go --clear",
"start:dev": "expo start --clear",
"test": "jest --verbose",
"lint": "eslint --fix .",
"prettify": "prettier --w .",
"dep:check": "expo install --check",
"dep:fix": "expo install --fix",
"build": "eas build -p android --profile production",
"build:pre:only": "expo prebuild --clean",
"build:pre": "expo prebuild --clean && eas build -p android --profile production",
"build:dev": "eas build -p android --profile development",
"build:dev:pre": "expo prebuild --clean && eas build -p android --profile development",
"android": "expo run:android",
"ios": "expo run:ios"
},
"jest": {
"preset": "jest-expo",
"setupFiles": [
"./jest.setup.js"
]
},
"author": {
"name": "ZakaHaceCosas",
"email": "zakahacecosas@protonmail.com",
"url": "https://zakahacecosas.github.io/"
},
"contributors": [
{
"name": "Alvaro842DEV",
"url": "https://github.com/Alvaro842DEV/"
}
],
"bugs": {
"url": "https://github.com/ZakaHaceCosas/personaplus/issues",
"email": "zakahacecosas@protonmail.com"
},
"homepage": "https://github.com/ZakaHaceCosas/personaplus#readme",
"license": "GPL-3.0-only",
"description": "Give yourself a plus!",
"repository": "https://github.com/ZakaHaceCosas/personaplus",
"dependencies": {
"@expo/vector-icons": "^14.0.3",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/native": "^7.0.0",
"expo": "~52.0.20",
"expo-av": "~15.0.1",
"expo-build-properties": "~0.13.1",
"expo-constants": "~17.0.3",
"expo-dev-client": "~5.0.8",
"expo-device": "~7.0.1",
"expo-doctor": "^1.11.2",
"expo-font": "~13.0.1",
"expo-haptics": "~14.0.0",
"expo-linear-gradient": "~14.0.1",
"expo-linking": "~7.0.3",
"expo-localization": "~16.0.0",
"expo-location": "~18.0.4",
"expo-notifications": "~0.29.10",
"expo-router": "~4.0.14",
"expo-splash-screen": "~0.29.18",
"expo-sqlite": "~15.0.5",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.6",
"expo-web-browser": "~14.0.1",
"i18next": "^23.14.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^15.0.1",
"react-native": "0.76.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-timer-picker": "^2.0.2",
"react-native-web": "~0.19.13",
"rn-countdown-timer": "^4.0.3",
"semver": "^7.6.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/jest": "^29.5.12",
"@types/react": "~18.3.12",
"@types/react-test-renderer": "^18.0.7",
"@types/semver": "^7.5.8",
"ajv": "^8.17.1",
"eslint": "^8.57.0",
"eslint-config-expo": "~8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.2.1",
"jest-expo": "~52.0.2",
"prettier": "^3.3.3",
"react-test-renderer": "18.2.0",
"typescript": "~5.3.3"
},
"private": true,
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"enabled": true,
"exclude": [
"rn-countdown-timer",
"expo-doctor",
"i18next"
]
}
}
}
}