-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
145 lines (145 loc) · 5.64 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
{
"name": "khiops-covisualization",
"title": "khiops Covisualization",
"main": "app/main.js",
"version": "11.1.5",
"license": "BSD-3-Clause-Clear",
"author": {
"name": "Orange",
"email": "[email protected]"
},
"description": "The Electron application that encapsulates Khiops Covisualization",
"repository": {
"type": "git",
"url": "https://github.com/KhiopsML/kc-electron.git"
},
"bugs": {
"url": "https://github.com/KhiopsML/kc-electron/issues"
},
"homepage": "https://github.com/KhiopsML/kc-electron#readme",
"browser": {
"child_process": false,
"electron": false,
"http": false,
"https": false,
"net": false,
"path": false,
"crypto": false,
"stream": false,
"tls": false,
"fs": false,
"os": false
},
"scripts": {
"postinstall": "electron-builder install-app-deps",
"ng": "ng",
"buildNstart": "npm run build-visu && npm-run-all -p electron:serve ng:serve",
"quickbuildNstart": "npm run quickbuild-visu && npm-run-all -p electron:serve ng:serve",
"start": "npm-run-all -p electron:serve ng:serve",
"setTag": "./scripts/tag.sh",
"ng:serve": "ng serve -c web -o",
"setEnv": "node ./scripts/set-env.js",
"build": "npm run electron:serve-tsc && ng build --base-href ./",
"build-visu": "cd ../visualization-component && yarn install --force && yarn build:webcomponents",
"quickbuild-visu": "cd ../visualization-component && yarn quickbuild:webcomponents",
"build:dev": "npm run build -- -c dev",
"build:prod": "npm run build -- -c production && npm run removeMocks",
"web:build": "npm run build -- -c web-production",
"electron": "electron",
"electron:serve-tsc": "tsc -p tsconfig.serve.json",
"electron:serve": "wait-on tcp:4200 && npm run electron:serve-tsc && electron . --serve",
"electron:local": "npm run build:prod && electron .",
"electron:build": "npm run build:prod && electron-builder build --publish=never",
"publishReleases": "npm run build:prod && electron-builder build --windows --ia32 -p always && electron-builder build --linux -p always && electron-builder build --mac -p always",
"removeDist": "rimraf dist && rimraf release && rimraf .cache",
"removeMocks": "rimraf dist/khiops-visualization/mocks",
"release": "electron-builder --windows --publish always",
"electron:linux": "npm run build:prod && electron-builder build --linux -p always",
"electron:windows": "npm run build:prod && electron-builder build --windows --ia32 -p always",
"electron:windows:local": "npm run build-visu && yarn install --force && npm run build:prod && electron-builder build --windows --ia32",
"electron:windows32": "npm run build:prod && electron-builder build --windows --ia32 -p always",
"electron:windows64": "npm run build:prod && electron-builder build --windows --x64 -p always",
"electron:publish": "npm run build:prod && electron-builder build --publish=never",
"electron:mac": "npm run build:prod && electron-builder build --mac -p always",
"lint": "ng lint",
"updateElectron": "npx cross-env ELECTRON_GET_USE_PROXY=true GLOBAL_AGENT_HTTPS_PROXY=http://proxypac.si.francetelecom.fr:8080/ yarn add [email protected] --force --legacy-peer-deps",
"updateVersions": "ncu -u --target minor"
},
"dependencies": {
"@angular/common": "18.1.4",
"@angular/compiler": "18.1.4",
"@angular/core": "18.1.4",
"@angular/forms": "18.1.4",
"@angular/language-service": "18.1.4",
"@angular/platform-browser": "18.1.4",
"@angular/platform-browser-dynamic": "18.1.4",
"@angular/router": "18.1.4",
"@electron/remote": "2.1.2",
"@types/node": "20.12.12",
"JSONStream": "1.3.5",
"dotenv": "16.4.5",
"electron-log": "3.0.9",
"electron-updater": "6.3.1",
"event-stream": "4.0.1",
"khiops-visualization": "11.5.1",
"ngx-matomo-client": "6.3.1",
"rxjs": "7.8.1",
"toastify-js": "1.12.0",
"tslib": "2.6.2",
"zone.js": "0.14.6"
},
"devDependencies": {
"@angular-builders/custom-webpack": "18.0.0",
"@angular-devkit/build-angular": "18.1.4",
"@angular-eslint/builder": "18.3.1",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/schematics": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "18.1.4",
"@angular/compiler-cli": "18.1.4",
"@electron/notarize": "2.3.2",
"@ngx-translate/core": "15.0.0",
"@ngx-translate/http-loader": "8.0.0",
"@types/jasmine": "5.1.4",
"@types/jasminewd2": "2.0.13",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"conventional-changelog-cli": "4.1.0",
"electron": "33.2.0",
"electron-builder": "25.1.8",
"electron-builder-notarize": "1.5.2",
"electron-debug": "3.2.0",
"electron-reloader": "1.2.3",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.7",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "4.6.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.3",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-electron": "7.3.0",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"node-polyfill-webpack-plugin": "3.0.0",
"npm-run-all": "4.1.5",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"wait-on": "7.2.0"
},
"resolutions": {
"webpack": "^5.94.0",
"http-proxy-middleware": "2.0.7",
"rollup": "4.22.4",
"cookie": "0.7.0",
"elliptic": "6.6.0",
"vite": "5.3.6"
},
"engines": {
"node": ">= 14.20.0 || >= 16.13.0 || >= 18.10.0"
},
"browserslist": [
"chrome 110"
]
}