-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
47 lines (47 loc) · 1.67 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
{
"name": "alf.io-app",
"version": "1.8.0",
"description": "Alf.io Scan is the application used by event organizers to validate attendees tickets and also for letting sponsors collect contacts.",
"license": "Apache-2",
"readme": "Alf.io",
"repository": "https://github.com/alfio-event/Alf.ioBackoffice",
"dependencies": {
"@angular/animations": "~18.0.0",
"@angular/common": "~18.0.0",
"@angular/compiler": "~18.0.0",
"@angular/core": "~18.0.0",
"@angular/forms": "~18.0.0",
"@angular/platform-browser": "~18.0.0",
"@angular/platform-browser-dynamic": "~18.0.0",
"@angular/router": "~18.0.0",
"@nativescript/angular": "^18.0.0",
"@nativescript-community/ui-pulltorefresh": "^2.5.3",
"@nativescript/core": "~8.8.0",
"@nativescript/email": "^2.1.0",
"@nativescript/iqkeyboardmanager": "^2.1.1",
"@nativescript/secure-storage": "~3.0.0",
"@nativescript/theme": "~3.0.0",
"@nstudio/nativescript-barcodescanner": "~5.0.1",
"nativescript-feedback": "~2.0.0",
"nativescript-insomnia": "~2.0.0",
"nativescript-taptic-engine": "^2.1.0",
"nativescript-ui-dataform": "~15.2.0",
"nativescript-ui-listview": "~15.2.3",
"nativescript-vibrate": "~4.0.1",
"reflect-metadata": "~0.1.12",
"rxjs": "~7.8.0",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.0.0",
"@angular/compiler-cli": "~18.0.0",
"@nativescript/android": "~8.8.0",
"@nativescript/ios": "~8.8.0",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.12",
"@ngtools/webpack": "~18.0.0",
"sass": "~1.49.9",
"typescript": "~5.4.0"
},
"main": "./src/main.ts"
}