OpenGlass/package.json

42 lines
1.1 KiB
JSON

{
"name": "find-anything-tester",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"prebuild": "expo prebuild",
"deploy": "gh-pages -t -d dist",
"predeploy": "expo export -p web",
"prompts": "ts-node ./prompts/generate.ts"
},
"dependencies": {
"@expo/metro-runtime": "~3.1.3",
"axios": "^1.6.8",
"cli-progress": "^3.12.0",
"expo": "~50.0.14",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.3",
"ollama": "^0.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-ble-plx": "^3.1.2",
"react-native-quick-base64": "^2.0.8",
"react-native-typography": "^1.4.1",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/cli-progress": "^3.11.5",
"@types/react": "~18.2.45",
"@types/web-bluetooth": "^0.0.20",
"gh-pages": "^6.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.1.3"
},
"private": true
}