-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.54 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.54 KB
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
{
"name": "@sqliteai/todoapp",
"version": "1.0.7",
"description": "An Expo template for building apps with the SQLite CloudSync extension",
"repository": {
"type": "git",
"url": "git+https://github.com/sqliteai/sqlite-sync.git"
},
"author": "SQLiteAI",
"keywords": [
"expo-template",
"sqlite",
"cloudsync",
"todo",
"sync",
"react-native",
"expo",
"template"
],
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"clean": "cp .env .env.backup 2>/dev/null || true; git clean -fdX; mv .env.backup .env 2>/dev/null || true"
},
"expo": {
"entryPoint": "expo/AppEntry.js"
},
"dependencies": {
"@op-engineering/op-sqlite": "14.1.4",
"@react-native-picker/picker": "2.11.1",
"@react-native-vector-icons/fontawesome": "^12.4.0",
"@react-native-vector-icons/material-design-icons": "^12.4.0",
"@react-navigation/native": "^7.1.17",
"@react-navigation/stack": "^7.4.7",
"expo": "^53.0.22",
"expo-asset": "^12.0.12",
"expo-constants": "^18.0.13",
"expo-crypto": "~14.1.5",
"expo-status-bar": "~2.2.3",
"prop-types": "^15.8.1",
"react": "19.0.0",
"react-native": "0.79.6",
"react-native-gesture-handler": "~2.24.0",
"react-native-paper": "5.14.5",
"react-native-picker-select": "^9.3.1",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1"
},
"devDependencies": {
"@babel/core": "7.28.3",
"react-native-dotenv": "3.4.11"
}
}