-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 4.72 KB
/
package.json
File metadata and controls
132 lines (132 loc) · 4.72 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
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
{
"name": "visualization-component",
"version": "11.14.1",
"license": "BSD-3-Clause-Clear",
"author": {
"name": "Orange",
"email": "khiops.team@orange.com"
},
"description": "Khiops Visualization component. Contains the code of Visualization and Covisualization tools",
"repository": {
"type": "git",
"url": "git+https://github.com/KhiopsML/khiops-visualization.git"
},
"bugs": {
"url": "https://github.com/KhiopsML/khiops-visualization/issues"
},
"homepage": "https://github.com/KhiopsML/khiops-visualization#readme",
"browser": {
"child_process": false,
"crypto": false,
"electron": false,
"http": false,
"https": false,
"net": false,
"path": false,
"stream": false,
"tls": false
},
"scripts": {
"build": "ng build",
"build:stats": "ng build --stats-json --source-map --output-hashing none && yarn stats:webpack-bundle-analyzer & yarn stats:source-map-explorer",
"build:webcomponents": "./scripts/build.sh",
"buildDev:webcomponents": "./scripts/build-dev-watch.sh",
"stats:webpack-bundle-analyzer": "webpack-bundle-analyzer dist/visualization-component/stats.json",
"stats:source-map-explorer": "source-map-explorer dist/visualization-component/main.js --no-border-checks",
"setTag": "./scripts/tag.sh",
"ng": "ng",
"start": "ng serve",
"start:webcomponent": "ng serve khiops-webcomponent",
"test:simple": "yarn test --watch=false 2>&1 | findstr /C:\"FAILED\" /C:\"SUCCESS\" /C:\"Expected\" /C:\"to equal\" /C:\"to be\"",
"test": "ng test --watch=false",
"test:watch": "ng test --watch=true",
"test:coverage": "ng test --code-coverage",
"watch": "ng build --watch --configuration development",
"e2e": "ng e2e",
"e2e:headless": "yarn cypress run",
"cypress:open": "cypress open --browser chrome --e2e",
"cypress:run": "cypress run --browser chrome --headed",
"cypress:e2e": "start-server-and-test start http://localhost:4200 cypress:run",
"cypress:e2e:open": "start-server-and-test start http://localhost:4200 cypress:open",
"pretty": "prettier --write \"./**/*.{ts,html,scss}\"",
"start:logs": "yarn run start > yarn-start.log 2>&1",
"duplicateCode": "npx jscpd -r html --pattern '/src/app/**/*.ts' .",
"addHeader": "ts-node scripts/add-header.js",
"updateVersions": "ncu -u --target minor"
},
"dependencies": {
"@ag-grid-community/angular": "^32.3.9",
"@ag-grid-community/client-side-row-model": "^32.3.9",
"@ag-grid-community/core": "^32.3.9",
"@ag-grid-community/styles": "^33.0.3",
"@angular/animations": "^21.2.9",
"@angular/cdk": "^21.2.7",
"@angular/common": "^21.2.9",
"@angular/compiler": "^21.2.9",
"@angular/core": "^21.2.9",
"@angular/elements": "^21.2.9",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "^21.2.9",
"@angular/material": "^21.2.7",
"@angular/platform-browser": "^21.2.9",
"@angular/platform-browser-dynamic": "^21.2.9",
"@angular/router": "^21.2.9",
"@ngrx/effects": "^21.1.0",
"@ngrx/store": "^21.1.0",
"@ngstack/translate": "^10.0.0",
"@webcomponents/webcomponentsjs": "^2.8.0",
"angular-resizable-element": "^8.0.3",
"angular-resize-event-package": "^3.8.0",
"angular-split": "^20.0.0",
"angular2-hotkeys": "^16.0.1",
"chart.js": "^4.5.1",
"d3": "^7.9.0",
"fast-equals": "^6.0.0",
"file-saver": "^2.0.5",
"html-to-image": "^1.11.13",
"html2canvas": "^1.4.1",
"lodash-es": "^4.18.1",
"material-design-icons": "^3.0.1",
"pan-zoom": "^3.5.2",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "^0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.2.7",
"@angular/build": "^21.2.7",
"@angular/cli": "^21.2.7",
"@angular/compiler-cli": "^21.2.9",
"@cypress/schematic": "^5.0.0",
"@types/d3": "^7.4.3",
"@types/hammerjs": "^2.0.46",
"@types/jasmine": "^5.1.15",
"@types/lodash-es": "^4.17.12",
"@types/mousetrap": "^1.6.15",
"@types/node": "^25.6.0",
"autoprefixer": "^10.5.0",
"cypress": "^15.14.0",
"jasmine-core": "^6.2.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.2.0",
"ng-packagr": "^21.2.3",
"ngx-build-plus": "^20.0.0",
"postcss-loader": "^8.2.1",
"prettier": "^3.8.3",
"source-map-explorer": "^2.5.3",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"webpack-bundle-analyzer": "^5.3.0"
},
"appdescription": {
"visualization": "Khiops Visualization",
"covisualization": "Khiops Covisualization"
},
"title": {
"visualization": "Khiops Visualization",
"covisualization": "Khiops Covisualization"
}
}