-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.52 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
{
"name": "panting-react-native-template",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"ts-check": "tsc",
"test": "jest",
"lint": "eslint .",
"ios": "expo start --ios"
},
"dependencies": {
"@babel/preset-env": "^7.26.0",
"@react-native-async-storage/async-storage": "^2.0.0",
"@reduxjs/toolkit": "^2.2.8",
"@rneui/base": "4.0.0-rc.7",
"@rneui/themed": "4.0.0-rc.8",
"expo": "~51",
"expo-constants": "~16.0.2",
"expo-linking": "~6.3.1",
"expo-localization": "^15.0.3",
"expo-modules-autolinking": "^1.11.1",
"expo-modules-core": "^1.12.21",
"expo-router": "~3.5.23",
"expo-status-bar": "~1.12.1",
"i18next": "^23.16.4",
"intl-pluralrules": "^2.0.1",
"react": "~18.3.1",
"react-i18next": "^15.0.2",
"react-native": "^0.75",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "3.34.0",
"react-native-vector-icons": "^10.2.0",
"react-redux": "^9.1.2",
"redux": "^5.0.0",
"redux-persist": "^6.0.0",
"typescript": "^5.6.3"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react-native": "^12.8.0",
"@types/jest": "^29.5.13",
"@types/react": "~18.3",
"ajv": "^8.17.1",
"eslint": "8",
"eslint-config-universe": "^13.0.0",
"jest": "^29.7.0",
"jest-expo": "^51.0",
"prettier": "^3.3.3",
"react-test-renderer": "~18.3",
"ts-jest": "^29.2.4"
},
"private": true
}