root / package.json @ b4baaf9b
Historique | Voir | Annoter | Télécharger (1,54 ko)
1 |
{ |
---|---|
2 |
"nativescript": {
|
3 |
"id": "fr.caprel.clicalbum", |
4 |
"tns-android": {
|
5 |
"version": "6.4.1" |
6 |
}, |
7 |
"tns-ios": {
|
8 |
"version": "6.4.0" |
9 |
} |
10 |
}, |
11 |
"description": "NativeScript Application", |
12 |
"license": "SEE LICENSE IN <your-license-filename>", |
13 |
"repository": "<fill-your-repository-here>", |
14 |
"scripts": {
|
15 |
"lint": "tslint \"src/**/*.ts\"" |
16 |
}, |
17 |
"dependencies": {
|
18 |
"@angular/animations": "~8.2.0", |
19 |
"@angular/common": "~8.2.0", |
20 |
"@angular/compiler": "~8.2.0", |
21 |
"@angular/core": "~8.2.0", |
22 |
"@angular/forms": "~8.2.0", |
23 |
"@angular/platform-browser": "~8.2.0", |
24 |
"@angular/platform-browser-dynamic": "~8.2.0", |
25 |
"@angular/router": "~8.2.0", |
26 |
"@nativescript/theme": "~2.3.0", |
27 |
"@nstudio/nativescript-checkbox": "^1.0.0", |
28 |
"nativescript-angular": "~8.21.0", |
29 |
"nativescript-appversion": "^1.4.4", |
30 |
"nativescript-background-http": "^4.2.1", |
31 |
"nativescript-camera": "^4.5.0", |
32 |
"nativescript-font-scale": "^1.1.4", |
33 |
"nativescript-photo-editor": "^1.1.0", |
34 |
"nativescript-platform-css-free": "^1.6.16", |
35 |
"nativescript-ui-sidedrawer": "~8.0.0", |
36 |
"reflect-metadata": "~0.1.12", |
37 |
"rxjs": "^6.4.0", |
38 |
"tns-core-modules": "~6.4.0", |
39 |
"zone.js": "~0.9.1" |
40 |
}, |
41 |
"devDependencies": {
|
42 |
"@angular/compiler-cli": "~8.2.0", |
43 |
"@ngtools/webpack": "~8.2.0", |
44 |
"codelyzer": "~4.5.0", |
45 |
"nativescript-dev-webpack": "~1.5.0", |
46 |
"node-sass": "^4.7.1", |
47 |
"tslint": "~5.19.0", |
48 |
"typescript": "~3.5.3" |
49 |
}, |
50 |
"gitHead": "d8bdf0799a219051f28f8abd7c258d2bf2fce6e1", |
51 |
"readme": "NativeScript Application" |
52 |
} |