forked from timdoege/ns-bottom-navigation-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·34 lines (34 loc) · 1.09 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
{
"name": "org.nativescript.nestedroutertabview",
"main": "src/main.ts",
"version": "1.0.0",
"private": true,
"dependencies": {
"@angular/animations": "~13.2.0",
"@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.2",
"@angular/forms": "~13.2.0",
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",
"@nativescript-community/ui-barcodeview": "^3.5.4",
"@nativescript-community/ui-material-core": "~7.0.0",
"@nativescript-community/ui-material-bottom-navigation": "~7.0.0",
"@nativescript/angular": "^13.0.3",
"@nativescript/core": "~8.2.1",
"@nativescript/theme": "~3.0.1",
"rxjs": "~7.4.0",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.2.0",
"@angular/compiler-cli": "~13.2.0",
"@nativescript/ios": "~8.2.1",
"@nativescript/android": "~8.2.1",
"@nativescript/types": "~8.2.0",
"@nativescript/webpack": "~5.0.0",
"@ngtools/webpack": "~13.2.0",
"typescript": "~4.5.5"
}
}