-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.61 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.61 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
{
"name": "graph-rn-sample",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --simulator=\"iPhone 14\"",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@microsoft/microsoft-graph-client": "^3.0.7",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-community/datetimepicker": "^7.5.0",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"react": "18.2.0",
"react-native": "0.71.7",
"react-native-app-auth": "^6.4.3",
"react-native-gesture-handler": "^2.13.2",
"react-native-reanimated": "^3.5.4",
"react-native-safe-area-context": "^4.8.2",
"react-native-screens": "^3.29.0",
"windows-iana": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.22.20",
"@babel/runtime": "^7.23.9",
"@microsoft/microsoft-graph-types": "^2.40.0",
"@react-native-community/eslint-config": "^3.0.0",
"@tsconfig/react-native": "^3.0.3",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.41",
"@types/react-native": "^0.71.2",
"@types/react-test-renderer": "^18.0.7",
"babel-jest": "^29.4.3",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^2.8.5",
"react-test-renderer": "18.2.0",
"typescript": "^5.4.4"
},
"jest": {
"preset": "react-native"
}
}