forked from zyra/ionic-super-tabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.19 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
33
34
35
36
37
38
{
"name": "ionic2-super-tabs",
"version": "4.1.5",
"description": "Swipeable tabs module for Ionic 3 Apps",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"ngc": "ngc",
"build": "rm -rf aot dist && ngc",
"postbuild": "npm run copy:scss",
"copy:scss": "cp src/components/super-tabs.scss dist/components/",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"postchangelog": "git commit -am \"chore(): update changelog\"",
"shipit": "npm run build && npm publish"
},
"author": "Ibby Hadeed <ibby@zyra.ca>",
"license": "MIT",
"repository": "https://github.com/zyra/ionic2-super-tabs",
"devDependencies": {
"@angular/common": "5.0.3",
"@angular/compiler": "5.0.3",
"@angular/compiler-cli": "5.0.3",
"@angular/core": "5.0.3",
"@angular/forms": "5.0.3",
"@angular/http": "5.0.3",
"@angular/platform-browser": "5.0.3",
"@angular/platform-browser-dynamic": "5.0.3",
"conventional-changelog-cli": "^1.3.4",
"ionic-angular": "3.9.2",
"ionicons": "3.0.0",
"rxjs": "5.5.2",
"typescript": "2.4.2",
"zone.js": "0.8.18"
},
"peerDependencies": {
"ionic-angular": "^3.9.2"
}
}