OpenGlass/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2024-05-13 02:51:27 +08:00
{
"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": {
2024-05-26 03:16:20 +08:00
"@expo/metro-runtime": "^3.2.1",
2024-05-13 02:51:27 +08:00
"axios": "^1.6.8",
"cli-progress": "^3.12.0",
2024-05-26 03:16:20 +08:00
"expo": "^51.0.8",
"expo-status-bar": "^1.12.1",
"expo-system-ui": "^3.0.4",
2024-05-13 02:51:27 +08:00
"ollama": "^0.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
2024-05-26 03:16:20 +08:00
"react-native": "^0.74.1",
2024-05-13 02:51:27 +08:00
"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
}