-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
55 lines (55 loc) · 1.83 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
{
"name": "tesla",
"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 .",
"format": "prettier --write ."
},
"dependencies": {
"@react-navigation/native": "6.1.7",
"@react-navigation/native-stack": "6.9.13",
"@react-spring/native": "9.7.3",
"@react-spring/three": "9.7.3",
"@react-three/drei": "9.80.9",
"@react-three/fiber": "8.13.7",
"expo": "49.0.9",
"expo-gl": "13.0.1",
"expo-linear-gradient": "12.3.0",
"expo-status-bar": "1.6.0",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-gesture-handler": "2.12.1",
"react-native-reanimated": "3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "3.22.0",
"react-native-svg": "13.9.0",
"three": "0.156.0"
},
"devDependencies": {
"@babel/core": "7.22.11",
"@tsconfig/react-native": "3.0.2",
"@types/react": "18.2.21",
"@types/react-native": "0.72.2",
"@types/three": "0.155.1",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"babel-plugin-module-resolver": "5.0.0",
"eslint": "8.48.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "3.0.3",
"typescript": "5.2.2"
},
"private": true
}