forked from highcharts/highcharts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 4.46 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
{
"name": "highcharts",
"version": "11.1.0",
"description": "JavaScript charting framework",
"module": "es-modules/masters/highcharts.src.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": {
"dapi": "gulp --series dashboards/api-docs dashboards/api-server",
"dbuild": "gulp dashboards/dist",
"dgulp": "gulp dashboards/scripts-watch",
"dtest": "gulp dashboards/test",
"test": "npx gulp test-ts --force && npx gulp test --force --speak",
"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": "npx karma start test/typescript-karma/karma-conf.js",
"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",
"ts-compile:test": "npx tsc -p test && npx tsc -p samples",
"gulp": "npx gulp",
"utils": "highcharts-utils",
"prepare": "husky install",
"benchmark": "cd test/ts-node-unit-tests && node -r ts-node/register bench.ts",
"benchmark-compare": "cd test/ts-node-unit-tests && node -r ts-node/register benchmark-compare.ts"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.282.0",
"@aws-sdk/credential-providers": "^3.421.0",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@cypress-audit/lighthouse": "^1.4.2",
"@highcharts/highcharts-assembler": "github:highcharts/highcharts-assembler#v1.5.3",
"@highcharts/highcharts-declarations-generator": "github:highcharts/highcharts-declarations-generator#v1.1.26",
"@highcharts/highcharts-documentation-generators": "github:highcharts/highcharts-documentation-generators#v0.6.6",
"@highcharts/map-collection": "^2.0.1",
"@octokit/rest": "^19.0.7",
"@types/jquery": "^3.5.16",
"@types/qunit": "^2.19.4",
"@types/trusted-types": "^2.0.2",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"babel-eslint": "^10.1.0",
"browserify": "^17.0.0",
"cloudflare": "^2.9.1",
"colors": "^1.4.0",
"cypress": "^13.2.0",
"cypress-visual-regression": "^2.1.1",
"dtslint": "^4.2.1",
"eslint": "^8.33.0",
"eslint-config-eslint": "^7.0.0",
"eslint-plugin-highcharts": "github:highcharts/eslint-plugin-highcharts#v1.0.9",
"eslint-plugin-jsdoc": "^39.7.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-security": "^1.7.0",
"fs-extra": "^11.1.0",
"gifencoder": "^2.0.1",
"glob": "^8.1.0",
"google-closure-compiler": "20200504.0.0",
"gulp": "^4.0.2",
"gulp-jsdoc3": "^3.0.0",
"gulp-zip": "^5.1.0",
"gzip-size": "6.0.0",
"highsoft-websearch": "github:highcharts/highsoft-websearch#v0.0.3",
"husky": "^8.0.3",
"js-yaml": "3.14.1",
"jsdom": "^21.1.0",
"jspdf": "^2.5.1",
"karma": "^6.4.1",
"karma-browserstack-launcher": "^1.6.0",
"karma-chrome-launcher": "^3.1.1",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^2.1.2",
"karma-generic-preprocessor": "^1.1.1",
"karma-ie-launcher": "^1.0.0",
"karma-qunit": "^4.1.2",
"karma-safari-launcher": "^1.0.0",
"karma-sharding": "^4.4.0",
"lint-staged": "^13.1.0",
"lolex": "^6.0.0",
"marked": "^4.2.12",
"node-fetch": "^2.6.12",
"plugin-error": "^2.0.1",
"pngjs": "^6.0.0",
"pretty": "^2.0.0",
"qunit": "^2.19.4",
"request": "^2.88.2",
"semver": "^7.3.8",
"stylelint": "^14.16.1",
"stylelint-config-standard": "^29.0.0",
"svg2pdf.js": "^2.2.1",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typedoc-plugin-rename-defaults": "^0.6.5",
"typescript": "~5.1.3",
"undertaker-forward-reference": "^2.0.0",
"webpack": "^5.75.0",
"yargs": "^17.6.2"
},
"engines": {
"node": ">=14.14.0"
},
"lint-staged": {
"*.js": [
"eslint"
],
"*.css": [
"stylelint"
]
},
"license": "SEE LICENSE IN <license.txt>"
}