-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
89 lines (89 loc) · 3.31 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "suuudokuuu",
"version": "1.16.2",
"private": true,
"scripts": {
"android": "expo run:android",
"cpd": "jscpd --pattern \"**/*.{ts,tsx}\"",
"deadcode": "knip",
"format": "prettier --write \"./src/**/*.{ts,tsx}\"",
"ios": "expo run:ios",
"lint": "eslint --quiet --fix ./",
"prepare": "husky install",
"release": "release-it --ci",
"start": "expo start --dev-client",
"test": "jest",
"test:coverage": "jest --coverage",
"ts": "tsc -p .",
"web": "expo start --web"
},
"resolutions": {
"redux-persist@^6.0.0": "patch:redux-persist@npm%3A6.0.0#./.yarn/patches/redux-persist-npm-6.0.0-56dad69feb.patch"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^7.0.14",
"@reduxjs/toolkit": "^2.5.0",
"@rnw-community/shared": "^0.54.0",
"@rnw-community/wdio": "^0.54.0",
"date-fns": "^2.30.0",
"eslint-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
"expo": "~52.0.23",
"expo-constants": "~17.0.3",
"expo-dev-client": "~5.0.8",
"expo-font": "~13.0.2",
"expo-haptics": "~14.0.0",
"expo-linking": "~7.0.3",
"expo-router": "~4.0.15",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.6",
"expo-updates": "~0.26.10",
"react": "18.3.1",
"react-compiler-runtime": "19.0.0-beta-63e3235-20250105",
"react-dom": "18.3.1",
"react-native": "0.76.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-web": "~0.19.13",
"react-redux": "^9.2.0",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@jest/globals": "^29.5.0",
"@release-it/conventional-changelog": "^9.0.4",
"@types/node": "^22.10.5",
"@types/react": "~18.3.18",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@wdio/globals": "^8.10.6",
"babel-jest": "^29.5.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-native": "^5.0.0",
"husky": "^9.1.7",
"jest": "~29.7.0",
"jscpd": "^4.0.5",
"knip": "^5.41.1",
"lint-staged": "^15.3.0",
"prettier": "^3.4.2",
"react-native-version": "patch:react-native-version@npm%3A4.0.0#~/.yarn/patches/react-native-version-npm-4.0.0-521a73b041.patch",
"release-it": "^17.11.0",
"sort-package-json": "^2.12.0",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]"
}