-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.56 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 4.56 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "educado-mobile",
"version": "1.1.0",
"private": true,
"main": "expo-router/entry",
"workspaces": [
"packages/*"
],
"scripts": {
"android": "expo run:android",
"build:config": "npm -w @educado/eslint-config-educado run build",
"build:packages": "npm run build:plugin && npm run build:config",
"build:plugin": "npm -w @educado/eslint-plugin-educado run build",
"ci:local": "ts-node ./scripts/ci-local.ts",
"ci:report": "node ./scripts/ci-report-problems.mjs",
"format": "prettier -w .",
"format:check": "prettier -c .",
"postinstall": "npm run build:packages",
"ios": "expo run:ios",
"lint": "eslint .",
"lint:ci": "npm run lint -- -f json -o eslint-report.json || true",
"lint:fix": "eslint --fix .",
"start": "expo start",
"test": "npm run test:plugin && jest",
"test:ci": "npm run test:packages && jest --ci --coverage",
"test:coverage": "jest --coverage",
"test:packages": "npm run test:plugin",
"test:plugin": "npm -w @educado/eslint-plugin-educado run test",
"test:watch": "jest --watch",
"tsc:check": "npm run tsc:check:packages; tsc --noEmit",
"tsc:check:config": "npm -w @educado/eslint-config-educado run tsc:check",
"tsc:check:packages": "npm run tsc:check:plugin && npm run tsc:check:config",
"tsc:check:plugin": "npm -w @educado/eslint-plugin-educado run tsc:check",
"tsc:ci": "node ./scripts/ci-tsc-report.mjs > tsc-report.json || true",
"generate-strapi-client": "openapi-ts"
},
"dependencies": {
"@eva-design/eva": "^2.1.1",
"@expo-google-fonts/dev": "^0.2.2",
"@expo-google-fonts/montserrat": "^0.4.2",
"@expo/vector-icons": "^15.0.3",
"@hey-api/openapi-ts": "0.85.2",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/netinfo": "11.4.1",
"@react-native-community/slider": "5.0.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@tanstack/query-async-storage-persister": "^5.90.7",
"@tanstack/react-query": "^5.90.5",
"@tanstack/react-query-persist-client": "^5.90.7",
"axios": "^1.12.2",
"clsx": "^2.1.1",
"expo": "~54.0.27",
"expo-asset": "~12.0.11",
"expo-audio": "~1.0.16",
"expo-build-properties": "~1.0.9",
"expo-camera": "~17.0.10",
"expo-constants": "~18.0.11",
"expo-dev-client": "~6.0.20",
"expo-file-system": "~19.0.20",
"expo-font": "~14.0.9",
"expo-image-picker": "~17.0.9",
"expo-jwt": "^1.6.5",
"expo-linear-gradient": "~15.0.8",
"expo-linking": "~8.0.10",
"expo-localization": "~17.0.8",
"expo-router": "~6.0.17",
"expo-sharing": "~14.0.8",
"expo-splash-screen": "~31.0.12",
"expo-status-bar": "~3.0.9",
"expo-video": "~3.0.15",
"i18n-js": "^4.5.1",
"intl": "^1.2.5",
"lottie-react-native": "~7.3.1",
"nativewind": "~4.1.23",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-alert-notification": "^0.3.5",
"react-native-circular-progress": "^1.3.9",
"react-native-gesture-handler": "~2.28.0",
"react-native-markdown-display": "^7.0.2",
"react-native-pager-view": "6.9.1",
"react-native-paper": "^4.12.5",
"react-native-reanimated": "~4.1.1",
"react-native-reanimated-carousel": "^4.0.3",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-shadow-2": "^7.1.2",
"react-native-slick": "^1.6.0",
"react-native-svg": "15.12.1",
"react-native-worklets": "0.5.1",
"zod": "^4.1.12"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@eslint/js": "^9.37.0",
"@jest/globals": "^29.7.0",
"@tanstack/eslint-plugin-query": "^5.91.2",
"@testing-library/react-native": "^13.3.3",
"@types/jest": "^29.5.14",
"@types/react": "~19.1.10",
"@types/react-test-renderer": "^19.1.0",
"axios-mock-adapter": "^2.1.0",
"babel-preset-expo": "^54.0.7",
"eslint": "^9.37.0",
"eslint-config-expo": "~10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-prefer-arrow-functions": "^3.9.1",
"jest": "^29.7.0",
"jest-expo": "~54.0.14",
"openapi-typescript-codegen": "^0.29.0",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"react-test-renderer": "19.1.0",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "~5.9.2",
"typescript-eslint": "^8.46.1"
},
"engines": {
"node": ">=20 <21"
}
}