-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.78 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "badgemagic",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint . --fix",
"format": "prettier --write .",
"prepare": "husky"
},
"lint-staged": {
"{src,app}/**/*.{ts,tsx,js,jsx}": [
"yarn format",
"yarn lint"
]
},
"dependencies": {
"@react-native-community/slider": "^4.5.2",
"base64-js": "^1.5.1",
"dpld-ble": "./libs/dpld-ble-0.1.1.tgz",
"eslint-config-prettier": "^9.1.0",
"expo": "~50.0.14",
"expo-constants": "~15.4.6",
"expo-dev-client": "~3.3.11",
"expo-linking": "~6.2.2",
"expo-router": "3.4.8",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-hook-form": "^7.51.3",
"react-native": "0.73.6",
"react-native-pager-view": "^6.3.1",
"react-native-paper": "^5.12.3",
"react-native-safe-area-context": "^4.10.1",
"react-native-screens": "~3.29.0",
"react-native-tab-view": "^3.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.1.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/react": "~18.2.45",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"typescript": "5.3"
},
"private": true
}