-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.55 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
{
"name": "kraken-menubar",
"version": "0.0.2",
"main": "main.js",
"license": "Beerware",
"scripts": {
"========================= Project =========================": "",
"-------------------------- Front --------------------------": "",
"start": "ng serve --host=0.0.0.0 --proxy-config proxy.conf.json",
"build": "ng build -prod && electron-packager ./dist KrakenMenubar --arch=x64 --platform=darwin --version=1.8.0",
"========================== Metrics ==========================": "",
"lint": "ng lint",
"========================== Bridges ==========================": "",
"ng": "ng",
"electron": "electron"
},
"dependencies": {
"@angular/animations": "^5.0.1",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"angular2-notifications": "^0.9.6",
"auto-launch": "5.0.1",
"core-js": "^2.4.1",
"crypto-js": "^3.1.9-1",
"menubar": "5.2.3",
"rxjs": "^5.5.2",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "1.5.0",
"@angular/compiler-cli": "^5.0.0",
"@types/node": "~6.0.60",
"electron-packager": "5.1.0",
"electron-prebuilt": "0.36.0",
"ts-node": "~3.0.4",
"tslint": "~5.3.2",
"typescript": "2.4.2"
}
}