-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.86 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
{
"name": "adminplus-boilerplate-angular2",
"version": "1.0.0",
"scripts": {
"start": "gulp build && concurrently \"npm run serve\" \"gulp watch\"",
"serve": "lite-server ./",
"ts:build": "tsc",
"ts:watch": "tsc -w",
"typings": "typings",
"postinstall": "typings install",
"deploy": "surge"
},
"license": "ISC",
"dependencies": {
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "2.0.0-rc.1",
"@angular/core": "2.0.0-rc.1",
"@angular/http": "2.0.0-rc.1",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"@angular/router": "2.0.0-rc.1",
"@angular/router-deprecated": "2.0.0-rc.1",
"@angular/upgrade": "2.0.0-rc.1",
"adminplus": "1.0.0-alpha.12",
"angular2-in-memory-web-api": "0.0.7",
"bootstrap": "4.0.0-alpha.2",
"bootstrap-layout": "1.0.0-alpha.9",
"bootstrap-layout-scrollable": "1.1.0",
"jquery": "^2.2.0",
"ng2-bootstrap-layout": "^2.0.0",
"ng2-router-active": "^1.0.0",
"sass-md-colors": "^1.0.0",
"simplebar": "github:grsmto/simplebar",
"tether": "^1.2.0"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"concurrently": "^2.1.0",
"del": "^2.2.0",
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.7",
"gulp-if": "^2.0.1",
"gulp-load-plugins": "^1.2.2",
"gulp-postcss": "^6.1.1",
"gulp-preprocess": "^2.0.0",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-typescript": "^2.13.1",
"lite-server": "^2.1.0",
"reflect-metadata": "^0.1.3",
"run-sequence": "^1.2.0",
"rxjs": "5.0.0-beta.6",
"sass-importer-npm": "^1.0.2",
"surge": "^0.17.7",
"systemjs": "0.19.27",
"systemjs-builder": "^0.15.16",
"typescript": "^1.8.10",
"typings": "^0.8.1",
"zone.js": "^0.6.12"
}
}