-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
147 lines (147 loc) · 5.51 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
143
144
145
146
147
{
"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 install",
"commit": "commit",
"bump": "standard-version",
"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": "pod-install"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@gorhom/bottom-sheet": "^4.5.1",
"@miblanchard/react-native-slider": "^2.2.0",
"@openspacelabs/react-native-zoomable-view": "^2.1.5",
"@orama/orama": "^2.0.0-beta.8",
"@polito/api-client": "^1.0.0-ALPHA.64",
"@react-native-async-storage/async-storage": "^1.18.2",
"@react-native-clipboard/clipboard": "^1.12.1",
"@react-native-community/blur": "^4.3.0",
"@react-native-community/geolocation": "^3.1.0",
"@react-native-community/netinfo": "^9.3.4",
"@react-native-firebase/app": "^18.3.0",
"@react-native-firebase/messaging": "^18.3.0",
"@react-native-menu/menu": "^0.9.1",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/elements": "^1.3.21",
"@react-navigation/material-top-tabs": "^6.6.3",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.13",
"@react-navigation/stack": "^6.3.17",
"@rnmapbox/maps": "^10.1.24",
"@sentry/react-native": "^5.22.2",
"@tanstack/query-async-storage-persister": "^4.33.0",
"@tanstack/react-query": "^4.29.18",
"@tanstack/react-query-persist-client": "^4.33.0",
"@types/luxon": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"color": "^4.2.3",
"domutils": "^3.0.1",
"geopoint": "^1.0.1",
"htmlparser2": "^8.0.1",
"i18next": "^21.10.0",
"intl": "^1.2.5",
"lodash": "^4.17.21",
"luxon": "^3.2.1",
"react": "18.2.0",
"react-i18next": "^11.18.6",
"react-native": "0.72.13",
"react-native-animated-dots-carousel": "^1.0.2",
"react-native-barcode-svg": "^0.0.15",
"react-native-blob-util": "^0.16.3",
"react-native-chart-kit": "^6.12.0",
"react-native-date-picker": "^4.3.3",
"react-native-device-info": "^10.3.0",
"react-native-document-picker": "^8.1.3",
"react-native-dotenv": "^3.3.1",
"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.13.1",
"react-native-html-to-pdf": "^0.12.0",
"react-native-image-crop-picker": "^0.38.0",
"react-native-keyboard-accessory": "^0.1.16",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-keychain": "^8.1.1",
"react-native-mime-types": "^2.3.0",
"react-native-modal": "^13.0.1",
"react-native-override-color-scheme": "^1.0.3",
"react-native-pager-view": "^6.2.0",
"react-native-path": "^0.0.5",
"react-native-pdf": "^6.6.2",
"react-native-permissions": "^3.10.1",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "^3.11.0",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "^4.5.3",
"react-native-screens": "^3.21.1",
"react-native-svg": "^15.2.0",
"react-native-tab-view": "^3.5.2",
"react-native-video": "^5.2.1",
"react-string-replace": "^1.1.0",
"react-usestateref": "^1.0.8",
"semver": "^7.5.4",
"superjson": "^1.13.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/runtime": "^7.20.0",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/prompt-cli": "^17.5.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.12",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@tsconfig/react-native": "^3.0.0",
"@types/color": "^3.0.3",
"@types/geojson": "^7946.0.10",
"@types/geopoint": "^1.0.1",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.192",
"@types/luxon": "^3.2.0",
"@types/node": "^16.11.65",
"@types/react": "~18.0.24",
"@types/react-native": "^0.70.4",
"@types/react-native-dotenv": "^0.2.0",
"@types/react-native-html-to-pdf": "^0.8.1",
"@types/react-native-pdf-lib": "^0.2.1",
"@types/react-native-video": "^5.0.14",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"babel-jest": "^29.2.1",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-typescript": "^1.0.10",
"eslint-plugin-react-native": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^7.0.0",
"jest": "^29.2.1",
"lint-staged": "^13.0.3",
"metro-react-native-babel-preset": "0.76.9",
"pod-install": "^0.2.2",
"prettier": "^2.7.1",
"react-test-renderer": "18.2.0",
"standard-version": "^9.5.0",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=18"
}
}