This repository was archived by the owner on Apr 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.91 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.91 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
{
"name": "rss-reader-electron",
"version": "1.3.0",
"license": "MIT",
"main": "main.js",
"scripts": {
"start": "ng serve",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor",
"electron": "electron .",
"electron-build": "ng build --prod && npm run electron"
},
"private": true,
"dependencies": {
"@angular/animations": "^5.1.0",
"@angular/cdk": "github:angular/cdk-builds",
"@angular/common": "^5.1.0",
"@angular/compiler": "^5.1.0",
"@angular/core": "^5.1.0",
"@angular/flex-layout": "github:angular/flex-layout-builds",
"@angular/forms": "^5.1.0",
"@angular/material": "github:angular/material2-builds",
"@angular/platform-browser": "^5.1.0",
"@angular/platform-browser-dynamic": "^5.1.0",
"@angular/platform-server": "^5.1.0",
"@angular/router": "^5.1.0",
"@angular/service-worker": "^5.1.0",
"@types/highlight.js": "^9.12.2",
"core-js": "^2.5.3",
"gulp-markdown": "^1.2.0",
"hammerjs": "^2.0.8",
"highlight.js": "^9.12.0",
"markdown-to-html": "0.0.13",
"rxjs": "^5.5.5",
"web-animations-js": "^2.3.1",
"zone.js": "^0.8.18"
},
"devDependencies": {
"@angular/cli": "^1.6.0",
"@angular/compiler-cli": "^5.1.0",
"@types/gulp": "3.8.32",
"@types/hammerjs": "^2.0.35",
"@types/jasmine": "^2.8.2",
"@types/node": "^8.0.58",
"codelyzer": "^4.0.2",
"copy-webpack-plugin": "^4.2.3",
"electron": "^1.7.9",
"gulp": "^3.9.1",
"gulp-transform": "^3.0.5",
"jasmine-core": "~2.7.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "^1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-remap-istanbul": "^0.6.0",
"node-sass": "^4.7.2",
"protractor": "~5.1.0",
"ts-node": "~3.3.0",
"tsconfig-paths": "^2.6.0",
"tslint": "~5.6.0",
"typescript": "2.4.2"
}
}