forked from JoshDSommer/nativescript-ngx-slides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (31 loc) · 1.18 KB
/
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
32
{
"name": "nativescript-ngx-slides",
"version": "0.4.4",
"description": "NativeScript + Angular version of the slides",
"main": "index",
"nativescript": {
"tns-ios": {
"version": "2.4.0"
}
},
"scripts": {
"prepare.dist": "./node_modules/.bin/ngc --p tsconfig.json",
"demo.ios": "npm run prepare.dist && cd demo && tns plugin add ../dist && tns run ios",
"demo.android": "npm run prepare.dist && cd demo && tns plugin add ../dist && tns run android",
"setup": "npm install && cd demo && npm install && cd .. && cd demo && tns plugin add .. && cd ..",
"dev.ios": "cd slides && tns run ios",
"dev.android": "cd slides && tns run android",
"ios": "xcproj --project platforms/ios/YourApp.xcodeproj touch; xcproj --project platforms/ios/Pods/Pods.xcodeproj touch; tns livesync ios --emulator --watch"
},
"devDependencies": {
"@angular/compiler": "^5.0.0",
"@angular/compiler-cli": "^5.0.0",
"typescript": "2.4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/TheOriginalJosh/nativescript-ngx-slides"
},
"author": "Josh Sommer <joshdsommer@gmail.com> (https://twitter.com/_JoshSommer)",
"license": "MIT"
}