-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 742 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 742 Bytes
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
{
"name": "comprar",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint:check": "biome lint",
"lint:fix": "biome lint --fix"
},
"dependencies": {
"expo": "53.0.20",
"expo-status-bar": "~2.2.3",
"lucide-react-native": "^0.525.0",
"react": "19.0.0",
"react-native": "0.79.5",
"react-native-svg": "15.11.2",
"@react-native-async-storage/async-storage": "2.1.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@biomejs/biome": "2.1.2",
"@types/react": "~19.0.10",
"typescript": "~5.8.3",
"ultracite": "5.0.46"
},
"private": true
}