-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.51 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
{
"name": "Honomi",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"scrape-codes": "tsx ./api/codesScraper.ts",
"scrape-assets": "tsx ./api/gameAssetsScraper.ts"
},
"dependencies": {
"@gorhom/portal": "^1.0.14",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@swan-io/react-native-browser": "^0.4.1",
"lz-string": "^1.5.0",
"react": "19.0.0",
"react-native": "0.78.0",
"react-native-auto-height-image": "^3.2.4",
"react-native-device-info": "^14.0.4",
"react-native-mmkv": "^3.2.0",
"react-native-reanimated": "^3.17.1",
"react-native-safe-area-context": "^5.2.0",
"react-native-screens": "^4.9.1",
"react-native-svg": "^15.11.2"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/runtime": "^7.26.9",
"@react-native-community/cli": "15.1.3",
"@react-native-community/cli-platform-android": "15.1.3",
"@react-native-community/cli-platform-ios": "15.1.3",
"@react-native/babel-preset": "0.78.0",
"@react-native/metro-config": "0.78.0",
"@react-native/typescript-config": "0.78.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.13.8",
"@types/react": "^19.0.10",
"jsdom": "^26.0.0",
"npm-run-all": "^4.1.5",
"tsx": "^4.19.3",
"typescript": "5.8.2"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@4.6.0"
}