-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.28 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.28 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
66
67
68
69
70
71
{
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@expo/config-plugins": "~7.2.2",
"@expo/prebuild-config": "~6.2.4",
"@expo/webpack-config": "^19.0.0",
"@material-ui/core": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.57",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-picker/picker": "2.4.10",
"@react-navigation/core": "^6.1.1",
"@react-navigation/native": "^6.0.0",
"@react-navigation/native-stack": "^6.5.0",
"@react-navigation/stack": "^5.14.2",
"@rneui/base": "^4.0.0-rc.5",
"@rneui/themed": "^4.0.0-rc.5",
"core-js": "^3.4.8",
"eslint-config-prettier": "^8.5.0",
"expo": "49.0.6",
"expo-calendar": "~11.3.2",
"expo-dev-client": "~2.4.13",
"expo-device": "~5.4.0",
"expo-linking": "~5.0.2",
"expo-notifications": "~0.20.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-store-review": "~6.4.0",
"expo-system-ui": "~2.4.0",
"expo-updates": "~0.18.19",
"feather-icons": "^4.28.0",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-native": "0.72.10",
"react-native-confetti": "^0.1.0",
"react-native-confetti-cannon": "^1.5.2",
"react-native-draggable-flatlist": "^4.0.0",
"react-native-elements": "^3.4.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-picker-select": "^8.0.4",
"react-native-reanimated": "~3.3.0",
"react-native-redash": "^18.0.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-simple": "^1.3.0",
"react-native-ui-lib": "^6.17.2",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"eslint": "^8.0.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.1",
"prettier": "2.7.1",
"typescript": "^5.1.3"
},
"private": true,
"name": "Schedule-Optimizer",
"version": "1.0.0"
}