-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.7 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
{
"name": "nolo-v2",
"main": "src/main.ts",
"version": "1.0.0",
"private": true,
"publishConfig": {
"access": "public"
},
"nativescript": {
"id": "org.nativescript.nolov2"
},
"files": [
"App_Resources",
"hooks",
"src",
"tools",
"!tools/assets",
".editorconfig",
"references.d.ts",
"tsconfig.json"
],
"keywords": [
"nstudio",
"nativescript",
"mobile",
"angular",
"{N}",
"tns",
"template",
"drawer",
"navigation",
"category-general"
],
"dependencies": {
"@angular/animations": "~17.3.0",
"@angular/common": "~17.3.0",
"@angular/compiler": "~17.3.0",
"@angular/core": "~17.3.0",
"@angular/forms": "~17.3.0",
"@angular/platform-browser": "~17.3.0",
"@angular/platform-browser-dynamic": "~17.3.0",
"@angular/router": "~17.3.0",
"@angular/cli": "^17.3.6",
"@nativescript/angular": "^17.0.0",
"@nativescript/core": "~8.7.0",
"@nativescript/theme": "~3.0.2",
"nativescript-ui-sidedrawer": "~15.2.0",
"nativescript-http-formdata": "^3.1.1",
"@nativescript/background-http": "^6.0.1",
"@nativescript/datetimepicker": "^2.1.13",
"@nativescript/imagepicker": "^3.1.1",
"@nativescript/schematics": "^11.2.0",
"@nstudio/nativescript-cardview": "^2.0.2",
"nativescript-drop-down": "^6.0.2",
"reflect-metadata": "~0.2.2",
"moment": "^2.30.1",
"rxjs": "~7.8.0",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.3.0",
"@angular/compiler-cli": "~17.3.0",
"@nativescript/android": "8.7.0",
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.19",
"@ngtools/webpack": "~17.3.0",
"typescript": "~5.4.0"
}
}