-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.03 KB
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
78
{
"name": "express_angular2",
"version": "1.0.0",
"description": "express_angular2",
"scripts": {
"clean": "gulp clean",
"compile": "gulp compile",
"build": "gulp build",
"deploy": "concurrently --kill-others \"gulp watch\" \"node ./build/server/bin/www\""
},
"keywords": [
"Angular2",
"Express",
"material2",
"Gulp"
],
"dependencies": {
"@angular/animations": "^4.2.6",
"@angular/cdk": "^2.0.0-beta.8",
"@angular/common": "*",
"@angular/compiler": "*",
"@angular/compiler-cli": "*",
"@angular/core": "*",
"@angular/forms": "*",
"@angular/http": "*",
"@angular/material": "^2.0.0-beta.8",
"@angular/platform-browser": "*",
"@angular/platform-browser-dynamic": "^4.2.5",
"@angular/platform-server": "*",
"@angular/router": "*",
"@angular/tsc-wrapped": "*",
"@angular/upgrade": "*",
"angular-in-memory-web-api": "*",
"body-parser": "*",
"core-js": "*",
"express": "*",
"hammerjs": "^2.0.8",
"mongoose": "*",
"protractor": "^5.1.2",
"reflect-metadata": "*",
"rxjs": "*",
"systemjs": "^0.20.14",
"zone.js": "*"
},
"devDependencies": {
"@types/angular": "*",
"@types/angular-animate": "*",
"@types/angular-cookies": "*",
"@types/angular-material": "^1.1.52",
"@types/angular-mocks": "*",
"@types/angular-resource": "*",
"@types/angular-route": "*",
"@types/angular-sanitize": "*",
"@types/body-parser": "*",
"@types/core-js": "0.9.35",
"@types/express": "*",
"@types/jasmine": "*",
"@types/mongoose": "*",
"@types/node": "7.0.7",
"babel-cli": "*",
"babel-preset-angular2": "*",
"babel-preset-es2015": "*",
"concurrently": "*",
"del": "*",
"gulp": "*",
"gulp-concat": "*",
"gulp-nodemon": "*",
"gulp-sourcemaps": "*",
"gulp-tslint": "^8.1.1",
"gulp-typescript": "*",
"gulp-typings": "*",
"method-override": "*",
"run-sequence": "^2.0.0",
"ts-node": "^3.1.0",
"tslint": "^5.5.0",
"typescript": "*"
}
}