forked from tchupp/cargo-whale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.97 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
{
"name": "cargo-whale",
"description": "",
"version": "0.0.0",
"private": true,
"cacheDirectories": [
"node_modules",
"src/main/webapp/bower_components"
],
"dependencies": {
"@angular/common": "2.4.1",
"@angular/compiler": "2.4.1",
"@angular/core": "2.4.1",
"@angular/forms": "2.4.1",
"@angular/http": "2.4.1",
"@angular/platform-browser": "2.4.1",
"@angular/platform-browser-dynamic": "2.4.1",
"@angular/router": "3.4.1",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.7",
"core-js": "2.4.1",
"jquery": "3.1.0",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.1",
"systemjs": "0.19.27",
"zone.js": "0.7.2"
},
"devDependencies": {
"@types/angular": "1.5.16",
"@types/angular-animate": "1.5.5",
"@types/angular-mocks": "1.5.5",
"@types/jasmine": "2.2.34",
"bower": "1.7.9",
"browser-sync": "2.15.0",
"del": "2.2.2",
"event-stream": "3.3.4",
"gulp": "3.9.1",
"gulp-angular-templatecache": "2.0.0",
"gulp-autoprefixer": "3.1.1",
"gulp-changed": "1.3.2",
"gulp-cssnano": "2.1.2",
"gulp-eslint": "3.0.1",
"gulp-expect-file": "0.0.7",
"gulp-flatten": "0.3.1",
"gulp-footer": "1.0.5",
"gulp-htmlmin": "2.0.0",
"gulp-if": "2.0.1",
"gulp-imagemin": "3.0.3",
"gulp-inject": "4.1.0",
"gulp-ng-annotate": "2.0.0",
"gulp-ng-constant": "1.1.0",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-rev": "7.1.2",
"gulp-rev-replace": "0.4.3",
"gulp-sass": "2.3.2",
"gulp-sourcemaps": "1.6.0",
"gulp-tslint": "2.0.0",
"gulp-typescript": "3.0.1",
"gulp-uglify": "2.0.0",
"gulp-useref": "3.1.2",
"lazypipe": "1.0.1",
"main-bower-files": "2.13.1",
"proxy-middleware": "0.15.0",
"run-sequence": "1.2.2",
"typescript": "^2.0.3",
"xml2js": "0.4.17"
},
"engines": {
"node": "^4.3"
},
"scripts": {
"test": "gulp test",
"tsc": "tsc",
"tsc:w": "tsc -w"
}
}