-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 948 Bytes
/
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
{
"name": "becharged",
"version": "1.0.0",
"main": "./src/index.ts",
"engines": {
"node": ">=18"
},
"scripts": {
"start": "expo start",
"start:wsl": "REACT_NATIVE_PACKAGER_HOSTNAME=$(netsh.exe interface ip show address 'Ethernet' | grep 'IP Address' | sed -r 's/^.*IP Address:\\W*//') expo start",
"test": "npm run test:lint && npm run test:types",
"test:lint": "eslint .",
"test:types": "tsc"
},
"dependencies": {
"expo": "50.0.3",
"expo-status-bar": "1.11.1",
"expo-system-ui": "2.9.3",
"react": "18.2.0",
"react-native": "0.73.2",
"expo-location": "16.5.2",
"react-native-maps": "1.8.0"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@types/react": "18.2.48",
"@types/react-native": "0.73.0",
"eslint": "8.56.0",
"eslint-config-universe": "12.0.0",
"prettier": "3.2.4",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"private": true
}