-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.71 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
{
"name": "teste-tecnico-hand-talk",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"postinstall": "patch-package",
"test": "jest"
},
"dependencies": {
"@react-native-picker/picker": "^2.11.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@react-three/fiber": "^8.17.12",
"expo": "~52.0.25",
"expo-gl": "^15.0.3",
"expo-status-bar": "~2.0.1",
"expo-three": "^8.0.0",
"firebase": "^11.1.0",
"react": "18.3.1",
"react-hook-form": "^7.54.2",
"react-native": "0.76.6",
"react-native-dotenv": "^3.4.11",
"react-native-safe-area-context": "^5.1.0",
"react-native-screens": "^4.5.0",
"three": "^0.172.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@types/jest": "^29.5.14",
"@types/react": "~18.3.12",
"@types/react-native-dotenv": "^0.2.2",
"@types/three": "^0.172.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-native": "^5.0.0",
"jest": "^29.7.0",
"patch-package": "^8.0.0",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"typescript": "^5.3.3"
},
"private": true
}