forked from ionic-team/ionic-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.1 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
98
99
100
101
102
103
104
105
106
{
"private": "true",
"name": "ionic2",
"version": "2.0.0-beta.10",
"description": "A powerful framework for building mobile and progressive web apps with JavaScript and Angular 2",
"keywords": ["ionic", "framework", "mobile", "app", "hybrid", "webapp", "cordova", "progressive web app", "pwa"],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/driftyco/ionic.git"
},
"scripts": {
"test": "gulp karma",
"test:generators": "jasmine-node ./tooling/spec",
"link": "npm install && gulp src && npm link"
},
"dependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/forms": "0.2.0",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"colors": "^1.1.2",
"es6-shim": "^0.35.0",
"inquirer": "0.11.0",
"ionicons": "3.0.0",
"lodash": "3.10.1",
"mkdirp-no-bin": "0.5.1",
"q": "1.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12"
},
"devDependencies": {
"babel-plugin-transform-es2015-modules-systemjs": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-native-modules": "^6.6.0",
"canonical-path": "0.0.2",
"connect": "^3.3.4",
"conventional-changelog": "^0.5.3",
"cpr": "^0.4.1",
"del": "~1.1.1",
"dgeni": "^0.4.1",
"dgeni-packages": "^0.10.18",
"event-stream": "^3.3.1",
"github": "^0.2.4",
"glob": "^5.0.14",
"gulp": "~3.8.10",
"gulp-autoprefixer": "^2.3.0",
"gulp-babel": "^6.1.2",
"gulp-cached": "^1.1.0",
"gulp-concat": "~2.5.0",
"gulp-connect": "^2.2.0",
"gulp-conventional-changelog": "^0.7.0",
"gulp-if": "^1.2.5",
"gulp-insert": "^0.5.0",
"gulp-minify-css": "^1.2.2",
"gulp-remember": "^0.3.0",
"gulp-rename": "~1.2.0",
"gulp-sass": "^2.0.4",
"gulp-scss-lint": "^0.3.9",
"gulp-shell": "^0.4.0",
"gulp-strip-debug": "^1.1.0",
"gulp-tslint": "^5.0.0",
"gulp-typescript": "2.12.1",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"html-entities": "^1.1.3",
"htmlparser2": "^3.8.3",
"ionic-cz-conventional-changelog": "^1.0.0",
"jasmine-core": "^2.4.1",
"jasmine-node": "^1.14.5",
"js-yaml": "^3.4.2",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"lazypipe": "^0.2.3",
"lunr": "^0.5.12",
"merge2": "^0.3.6",
"minimist": "^1.1.3",
"mkdirp": "^0.5.1",
"node-html-encoder": "0.0.2",
"node-libs-browser": "^0.5.2",
"request": "2.53.0",
"run-sequence": "^1.1.0",
"semver": "^5.0.1",
"serve-static": "^1.9.2",
"source-map-support": "^0.2.10",
"strip-sourcemap-loader": "0.0.1",
"systemjs": "0.19.6",
"through2": "^0.6.3",
"tslint": "^3.10.2",
"tslint-ionic-rules": "0.0.2",
"typescript": "1.8.7",
"vinyl": "^0.4.6",
"webpack": "^1.12.2",
"yargs": "^3.6.0"
},
"config": {
"commitizen": {
"path": "node_modules/ionic-cz-conventional-changelog"
}
}
}