forked from Nandtel/spring-boot-angular2-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 809 Bytes
/
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
{
"name": "spring-boot-angular2-starter",
"description": "Just a simple Spring Boot and Angular2 app",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"postinstall": "typings install && gulp build"
},
"dependencies": {
"angular2": "2.0.0-beta.13",
"concurrently": "^2.0.0",
"del": "2.2.0",
"es6-shim": "^0.35.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-cli": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^1.3.0",
"gulp-newer": "^1.1.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "2.12.2",
"gulp-uglify": "^1.5.3",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.4",
"systemjs": "0.19.25",
"typings": "^0.7.12",
"zone.js": "0.6.8"
},
"devDependencies": {}
}