-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
142 lines (142 loc) · 5.37 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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "@polito/students-app",
"version": "1.6.6",
"private": true,
"scripts": {
"android": "react-native run-android --active-arch-only --appIdSuffix=dev",
"ios": "react-native run-ios --scheme='students dev'",
"start": "react-native start --reset-cache",
"test": "jest",
"prepare": "husky",
"commit": "commit",
"lint:check": "eslint '**/*.{ts,tsx}'",
"lint": "npm run lint:check -- --fix",
"format:check": "prettier --check '**/*.{ts,tsx,md}'",
"format": "prettier --write '**/*.{ts,tsx,md}'",
"types:check": "tsc --noEmit",
"check": "npm run lint:check && npm run format:check && npm run types:check",
"postinstall": "RCT_NEW_ARCH_ENABLED=0 pod-install"
},
"dependencies": {
"@formatjs/intl-datetimeformat": "^6.16.5",
"@formatjs/intl-getcanonicallocales": "^2.5.3",
"@formatjs/intl-locale": "^4.2.5",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-native-fontawesome": "^0.3.2",
"@gorhom/bottom-sheet": "^5.0.6",
"@miblanchard/react-native-slider": "^2.6.0",
"@openspacelabs/react-native-zoomable-view": "^2.1.6",
"@orama/orama": "^3.0.0-rc-1",
"@polito/api-client": "^2.0.1",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-clipboard/clipboard": "^1.14.3",
"@react-native-community/blur": "^4.4.1",
"@react-native-community/geolocation": "^3.4.0",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-firebase/app": "^21.2.0",
"@react-native-firebase/messaging": "^21.2.0",
"@react-native-menu/menu": "^1.1.6",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/material-top-tabs": "^6.6.14",
"@react-navigation/native-stack": "^6.11.0",
"@rnmapbox/maps": "^10.1.33",
"@sentry/react-native": "^5.33.1",
"@tanstack/query-async-storage-persister": "^5.56.2",
"@tanstack/react-query": "^4.29.18",
"color": "^4.2.3",
"geopoint": "^1.0.1",
"htmlparser2": "^9.1.0",
"i18next": "^23.16.4",
"intl": "^1.2.5",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"react": "18.3.1",
"react-i18next": "^15.0.2",
"react-native": "0.76.1",
"react-native-animated-dots-carousel": "^1.0.2",
"react-native-barcode-svg": "^0.0.15",
"react-native-blob-util": "^0.19.11",
"react-native-chart-kit": "^6.12.0",
"react-native-date-picker": "^5.0.7",
"react-native-device-info": "^13.0.0",
"react-native-document-picker": "^9.3.1",
"react-native-dotenv": "^3.4.11",
"react-native-fast-image": "^8.6.3",
"react-native-file-viewer": "^2.1.5",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.20.2",
"react-native-html-to-pdf": "^0.12.0",
"react-native-image-crop-picker": "^0.41.2",
"react-native-keyboard-accessory": "^0.1.16",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-keychain": "^8.2.0",
"react-native-localize": "^3.3.0",
"react-native-mime-types": "^2.5.0",
"react-native-modal": "^13.0.1",
"react-native-override-color-scheme": "^1.0.3",
"react-native-pager-view": "^6.4.1",
"react-native-path": "^0.0.5",
"react-native-pdf-light": "^2.4.1",
"react-native-permissions": "^4.1.5",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "^3.16.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "^3.35.0",
"react-native-svg": "^15.8.0",
"react-native-tab-view": "^3.5.2",
"react-native-video": "^6.7.0",
"react-string-replace": "^1.1.1",
"react-usestateref": "^1.0.9",
"semver": "^7.6.3",
"superjson": "^2.2.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/prompt-cli": "^17.5.0",
"@react-native-community/cli": "15.0.0",
"@react-native-community/cli-platform-android": "15.0.0",
"@react-native-community/cli-platform-ios": "15.0.0",
"@react-native/babel-preset": "0.76.1",
"@react-native/eslint-config": "0.76.1",
"@react-native/metro-config": "0.76.1",
"@react-native/typescript-config": "0.76.1",
"@total-typescript/ts-reset": "^0.5.1",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/color": "^3.0.6",
"@types/geojson": "^7946.0.10",
"@types/geopoint": "^1.0.3",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.9",
"@types/luxon": "^3.4.2",
"@types/node": "^16.11.65",
"@types/react": "^18.2.6",
"@types/react-native-dotenv": "^0.2.2",
"@types/react-native-html-to-pdf": "^0.8.3",
"@types/react-native-video": "^5.0.14",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.19.0",
"eslint-config-react-typescript": "^1.0.10",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^9.1.6",
"jest": "^29.6.3",
"lint-staged": "^15.2.10",
"pod-install": "^0.2.2",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}