-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
96 lines (96 loc) · 3.38 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
90
91
92
93
94
95
96
{
"name": "suuudokuuu",
"version": "1.14.1",
"private": true,
"scripts": {
"android": "expo run:android",
"cpd": "run -T jscpd --pattern \"**/*.{ts,tsx}\"",
"deadcode": "run -T ts-prune .",
"ios": "expo run:ios",
"lint": "run -T eslint --quiet --fix ./",
"prepare": "husky install",
"release": "release-it --ci",
"start": "expo start --dev-client",
"test": "run -T jest",
"test:coverage": "run -T jest --coverage",
"ts": "run -T tsc -p .",
"web": "expo start --web"
},
"resolutions": {
"@expo/config-plugins": "~6.0.0",
"@expo/prebuild-config": "~6.0.0",
"metro": "^0.73.7",
"metro-resolver": "^0.73.7",
"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",
"@expo/webpack-config": "^18.0.1",
"@react-native-async-storage/async-storage": "1.17.11",
"@reduxjs/toolkit": "^1.9.5",
"@rnw-community/shared": "^0.54.0",
"@rnw-community/wdio": "^0.54.0",
"date-fns": "^2.30.0",
"expo": "~48.0.18",
"expo-constants": "~14.2.1",
"expo-font": "~11.1.1",
"expo-haptics": "~12.2.1",
"expo-linking": "~4.0.1",
"expo-router": "^1.5.3",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-system-ui": "~2.2.1",
"expo-updates": "~0.16.4",
"jscpd": "^3.5.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.8",
"react-native-gesture-handler": "~2.9.0",
"react-native-reanimated": "2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-web": "~0.18.10",
"react-redux": "^8.0.5",
"redux-persist": "^6.0.0",
"rxjs": "^7.8.1",
"ts-prune": "^0.10.3"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.22.4",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@jest/globals": "^29.5.0",
"@release-it/conventional-changelog": "^5.1.1",
"@types/react": "~18.0.27",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@wdio/globals": "^8.10.6",
"babel-jest": "^29.5.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"husky": "^8.0.0",
"jest": "^29.5.0",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"react-native-version": "^4.0.0",
"release-it": "^15.10.5",
"sort-package-json": "^2.4.1",
"turbo": "1.10.1",
"typescript": "^4.9.4"
},
"packageManager": "yarn@3.5.1",
"overrides": {
"metro": "^0.73.7",
"metro-resolver": "^0.73.7"
}
}