-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
148 lines (148 loc) · 5.73 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
{
"name": "khiops-covisualization",
"title": "khiops Covisualization",
"main": "app/main.js",
"version": "11.1.5",
"license": "BSD-3-Clause-Clear",
"author": {
"name": "Orange",
"email": "khiops.team@orange.com"
},
"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-visu": "cd ../visualization-component && yarn install --force && yarn build:webcomponents",
"quickbuild-visu": "cd ../visualization-component && yarn quickbuild:webcomponents",
"build": "npm run electron:serve-tsc && ng build --base-href ./",
"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",
"addHeader": "ts-node scripts/add-header.js",
"updateElectron": "npx cross-env ELECTRON_GET_USE_PROXY=true GLOBAL_AGENT_HTTPS_PROXY=http://proxypac.si.francetelecom.fr:8080/ yarn add electron@latest --force --legacy-peer-deps",
"updateVersions": "ncu -u --target minor"
},
"dependencies": {
"@angular/common": "19.1.7",
"@angular/compiler": "19.1.7",
"@angular/core": "19.1.7",
"@angular/forms": "19.1.7",
"@angular/language-service": "19.1.7",
"@angular/platform-browser": "19.1.7",
"@angular/platform-browser-dynamic": "19.1.7",
"@angular/router": "19.1.7",
"@electron/remote": "2.1.2",
"@types/node": "22.13.4",
"JSONStream": "1.3.5",
"autoprefixer": "10.4.20",
"dotenv": "16.4.7",
"electron-log": "3.0.9",
"electron-updater": "6.6.0",
"event-stream": "4.0.1",
"khiops-visualization": "11.5.4",
"ngx-matomo-client": "6.4.1",
"postcss-loader": "8.1.1",
"rxjs": "7.8.1",
"toastify-js": "1.12.0",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-builders/custom-webpack": "18.0.0",
"@angular-eslint/builder": "19.1.0",
"@angular-eslint/eslint-plugin": "19.1.0",
"@angular-eslint/eslint-plugin-template": "19.1.0",
"@angular-eslint/schematics": "19.1.0",
"@angular-eslint/template-parser": "19.1.0",
"@angular/build": "19.1.8",
"@angular/cli": "19.1.8",
"@angular/compiler-cli": "19.1.7",
"@electron/notarize": "2.5.0",
"@ngx-translate/core": "16.0.4",
"@ngx-translate/http-loader": "16.0.1",
"@types/jasmine": "5.1.6",
"@types/jasminewd2": "2.0.13",
"@typescript-eslint/eslint-plugin": "8.24.1",
"@typescript-eslint/parser": "8.24.1",
"conventional-changelog-cli": "5.0.0",
"electron": "34.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.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "48.11.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "5.6.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.4",
"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": "4.1.0",
"npm-run-all": "4.1.5",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"wait-on": "8.0.2"
},
"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"
]
}