-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"dependencies": {
"angular2": "2.0.0-beta.7",
"es6-promise": "3.0.2",
"es6-shim": "0.33.13",
"ionic-angular": "2.0.0-beta.2",
"ionicons": "3.0.0-alpha.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.5.15"
},
"devDependencies": {
"awesome-typescript-loader": "0.15.10",
"chalk": "1.1.1",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-inline-ng2-template": "1.1.2",
"gulp-load-plugins": "1.2.0",
"gulp-sass": "2.2.0",
"gulp-tslint": "4.3.3",
"gulp-typescript": "2.12.1",
"gulp-watch": "4.3.5",
"jasmine-core": "2.4.1",
"karma": "0.13.21",
"karma-jasmine": "0.3.7",
"karma-phantomjs-launcher": "1.0.0",
"phantomjs-prebuilt": "2.1.4",
"run-sequence": "1.1.5",
"strip-sourcemap-loader": "0.0.1",
"ts-node": "0.5.5",
"tslint": "3.5.0",
"typescript": "1.7.5",
"typings": "0.6.10",
"webpack": "1.12.14"
},
"name": "star-coffees",
"description": "Star Coffees: An Ionic project"
}