-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
154 lines (154 loc) · 5.35 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "ngx-ssb-client",
"version": "0.2.1",
"author": {
"email": "tim@datenknoten.me",
"name": "Tim Schumacher"
},
"description": "A Client to the SSB Network using Angular",
"license": "MIT",
"main": "start.js",
"build": {
"appId": "me.datenknoten.ngx-ssb-client",
"artifactName": "${productName}-${arch}.${ext}",
"directories": {
"output": "out"
},
"asarUnpack": [
"**node_modules/mmmagic/**"
],
"asar": false
},
"scripts": {
"ng": "ng",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --ci --coverage",
"lint": "npm run lint:electron && npm run lint:angular",
"lint:electron": "tslint -p tsconfig.electron.json",
"lint:angular": "tslint -p src/tsconfig.app.json",
"e2e": "ng e2e",
"postinstall": "electron-builder install-app-deps && patch-package",
"start": "cross-env DEBUG=ngx* npm-run-all -p ng:serve electron:serve",
"start:prod": "npm run build:prod && electron .",
"build": "ng build --base-href . && npm run electron:tsc",
"build:prod": "ng build --progress false --prod --base-href . && npm run electron:tsc",
"ng:serve": "ng serve",
"electron:start": "electron .",
"electron:tsc": "tsc -p tsconfig.electron.json",
"electron:serve": "npm run electron:tsc && wait-on http-get://localhost:4200/ && electron . --serve",
"electron:local": "npm run build:prod && electron .",
"electron:linux": "npm run build:prod && electron-builder build --linux",
"electron:windows": "npm run build:prod && electron-builder build --windows",
"electron:mac": "npm run build:prod && electron-builder build --mac",
"prepush": "npm run lint && ng build --prod"
},
"private": true,
"dependencies": {
"@angular/animations": "6.1.0-beta.3",
"@angular/cdk": "6.3.3",
"@angular/common": "6.1.0-beta.3",
"@angular/compiler": "6.1.0-beta.3",
"@angular/core": "6.1.0-beta.3",
"@angular/forms": "6.1.0-beta.3",
"@angular/http": "6.1.0-beta.3",
"@angular/material": "6.3.3",
"@angular/platform-browser-dynamic": "6.1.0-beta.3",
"@angular/platform-browser": "6.1.0-beta.3",
"@angular/router": "6.1.0-beta.3",
"@ngxs/store": "3.1.4",
"@nicky-lenaers/ngx-scroll-to": "1.0.0",
"@types/cheerio": "0.22.8",
"@types/codemirror": "0.0.58",
"@types/fs-extra": "5.0.4",
"@types/jquery": "3.3.4",
"@types/mmmagic": "0.4.29",
"@types/semantic-ui-sidebar": "2.2.2",
"@types/semantic-ui": "2.2.6",
"angular2-hotkeys": "2.1.2",
"cheerio": "1.0.0-rc.2",
"class-validator": "0.8.5",
"codemirror": "5.39.0",
"core-js": "2.5.7",
"debug": "3.1.0",
"decko": "1.2.0",
"emoji-named-characters": "1.0.2",
"esrever": "0.2.0",
"fs-extra": "6.0.1",
"highlight.js": "9.12.0",
"humanize-duration": "3.15.0",
"hypermd": "0.3.9",
"jquery": "3.3.1",
"mmmagic": "0.5.0",
"moment": "2.22.2",
"dat-node": "3.5.11",
"pdfjs-dist": "2.0.489",
"pretty-error": "2.1.1",
"pull-stream": "3.6.8",
"reading-time": "1.1.3",
"rxjs-compat": "6.2.1",
"rxjs": "6.2.1",
"scuttlebot": "11.3.3",
"semantic-ui-css": "2.3.2",
"signale": "1.2.1",
"split-buffer": "1.0.0",
"ssb-about": "0.1.2",
"ssb-backlinks": "0.7.2",
"ssb-blobs": "1.1.5",
"ssb-client": "4.5.7",
"ssb-ebt": "5.2.1",
"ssb-friends": "2.4.0",
"ssb-links": "3.0.3",
"ssb-markdown": "3.6.0",
"ssb-meme": "1.0.4",
"ssb-mentions": "0.5.0",
"ssb-names": "3.1.2",
"ssb-private": "0.2.1",
"ssb-query": "2.1.0",
"ssb-ooo": "1.0.9",
"ssb-ref": "2.11.1",
"ssb-search": "1.1.2",
"ssb-ws": "2.1.1",
"tributejs": "3.2.0",
"ts-node": "7.0.0",
"tslint-language-service": "0.9.9",
"tslint": "5.10.0",
"twemoji": "11.0.0",
"typescript": "2.8.3",
"zone.js": "0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.6.8",
"@angular/cli": "6.0.8",
"@angular/compiler-cli": "6.1.0-beta.3",
"@angular/language-service": "6.1.0-beta.3",
"@datenknoten/tslint-config": "0.2.0",
"@types/chai": "4.1.4",
"@types/node": "10.5.2",
"chai": "4.1.2",
"codelyzer": "4.4.2",
"cross-env": "5.2.0",
"dotenv": "6.0.0",
"electron": "2.0.4",
"electron-builder": "20.19.2",
"electron-reload": "1.2.5",
"husky": "0.14.3",
"jest-preset-angular": "5.2.3",
"jest": "23.3.0",
"npm-run-all": "4.1.3",
"patch-package": "5.1.1",
"protractor": "5.3.2",
"replace": "1.0.0",
"ts-mockito": "2.3.0",
"wait-on": "2.1.0"
},
"jest": {
"preset": "jest-preset-angular",
"setupTestFrameworkScriptFile": "<rootDir>/src/test.ts",
"collectCoverage": true,
"coverageDirectory": "<rootDir>/coverage"
},
"angularCompilerOptions": {
"disableTypeScriptVersionCheck ": true
}
}