-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
31 lines (31 loc) · 997 Bytes
/
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
{
"nativescript": {
"id": "org.nativescript.datetimepicker.demovue",
"tns-android": {
"version": "6.1.0"
},
"tns-ios": {
"version": "6.1.0"
}
},
"description": "NativeScript DateTimePicker Demo Vue",
"license": "SEE LICENSE IN LICENSE FILE",
"repository": "https://github.com/NativeScript/nativescript-datetimepicker",
"dependencies": {
"nativescript-datetimepicker": "file:../src",
"nativescript-theme-core": "~1.0.4",
"nativescript-vue": "~2.4.0",
"tns-core-modules": "^6.0.0"
},
"devDependencies": {
"@babel/core": "~7.2.0",
"@babel/preset-env": "~7.2.0",
"babel-loader": "~8.0.0",
"nativescript-dev-webpack": "^1.0.0",
"nativescript-vue-template-compiler": "~2.4.0",
"node-sass": "~4.12.0",
"vue-loader": "~15.4.0",
"typescript": "~3.4.5"
},
"readme": "NativeScript DateTimePicker Demo Vue"
}