-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
97 lines (97 loc) · 2.81 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "ionic2-extra",
"description": "Extra widgets for Ionic 2",
"homepage": "https://github.com/gnucoop/ionic2-extra",
"bugs": "https://github.com/gnucoop/ionic2-extra/issues",
"repository": {
"type": "git",
"url": "https://github.com/gnucoop/ionic2-extra.git"
},
"scripts": {
"build": "gulp build:components",
"build:prod": "gulp build:release",
"demo-app": "gulp serve:devapp",
"test": "gulp test",
"tslint": "gulp lint",
"stylelint": "gulp lint",
"e2e": "gulp e2e",
"deploy": "firebase deploy",
"webdriver-manager": "webdriver-manager"
},
"version": "0.2.3",
"license": "MIT",
"engines": {
"node": ">= 4.2.1 < 5"
},
"dependencies": {
"@angular/animations": "5.0.1",
"@angular/common": "5.0.1",
"@angular/compiler": "5.0.1",
"@angular/core": "5.0.1",
"@angular/forms": "5.0.1",
"@angular/http": "5.0.1",
"@angular/platform-browser": "5.0.1",
"@angular/platform-browser-dynamic": "5.0.1",
"@angular/platform-server": "5.0.1",
"@angular/router": "5.0.1",
"@ngx-translate/core": "^9.1.1",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"ionic-angular": "^3.9.2",
"moment": "^2.22.1",
"rxjs": "5.5.11",
"systemjs": "~0.19.47",
"zone.js": "0.8.18"
},
"devDependencies": {
"@angular/compiler-cli": "5.0.1",
"@biesbjerg/ngx-translate-extract": "^2.3.4",
"@ngx-translate/http-loader": "^2.0.1",
"@types/glob": "^5.0.33",
"@types/gulp": "^3.8.33",
"@types/hammerjs": "^2.0.35",
"@types/jasmine": "^2.6.0",
"@types/merge2": "^1.1.2",
"@types/minimist": "^1.2.0",
"@types/node": "^8.0.28",
"@types/run-sequence": "^0.0.29",
"browserstacktunnel-wrapper": "^2.0.1",
"conventional-changelog": "^1.1.6",
"express": "^4.16.1",
"firebase-tools": "^3.12.0",
"fs-extra": "^4.0.2",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-sass": "^3.1.0",
"gulp-server-livereload": "^1.9.2",
"gulp-shell": "^0.6.3",
"gulp-sourcemaps": "^2.6.1",
"gulp-typescript": "^3.2.2",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-browserstack-launcher": "^1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-sauce-launcher": "^1.2.0",
"madge": "^2.2.0",
"merge2": "^1.2.0",
"minimist": "^1.2.0",
"node-sass": "^4.5.3",
"protractor": "^5.1.2",
"protractor-accessibility-plugin": "^0.3.0",
"resolve-bin": "^0.4.0",
"rollup": "^0.50.0",
"run-sequence": "^2.2.0",
"sass": "^1.0.0-beta.2",
"selenium-webdriver": "^3.5.0",
"strip-ansi": "^4.0.0",
"stylelint": "^8.1.1",
"symlink-or-copy": "^1.1.8",
"ts-node": "^3.0.2",
"tslint": "^5.7.0",
"typescript": "~2.4.2",
"which": "^1.2.14"
}
}