-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.13 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
{
"name": "dnd-tracker",
"version": "1.5.4",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-picker/picker": "^2.4.8",
"@react-navigation/core": "^6.2.2",
"@react-navigation/drawer": "^6.5.6",
"@react-navigation/native": "^6.1.1",
"@react-navigation/native-stack": "^6.9.6",
"@react-navigation/stack": "^6.3.10",
"@types/node": "^18.11.17",
"@types/react-dom": "^18.0.10",
"array-sort": "^1.0.0",
"clone": "^2.1.2",
"fast-deep-equal": "^3.1.3",
"lodash": "^4.17.21",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-big-list": "^1.6.0",
"react-native-dropdown-picker": "^5.4.3",
"react-native-dropdown-select-list": "^2.0.4",
"react-native-flash-message": "^0.3.1",
"react-native-gesture-handler": "^2.8.0",
"react-native-get-random-values": "^1.8.0",
"react-native-image-picker": "^4.10.3",
"react-native-material-dropdown": "^0.11.1",
"react-native-mmkv": "^2.5.1",
"react-native-paper": "^5.0.2",
"react-native-reanimated": "^2.13.0",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "~3.18.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.9",
"react-navigation-stack": "^2.10.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@tsconfig/react-native": "^2.0.3",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.5",
"@types/react": "^18.0.26",
"@types/react-native": "^0.70.8",
"@types/react-native-vector-icons": "^6.4.12",
"@types/react-test-renderer": "^18.0.0",
"@types/uuid": "^9.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"typescript": "^4.9.4"
},
"jest": {
"preset": "react-native"
},
"private": true
}