-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.88 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "docscan",
"version": "1.20.0",
"private": true,
"scripts": {
"lint": "eslint '**/*.{js,ts,tsx}'",
"typecheck": "tsc --noEmit",
"start": "react-native start",
"android": "react-native run-android"
},
"dependencies": {
"@elementium/color": "file:../elementium/packages/color",
"@elementium/native": "file:../elementium/packages/native",
"@elementium/theme": "file:../elementium/packages/theme",
"@react-native-camera-roll/camera-roll": "^7.4.1",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-community/slider": "^4.5.0",
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.18",
"@realm/react": "^0.6.2",
"@shopify/flash-list": "^1.6.3",
"i18n-js": "^4.4.2",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-document-picker": "^9.1.1",
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.15.0",
"react-native-get-random-values": "^1.10.0",
"react-native-keyboard-controller": "^1.10.6",
"react-native-mmkv": "^2.11.0",
"react-native-orientation-locker": "^1.6.0",
"react-native-paper": "^5.12.3",
"react-native-reanimated": "^3.7.0",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.29.0",
"react-native-selection-mode": "^1.0.0",
"react-native-share": "^10.0.2",
"react-native-unistyles": "^2.3.0",
"react-native-vector-icons": "https://github.com/viniciusyoshioka/react-native-vector-icons",
"react-native-vision-camera": "3.9.0-beta.2",
"react-native-zip-archive": "^6.1.0",
"realm": "^12.6.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.21",
"@react-native/metro-config": "0.73.5",
"@realm/babel-plugin": "^0.2.0",
"@sayem314/react-native-keep-awake": "^1.2.2",
"@types/i18n-js": "^3.8.9",
"@types/react": "^18.2.6",
"@types/react-native-share": "^3.3.8",
"@types/react-native-vector-icons": "^6.4.18",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vinicius1313/eslint-config": "^1.0.0",
"@vinicius1313/tsconfig": "^1.0.0",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.56.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}