-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 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
49
50
51
{
"name": "therrecord",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "npx expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --config jest.config.js",
"lint": "eslint '**/*.{js,jsx,ts,tsx}' --fix"
},
"dependencies": {
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"buffer": "^6.0.3",
"dotenv": "^16.4.5",
"expo": "~51.0.8",
"expo-av": "~14.0.5",
"expo-constants": "^16.0.2",
"expo-status-bar": "~1.12.1",
"firebase": "^10.12.2",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-dotenv": "^3.4.11",
"react-native-paper": "^5.12.3",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "^15.3.0",
"react-native-svg-transformer": "^1.4.0",
"react-native-vector-icons": "^10.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.5.1",
"@types/react": "^18.3.3",
"@types/react-native": "^0.73.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-native": "^4.1.0",
"jest": "^29.7.0",
"typescript": "^5.4.5"
},
"private": true
}