-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (41 loc) · 1.06 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
{
"name": "angular-electron",
"version": "0.0.2",
"description": "Using Angular 4 with Electron",
"main": "main.js",
"scripts": {
"start": "tsc && concurrently \"npm run tsc:w\" \"electron .\" ",
"tsc": "tsc",
"tsc:w": "tsc -w"
},
"license": "MIT",
"dependencies": {
"@angular/core": "5.2.9",
"@angular/common": "5.2.9",
"@angular/animations": "5.2.9",
"@angular/cdk": "5.2.4",
"@angular/compiler": "5.2.9",
"@angular/forms": "5.2.9",
"@angular/http": "5.2.9",
"@angular/material": "5.2.4",
"@angular/platform-browser": "5.2.9",
"@angular/platform-browser-dynamic": "5.2.9",
"@angular/platform-server": "5.2.9",
"@angular/router": "5.2.9",
"bootstrap": "4.3.1",
"jquery": "3.5.0",
"popper.js": "1.14.3",
"core-js": "2.6.5",
"ethers": "2.1.2",
"hammerjs": "2.0.8",
"rxjs": "5.5.2",
"systemjs": "0.20.19",
"zone.js": "0.8.18"
},
"devDependencies": {
"@types/node": "6.0.46",
"concurrently": "3.2.0",
"typescript": "2.6.1",
"electron": "3.0.3"
}
}