-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.83 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.83 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
56
{
"name": "react-native-nitro-sqlite-example",
"version": "9.1.11",
"private": true,
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"bundle-install": "bundle install",
"pods": "cd ios && bundle exec pod install",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix",
"codegen": "bun react-native codegen"
},
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"@react-navigation/native": "^7.1.19",
"@react-navigation/native-stack": "^7.6.2",
"chai": "^4.3.7",
"chance": "^1.1.9",
"events": "^3.3.0",
"expo-status-bar": "^1.12.1",
"react": "19.1.1",
"react-native": "0.82.1",
"react-native-nitro-modules": "0.27.2",
"react-native-nitro-sqlite": "*",
"react-native-safe-area-context": "^5.5.2",
"react-native-screens": "^4.18.0",
"reflect-metadata": "^0.1.13",
"stream-browserify": "^3.0.0",
"typeorm": "0.3.27",
"util": "^0.12.5"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/plugin-proposal-decorators": "^7.20.5",
"@babel/preset-env": "^7.25.4",
"@babel/runtime": "^7.25.4",
"@react-native-community/cli": "20.0.2",
"@react-native-community/cli-platform-android": "20.0.2",
"@react-native-community/cli-platform-ios": "20.0.2",
"@react-native/babel-preset": "0.82.1",
"@react-native/eslint-config": "0.82.1",
"@react-native/metro-config": "0.82.1",
"@react-native/typescript-config": "0.82.1",
"@types/chai": "^4.3.4",
"@types/chance": "^1.1.3",
"@types/mocha": "^10.0.1",
"@types/node": "^22.7.4",
"@types/react": "^19.1.1",
"@types/react-test-renderer": "^19.1.0",
"mocha": "^10.1.0",
"postinstall-postinstall": "^2.1.0",
"react-test-renderer": "19.1.1"
}
}