-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.13 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.13 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
57
58
59
60
61
62
63
64
65
{
"name": "mynote",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@gluestack-style/react": "^1.0.57",
"@gluestack-ui/config": "^1.1.20",
"@gluestack-ui/themed": "^1.1.48",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-vector-icons/material-design-icons": "^7.4.47-alpha.25",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"i18next": "^23.14.0",
"lucide-react-native": "^0.438.0",
"moment": "^2.30.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^15.0.1",
"react-native": "0.75.3",
"react-native-crypto-js": "^1.0.0",
"react-native-device-info": "^11.1.0",
"react-native-document-picker": "^9.3.1",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.19.0",
"react-native-highlighter": "^1.0.7",
"react-native-localize": "^3.2.1",
"react-native-permissions": "^4.1.5",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "^4.10.9",
"react-native-screens": "^3.34.0",
"react-native-sha256": "^1.4.10",
"react-native-sqlite-storage": "npm:@boltcode/react-native-sqlite-storage@^7.0.0",
"react-native-svg": "^15.14.0",
"react-native-uuid-generator": "^6.1.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.75.2",
"@react-native/eslint-config": "0.75.2",
"@react-native/metro-config": "0.75.2",
"@react-native/typescript-config": "0.75.2",
"@types/react-native-crypto-js": "^1.0.3",
"@types/react-native-sqlite-storage": "^6.0.5",
"@types/react-native-uuid-generator": "^4.0.2",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}