-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.31 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.31 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "dev.fuwa.pskey",
"version": "1.9.0",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"postinstall": "patch-package",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@check-light-or-dark/color": "^1.0.3",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-firebase/app": "^23.0.1",
"@react-native-firebase/messaging": "^23.0.1",
"@react-native-picker/picker": "^2.11.1",
"i18next": "^25.3.6",
"misskey-js": "^2025.8.0-beta.0",
"react": "19.1.0",
"react-i18next": "^15.6.1",
"react-native": "^0.81.0",
"react-native-bootsplash": "^6.3.10",
"react-native-dialog": "^9.3.0",
"react-native-dialog-input": "^1.0.8",
"react-native-localize": "^3.5.2",
"react-native-navigation-bar-color": "^2.0.2",
"react-native-pager-view": "^6.9.1",
"react-native-safe-area-context": "^5.5.2",
"react-native-storage": "^1.0.1",
"react-native-tab-view": "^4.1.3",
"react-native-url-polyfill": "^2.0.0",
"react-native-webview": "^13.15.0"
},
"devDependencies": {
"@babel/core": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@babel/runtime": "^7.28.3",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native/babel-preset": "0.81.0",
"@react-native/eslint-config": "^0.81.0",
"@react-native/metro-config": "^0.81.0",
"@react-native/typescript-config": "0.81.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@tsconfig/react-native": "^3.0.6",
"@types/react": "^19.1.0",
"@types/react-test-renderer": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^8.39.1",
"@typescript-eslint/parser": "^8.39.1",
"babel-jest": "^30.0.5",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"jest": "^30.0.5",
"metro-react-native-babel-preset": "^0.77.0",
"patch-package": "^8.0.1",
"prettier": "^3.6.2",
"react-test-renderer": "19.1.0",
"typescript": "^5.9.2"
},
"engines": {
"node": ">=18"
},
"private": true
}