forked from ionic-team/ionic-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 3.24 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"private": true,
"name": "ionic2",
"version": "2.0.0-beta.11",
"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.7",
"@angular/compiler": "2.0.0-rc.7",
"@angular/core": "2.0.0-rc.7",
"@angular/forms": "2.0.0-rc.7",
"@angular/http": "2.0.0-rc.7",
"@angular/platform-browser": "2.0.0-rc.7",
"@angular/platform-browser-dynamic": "2.0.0-rc.7",
"colors": "1.1.2",
"core-js": "2.4.1",
"inquirer": "0.11.0",
"ionicons": "3.0.0",
"lodash": "3.10.1",
"mkdirp-no-bin": "0.5.1",
"q": "1.4.1",
"rxjs": "5.0.0-beta.12",
"zone.js": "0.6.21"
},
"devDependencies": {
"@angular/compiler-cli": "0.6.1",
"@types/glob": "^5.0.29",
"@types/gulp": "^3.8.29",
"@types/hammerjs": "^2.0.30",
"@types/jasmine": "^2.2.31",
"@types/merge2": "0.0.28",
"@types/node": "^6.0.34",
"@types/protractor": "^1.5.17",
"@types/run-sequence": "0.0.27",
"canonical-path": "0.0.2",
"connect": "^3.3.4",
"cpr": "^0.4.1",
"del": "^1.1.1",
"dgeni": "^0.4.1",
"dgeni-packages": "^0.10.18",
"event-stream": "^3.3.1",
"file-loader": "^0.9.0",
"glob": "^7.0.6",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^2.3.0",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-git": "^1.11.2",
"gulp-if": "^1.2.5",
"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.13.6",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"html-entities": "^1.1.3",
"ionic-cz-conventional-changelog": "^1.0.0",
"jasmine-core": "^2.4.1",
"jasmine-node": "^1.14.5",
"karma": "^1.1.1",
"karma-browserstack-launcher": "^1.0.1",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-sauce-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"merge2": "^0.3.6",
"mkdirp": "^0.5.1",
"node-html-encoder": "0.0.2",
"remap-istanbul": "^0.6.4",
"request": "2.53.0",
"resolve-bin": "^0.4.0",
"run-sequence": "^1.1.0",
"sassdoc": "^2.1.20",
"semver": "^5.0.1",
"serve-static": "^1.9.2",
"systemjs": "^0.19.37",
"through2": "^0.6.3",
"ts-node": "^0.7.3",
"tslint": "^3.15.1",
"tslint-ionic-rules": "0.0.5",
"typescript": "2.0.2",
"uglify": "^0.1.5",
"vinyl": "^1.2.0",
"webpack": "^2.1.0-beta.20",
"webpack-dev-server": "^1.14.1",
"yargs": "^3.6.0"
},
"config": {
"commitizen": {
"path": "node_modules/ionic-cz-conventional-changelog"
}
}
}