forked from zyra/ionic-super-tabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.17 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
{
"name": "ionic2-super-tabs",
"version": "4.0.1",
"description": "Swipeable tabs module for Ionic 3 Apps",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"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 <[email protected]>",
"license": "MIT",
"repository": "https://github.com/zyra/ionic2-super-tabs",
"devDependencies": {
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@angular/forms": "4.1.3",
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"conventional-changelog-cli": "^1.3.1",
"ionic-angular": "3.6.0",
"ionicons": "3.0.0",
"rxjs": "5.4.0",
"typescript": "2.3.4",
"zone.js": "0.8.12"
},
"peerDependencies": {
"ionic-angular": "^3.5.0"
}
}