-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.68 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.68 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
{
"nativescript": {
"id": "org.nativescript.datetimepicker.demong",
"tns-android": {
"version": "6.2.0"
},
"tns-ios": {
"version": "6.2.0"
}
},
"description": "NativeScript DateTimePicker Demo NG",
"license": "SEE LICENSE IN LICENSE FILE",
"repository": "https://github.com/NativeScript/nativescript-datetimepicker",
"scripts": {
"ci.tslint": "npm i && tslint --config '../tslint.json' 'src/**/*.ts'",
"build.plugin": "cd ../src && npm run build",
"e2e": "node ./node_modules/nativescript-dev-appium/check-dev-deps.js && tsc -p e2e && mocha --opts ./e2e/config/mocha.opts ",
"e2e-watch": "tsc -p e2e --watch"
},
"dependencies": {
"@angular/animations": "~9.1.0",
"@angular/common": "~9.1.0",
"@angular/compiler": "~9.1.0",
"@angular/core": "~9.1.0",
"@angular/forms": "~9.1.0",
"@angular/platform-browser": "~9.1.0",
"@angular/platform-browser-dynamic": "~9.1.0",
"@angular/router": "~9.1.0",
"@nativescript/angular": "https://github.com/nstudio/ns-ng/blob/master/nativescript-angular-9.0.0.tgz?raw=true",
"nativescript-angular": "https://github.com/nstudio/ns-ng/blob/master/nativescript-angular-compat.tgz?raw=true",
"nativescript-datetimepicker": "file:../src",
"nativescript-theme-core": "~1.0.4",
"reflect-metadata": "~0.1.10",
"rxjs": "^6.5.0",
"tns-core-modules": "^6.5.0",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular/compiler-cli": "~9.1.0",
"@ngtools/webpack": "~9.1.0",
"@types/node": "~10.12.18",
"nativescript-dev-webpack": "^1.5.0",
"tslint": "~5.11.0",
"typescript": "~3.8.3"
},
"readme": "NativeScript DateTimePicker Demo NG"
}