dashboard
repositories
activity
search
login
APPS
/
PAILot
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
feat: initial PAILot app — voice-first AI communicator
Matthias Nott
2026-03-02
aca79f31767ae6f03f47a284f3d0e80850c5fb02
[APPS/PAILot.git]
/
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
{
"name": "pailot",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~55.0.4",
"expo-av": "^16.0.8",
"expo-haptics": "~55.0.8",
"expo-router": "~55.0.3",
"expo-secure-store": "~55.0.8",
"expo-status-bar": "~55.0.4",
"nativewind": "^4",
"react": "19.2.0",
"react-native": "0.83.2",
"react-native-gesture-handler": "~2.30.0",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-svg": "15.15.3"
},
"devDependencies": {
"@types/react": "~19.2.2",
"babel-plugin-module-resolver": "^5.0.2",
"tailwindcss": "^3.4.19",
"typescript": "~5.9.2"
},
"private": true
}