-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.8 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
{
"name": "open-dvs",
"version": "1.0.0",
"description": "Minimal Angular 2 app",
"scripts": {
"start": "concurrently \"gulp\" \"node server.js\" -k --raw"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/robianmcd/open-dvs.git"
},
"dependencies": {
"@angular/animations": "4.0.1",
"@angular/common": "4.0.1",
"@angular/compiler": "4.0.1",
"@angular/compiler-cli": "4.0.1",
"@angular/core": "4.0.1",
"@angular/forms": "4.0.1",
"@angular/http": "4.0.1",
"@angular/material": "2.0.0-beta.3",
"@angular/platform-browser": "4.0.1",
"@angular/platform-browser-dynamic": "4.0.1",
"@angular/platform-server": "4.0.1",
"@angular/router": "4.0.1",
"angular-lazy-for": "^1.1.3",
"compression": "^1.6.2",
"core-js": "^2.4.1",
"express": "^4.14.0",
"gulp-typescript": "^3.1.6",
"hammerjs": "^2.0.8",
"moment": "^2.17.1",
"reflect-metadata": "^0.1.8",
"rxjs": "5.3.0",
"thenby": "^1.2.3",
"zone.js": "^0.8.5"
},
"devDependencies": {
"@angular/language-service": "4.0.1",
"@types/jasmine": "^2.5.47",
"@types/node": "^6.0.68",
"@types/webmidi": "0.0.30",
"browser-sync": "^2.18.6",
"concurrently": "^3.1.0",
"del": "^2.2.2",
"gulp": "4.0",
"gulp-concat": "^2.6.1",
"gulp-inject": "^4.2.0",
"gulp-jasmine-browser": "^1.7.1",
"gulp-plumber": "^1.1.0",
"gulp-rev": "^7.1.2",
"gulp-sass": "^3.2.1",
"gulp-uglify": "^2.0.1",
"phantomjs-prebuilt": "^2.1.16",
"rollup": "^0.40.0",
"rollup-plugin-angular": "^0.4.3",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^1.0.1",
"typescript": "~2.2.2",
"yargs": "^6.6.0"
}
}