-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.2 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.2 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-electron-iot",
"version": "0.0.0",
"main": "main.js",
"NRelectron": {
"productName": "FloWare Framework",
"editable": true,
"allowLoadSave": true,
"showMap": true,
"kioskMode": false,
"addNodes": true,
"flowFile": "electronflow.json",
"start": "home"
},
"scripts": {
"start": "electron . --dev --use-angle=swiftshader",
"ng": "ng",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"start:electron": "ng build --base-href ./ && electron ."
},
"private": true,
"dependencies": {
"@angular/animations": "^15.0.4",
"@angular/common": "^15.0.4",
"@angular/compiler": "~9.1.9",
"@angular/core": "^15.0.4",
"@angular/forms": "^15.0.4",
"@angular/platform-browser": "^15.0.4",
"@angular/platform-browser-dynamic": "^15.0.4",
"@angular/router": "^15.0.4",
"@types/jquery": "^3.5.0",
"angular": "^1.8.3",
"browserify": "^16.5.1",
"canvas": "^2.10.2",
"cat": "^0.2.0",
"electron-is-dev": "^1.2.0",
"feature-configurator": "^1.0.1",
"jquery": "^3.5.1",
"ngx-electron": "^2.2.0",
"node-red": "^1.2.3",
"node-red-contrib-face-recognition": "^1.3.3",
"prisma": "^4.8.0",
"rxjs": "~6.5.4",
"stream": "0.0.2",
"timers": "^0.1.1",
"tristate": "^1.2.0",
"tslib": "^1.10.0",
"xml2js": "^0.4.23",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.4",
"@angular/cli": "~9.1.7",
"@angular/compiler-cli": "~9.1.9",
"@types/express": "^4.17.15",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.12.47",
"@types/node-red": "^1.2.1",
"@types/xml2js": "^0.4.5",
"codelyzer": "^0.0.28",
"electron": "^22.0.0",
"electron-packager": "^17.1.1",
"jasmine-core": "3.8",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^6.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~3.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"logic-solver": "^2.0.1",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "3.6"
}
}