-
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.53 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.53 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
{
"main": "src/App.tsx",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint:eslint": "eslint ./src --ext .js,.ts,.jsx,.tsx --fix",
"prettier": "prettier --write \"src/**/*\"",
"lint": "yarn lint:eslint && yarn prettier",
"prepare": "husky install"
},
"dependencies": {
"@eva-design/eva": "^2.2.0",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"babel-preset-expo": "^12.0.2",
"expo": "52.0.11",
"expo-linear-gradient": "~14.0.1",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-heroicons": "^4.0.0",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"twrnc": "^4.5.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@react-native-community/eslint-config": "^2.0.0",
"@types/react": "~18.3.12",
"@types/react-native": "~0.63.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "^8",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"husky": "^8.0.0",
"prettier": "^2.2.1",
"typescript": "~5.3.3"
},
"private": true
}