-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 2.2 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
56
57
58
59
60
61
62
{
"name": "dev.fuwa.pskey",
"version": "1.8.4",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@check-light-or-dark/color": "^1.0.3",
"@react-native-async-storage/async-storage": "^1.19.1",
"@react-native-firebase/app": "^18.3.1",
"@react-native-firebase/messaging": "^18.3.1",
"@react-native-picker/picker": "^2.4.10",
"i18next": "^23.12.1",
"misskey-js": "^2024.7.0-beta.1",
"react": "^18.3.1",
"react-i18next": "^15.0.0",
"react-native": "^0.74.3",
"react-native-bootsplash": "^6.0.0",
"react-native-dialog": "^9.3.0",
"react-native-dialog-input": "^1.0.8",
"react-native-localize": "^3.2.0",
"react-native-navigation-bar-color": "^2.0.2",
"react-native-pager-view": "^6.3.3",
"react-native-storage": "^1.0.1",
"react-native-tab-view": "patch:react-native-tab-view@npm%3A3.5.2#~/.yarn/patches/react-native-tab-view-npm-3.5.2-fb6cb6fe6f.patch",
"react-native-url-polyfill": "^2.0.0",
"react-native-webview": "^13.10.5"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.9",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@tsconfig/react-native": "^3.0.0",
"@types/react": "~18.2.17",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"babel-jest": "^29.7.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^3.3.3",
"react-test-renderer": "^18.3.1",
"typescript": "^5.5.3"
},
"engines": {
"node": ">=18"
},
"private": true,
"packageManager": "yarn@4.3.1+sha512.af78262d7d125afbfeed740602ace8c5e4405cd7f4735c08feb327286b2fdb2390fbca01589bfd1f50b1240548b74806767f5a063c94b67e431aabd0d86f7774"
}