-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.35 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.35 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
{
"author": "David Cibin",
"homepage": "www.davidcibin.com",
"name": "BoatingDay",
"version": "3.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/datetimepicker": "^8.2.0",
"axios": "^1.7.7",
"d3": "^7.9.0",
"expo": "^52.0.46",
"expo-location": "~18.0.10",
"expo-status-bar": "~2.0.1",
"lottie-react-native": "7.1.0",
"moment": "^2.30.1",
"react": "18.3.1",
"react-native": "0.76.9",
"react-native-dropdown-picker": "^5.4.6",
"react-native-svg": "15.8.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@eslint/js": "^9.24.0",
"@types/d3": "^7.4.3",
"@types/react": "~18.3.12",
"@types/react-native": "^0.73.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-native": "^5.0.0",
"globals": "^16.0.0",
"prettier": "^3.5.3",
"typescript": "~5.3.3",
"typescript-eslint": "^8.30.1"
},
"private": true
}