-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.54 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
{
"name": "lego-native",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint --ext .js --ext .tsx --ext .ts . --ignore-path=.gitignore",
"prettier": "prettier '**/*.{js,ts,tsx,css,md,yml}' --write",
"lint:prettier": "prettier '**/*.{js,css,md,ts,tsx}' --check"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@tanstack/react-query": "^4.10.1",
"expo": "~46.0.9",
"expo-device": "^4.3.0",
"expo-notifications": "~0.16.1",
"expo-status-bar": "~1.4.0",
"moment": "^2.29.4",
"native-base": "^3.4.17",
"react": "18.0.0",
"react-native": "0.69.5",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.15.0",
"react-native-svg": "12.1.1"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@types/react": "^18.0.20",
"@types/react-native": "^0.70.2",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint": "^8.23.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-native": "^4.0.0",
"prettier": "^2.7.1",
"typescript": "^4.8.3"
}
}