-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
59 lines (59 loc) · 1.86 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
{
"name": "breathly-app-expo",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"format": "prettier --write \"**/*.{ts,tsx,json,md}\"",
"typecheck": "tsc --noEmit",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "yarn lint --fix",
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-masked-view/masked-view": "0.2.8",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/native-stack": "^6.9.8",
"color": "^4.2.3",
"expo": "^47.0.13",
"expo-av": "~13.0.2",
"expo-build-properties": "~0.4.1",
"expo-dev-client": "~2.0.1",
"expo-haptics": "~12.0.1",
"expo-keep-awake": "~11.0.1",
"expo-linear-gradient": "~12.0.1",
"expo-navigation-bar": "~2.0.1",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-system-ui": "~2.0.1",
"ms": "^3.0.0-canary.1",
"nativewind": "^2.0.11",
"patch-package": "^6.5.1",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"typescript": "^4.6.3",
"zustand": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/color": "^3.0.3",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2"
}
}