forked from ufosc/Alarm-Clock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.18 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
{
"name": "alarm-clock",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"tunnel": "expo start --tunnel",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint .",
"format": "prettier --check ."
},
"dependencies": {
"@react-native-community/datetimepicker": "^7.6.2",
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.18",
"expo": "~50.0.3",
"expo-haptics": "^12.8.1",
"expo-status-bar": "~1.11.1",
"moment": "^2.30.1",
"react": "18.2.0",
"react-native": "0.73.2",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-push-notification": "^8.1.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-native": "^4.1.0",
"prettier": "3.2.5"
},
"private": true
}