-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "wawa-eats",
"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 .",
"ts:check": "tsc"
},
"dependencies": {
"@react-spring/three": "^9.7.3",
"@react-three/drei": "^9.105.4",
"@react-three/fiber": "^8.16.2",
"expo": "~50.0.14",
"expo-gl": "~13.6.0",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-safe-area-context": "~4.8.2",
"three": "^0.163.0",
"typescript": "^5.3.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@react-three/eslint-plugin": "^0.1.1",
"@types/react": "^18.2.79",
"@types/react-native": "^0.73.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "8",
"eslint-config-universe": "12.0.1",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"ts-node": "^10.9.2"
},
"private": true
}