-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.6 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
{
"name": "campusapp",
"version": "2.9.12",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"lint": "eslint ."
},
"dependencies": {
"@howljs/calendar-kit": "^2.2.0",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/material-top-tabs": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"@xmldom/xmldom": "^0.9.2",
"date-fns": "^3.2.0",
"ical.js": "^2.0.1",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-gesture-handler": "^2.16.1",
"react-native-nfc-manager": "^3.14.14",
"react-native-pager-view": "^6.3.1",
"react-native-reanimated": "^3.9.0",
"react-native-safe-area-context": "^4.10.1",
"react-native-screens": "^3.31.1",
"react-native-tab-view": "^3.3.0",
"react-native-vector-icons": "^10.0.0",
"react-native-webview": "^13.8.7"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "0.76.3",
"@react-native/eslint-config": "0.76.3",
"@react-native/metro-config": "0.76.3",
"@react-native/typescript-config": "0.76.3",
"@types/react": "^18.2.6",
"prettier": "3.2.5",
"typescript": "5.4.3"
},
"engines": {
"node": ">=18"
}
}