-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.42 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.42 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
79
80
{
"name": "angular-meteor-tutorials-infrastructure",
"version": "0.1.19",
"description": "Angular-Meteor's tutorials infrastructure",
"main": "dist/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"prebuild": "npm run lint",
"build": "tsc || echo not ok",
"prepublish": "npm run build",
"lint": "tslint src/**/*.ts"
},
"license": "MIT",
"dependencies": {
"graphql-tag": "^1.2.3",
"highlight.js": "9.7.0",
"jsdoc-to-markdown": "2.0.1",
"lodash": "4.16.4",
"markdown": "0.5.0",
"marked": "0.3.6",
"tslint": "^5.4.3"
},
"peerDependencies": {
"@angular/common": "2.2.1",
"@angular/compiler": "2.2.1",
"@angular/core": "2.2.1",
"@angular/forms": "2.2.1",
"@angular/http": "2.2.1",
"@angular/platform-browser": "2.2.1",
"@angular/platform-browser-dynamic": "2.2.1",
"@angular/platform-server": "2.2.1",
"@angular/router": "3.2.1",
"angular2-express-engine": "2.1.0-rc.1",
"angular2-platform-node": "2.1.0-rc.1",
"angular2-universal": "2.1.0-rc.1",
"angular2-universal-polyfills": "2.1.0-rc.1"
},
"devDependencies": {
"@angular/common": "2.2.1",
"@angular/compiler": "2.2.1",
"@angular/core": "2.2.1",
"@angular/forms": "2.2.1",
"@angular/http": "2.2.1",
"@angular/platform-browser": "2.2.1",
"@angular/platform-browser-dynamic": "2.2.1",
"@angular/platform-server": "2.2.1",
"@angular/router": "3.2.1",
"@angularclass/resolve-angular-routes": "1.0.9",
"@types/body-parser": "0.0.29",
"@types/compression": "0.0.29",
"@types/cookie-parser": "^1.3.29",
"@types/express": "^4.0.32",
"@types/express-serve-static-core": "^4.0.33",
"@types/hammerjs": "^2.0.32",
"@types/highlight.js": "^9.1.8",
"@types/lodash": "^4.14.37",
"@types/mime": "0.0.28",
"@types/node": "^6.0.38",
"@types/serve-static": "^1.7.27",
"angular2-express-engine": "2.1.0-rc.1",
"angular2-platform-node": "2.1.0-rc.1",
"angular2-universal": "2.1.0-rc.1",
"angular2-universal-polyfills": "2.1.0-rc.1",
"autoprefixer": "6.5.1",
"cookie-parser": "1.4.3",
"copy-dir": "0.3.0",
"methods": "1.1.2",
"mkdirp": "0.5.1",
"moment": "^2.17.0",
"parse5": "2.2.1",
"preboot": "4.5.2",
"request": "2.76.0",
"rimraf": "2.5.4",
"rxjs": "5.0.0-beta.12",
"striptags": "^2.1.1",
"typescript": "^2.3.4",
"zone.js": "0.6.26"
}
}