forked from highcharts/highcharts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
188 lines (188 loc) · 6.35 KB
/
package.json
File metadata and controls
188 lines (188 loc) · 6.35 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
"name": "highcharts",
"version": "12.4.0",
"private": true,
"description": "JavaScript charting framework",
"module": "esm/highcharts.js",
"author": "Highsoft AS <support@highcharts.com> (http://www.highcharts.com/about)",
"repository": {
"type": "git",
"url": "https://github.com/highcharts/highcharts.git"
},
"bugs": "https://github.com/highcharts/highcharts/issues",
"homepage": "http://www.highcharts.com",
"keywords": [
"charts",
"graphs",
"visualization",
"data",
"browserify",
"webpack"
],
"scripts": {
"api": "gulp api",
"clean": "gulp --series clean update-vendor",
"dapi": "gulp dashboards/api",
"dapi2": "gulp dashboards/api2",
"dbuild": "gulp dist --product Dashboards",
"dcode": "gulp scripts --product Dashboards",
"dgulp": "gulp scripts-watch --product Dashboards",
"dlintcss": "npx stylelint --config ./css/.stylelintrc.json 'css/dashboards/*.css'",
"dtest": "gulp test --product Dashboards --force",
"dlint": "gulp lint --product Dashboards",
"gapi": "gulp grid/api-docs && gulp api-server --product Grid",
"gcode": "gulp scripts --product Grid",
"glint": "cd ts/Grid && npx eslint .",
"gtest": "gulp test --product Grid --force",
"test": "npx gulp test-ts --force && npx gulp test --force --speak",
"test-node": "tsx ./test/ts-node-unit-tests/index.ts",
"test-node:watch": "tsx ./test/ts-node-unit-tests/index.ts --watch",
"test:precommit": "npx gulp test-ts --modified && npx gulp test --modified && npm run test-node",
"testall": "npx gulp test --browsers all --force --speak",
"test-all": "npx gulp test --browsers all --force --speak",
"test-dts": "npx gulp scripts && npx gulp jsdoc-dts && npx gulp lint-dts",
"test-tskarma": "gulp test-karma",
"build": "npx gulp dist",
"jsdoc": "npx gulp jsdoc-watch --skip-websearch",
"jsdoc-highcharts": "npx gulp jsdoc-watch --products highcharts --skip-websearch",
"jsdoc-highstock": "npx gulp jsdoc-watch --products highstock --skip-websearch",
"lint": "cd ts && npx eslint",
"lint-docs": "npx cspell -c ./tools/cspell/cspell.json \"docs/**/*.md\"",
"ts-compile:test": "npx tsc -p test && npx tsc -p samples",
"gulp": "npx gulp",
"utils": "highcharts-utils",
"prepare": "husky install && npm run clean",
"postinstall": "npx gulp update-vendor && npx gulp patch-ink-docstrap",
"reset": "npx gulp reset-clone && npm i",
"benchmark": "tsx test/ts-node-unit-tests/bench.ts",
"benchmark-compare": "tsx test/ts-node-unit-tests/benchmark-compare.ts",
"preview-docs": "npm run start --workspace=docs-preview"
},
"devDependencies": {
"@actions/github": "^6.0.1",
"@aws-sdk/client-s3": "^3.592.0",
"@aws-sdk/credential-providers": "^3.592.0",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@cypress-audit/lighthouse": "1.4.2",
"@highcharts/eslint-plugin-highcharts": "github:highcharts/eslint-plugin-highcharts#v1.1.0",
"@highcharts/highcharts-assembler": "github:highcharts/highcharts-assembler#v1.5.6",
"@highcharts/highcharts-declarations-generator": "github:highcharts/highcharts-declarations-generator#v1.4.3",
"@highcharts/highcharts-documentation-generators": "github:highcharts/highcharts-documentation-generators#v0.6.19",
"@highcharts/highsoft-websearch": "github:highcharts/highsoft-websearch#v0.0.5",
"@highcharts/map-collection": "^2.2.0",
"@octokit/rest": "^20.1.1",
"@stylistic/eslint-plugin": "^3.0.0",
"@swc/core": "^1.9.2",
"@types/gulp": "^4.0.17",
"@types/jquery": "^3.5.30",
"@types/qunit": "^2.19.10",
"@types/trusted-types": "^2.0.7",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "8.39.1",
"@typescript-eslint/parser": "8.39.1",
"babel-eslint": "^10.1.0",
"browserify": "^17.0.0",
"bundle-declarations-webpack-plugin": "^5.1.1",
"chatgpt": "^5.2.5",
"cloudflare": "^3.2.0",
"colors": "^1.4.0",
"cspell": "^8.16.0",
"cypress": "^13.11.0",
"cypress-visual-regression": "3.0.0",
"eslint": "^8.57.0",
"eslint-config-eslint": "7.0.0",
"eslint-plugin-brackets": "^0.1.3",
"eslint-plugin-jsdoc": "^48.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-security": "^2.1.1",
"fs-extra": "^11.2.0",
"gifenc": "^1.0.3",
"glob": "^10.4.1",
"gulp": "^5.0.1",
"gulp-jsdoc3": "^3.0.0",
"gulp-zip": "5.1.0",
"gzip-size": "6.0.0",
"highlight.js": "^11.10.0",
"husky": "^8.0.3",
"jquery": "^3.7.1",
"js-yaml": "3.14.1",
"jsdom": "^21.1.0",
"jspdf": "3.0.3",
"karma": "^6.4.3",
"karma-browserstack-launcher": "^1.6.0",
"karma-chrome-launcher": "^3.2.0",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^2.1.3",
"karma-generic-preprocessor": "^1.1.1",
"karma-ie-launcher": "^1.0.0",
"karma-qunit": "^4.2.0",
"karma-safari-launcher": "^1.0.0",
"karma-sharding": "^4.4.0",
"lint-staged": "^15.2.5",
"lolex": "^6.0.0",
"marked": "^4.2.12",
"moment": "2.30",
"moment-timezone": "^0.5.45",
"node-fetch": "^2.6.12",
"plugin-error": "^2.0.1",
"pngjs": "^6.0.0",
"pretty": "^2.0.0",
"proj4": "2.3.6",
"qunit": "^2.21.0",
"requirejs": "^2.3.7",
"semver": "^7.6.2",
"stylelint": "^14.16.1",
"stylelint-config-standard": "^29.0.0",
"svg2pdf.js": "2.6.0",
"topojson-client": "^3.1.0",
"ts-node": "^10.9.2",
"tsx": "^4.20.6",
"typedoc": "^0.28.13",
"typedoc-plugin-rename-defaults": "^0.7.3",
"typescript": "~5.9.3",
"undertaker-forward-reference": "^2.0.0",
"webpack": "^5.102.0",
"webpack-cli": "^5.1.4",
"yargs": "^17.7.2"
},
"workspaces": [
"tools/docs-preview"
],
"overrides": {
"gulp-jsdoc3": {
"jsdoc": "^4.0.3"
},
"dateformat": {
"meow": "9.0.0"
}
},
"engines": {
"node": ">=14.14.0"
},
"lint-staged": {
"*.js": [
"eslint"
],
"**/demo.ts": [
"eslint"
],
"./ts/!(Dashboards|Grid)**/*.ts": [
"npm run lint"
],
"./ts/Dashboards/**/*.ts": [
"cd ts/Dashboards && npx eslint ."
],
"./ts/Grid/**/*.ts": [
"npm run glint"
],
"*.css": [
"stylelint"
],
"./docs/**/*.md": [
"npx cspell -c ./tools/cspell/cspell.json"
]
},
"license": "SEE LICENSE IN <license.txt>"
}