root / package.json @ master
Historique | Voir | Annoter | Télécharger (1,58 ko)
1 | f3d5fa3b | Eric Seigne | { |
---|---|---|---|
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 | e17c280a | Eric Seigne | "@nativescript/theme": "^2.3.3", |
27 | f3d5fa3b | Eric Seigne | "@nstudio/nativescript-checkbox": "^1.0.0", |
28 | e17c280a | Eric Seigne | "nativescript-angular": "^8.21.0", |
29 | f3d5fa3b | Eric Seigne | "nativescript-appversion": "^1.4.4", |
30 | "nativescript-background-http": "^4.2.1", |
||
31 | "nativescript-camera": "^4.5.0", |
||
32 | 97c759ce | Eric Seigne | "nativescript-font-scale": "^1.1.4", |
33 | 09487590 | Eric Seigne | "nativescript-imagepicker": "^7.1.0", |
34 | f3d5fa3b | Eric Seigne | "nativescript-photo-editor": "^1.1.0", |
35 | b4baaf9b | Eric Seigne | "nativescript-platform-css-free": "^1.6.16", |
36 | e17c280a | Eric Seigne | "nativescript-ui-sidedrawer": "^8.0.0", |
37 | f3d5fa3b | Eric Seigne | "reflect-metadata": "~0.1.12", |
38 | "rxjs": "^6.4.0", |
||
39 | e17c280a | Eric Seigne | "tns-core-modules": "^6.5.0", |
40 | f3d5fa3b | Eric Seigne | "zone.js": "~0.9.1" |
41 | }, |
||
42 | "devDependencies": {
|
||
43 | "@angular/compiler-cli": "~8.2.0", |
||
44 | "@ngtools/webpack": "~8.2.0", |
||
45 | "codelyzer": "~4.5.0", |
||
46 | "nativescript-dev-webpack": "~1.5.0", |
||
47 | "node-sass": "^4.7.1", |
||
48 | "tslint": "~5.19.0", |
||
49 | "typescript": "~3.5.3" |
||
50 | }, |
||
51 | "gitHead": "d8bdf0799a219051f28f8abd7c258d2bf2fce6e1", |
||
52 | "readme": "NativeScript Application" |
||
53 | } |