forked from typpo/quickchart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.96 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.96 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
{
"name": "quickchart",
"version": "1.0.8-leon",
"main": "index.js",
"license": "AGPL-3.0",
"homepage": "https://quickchart.io/",
"repository": {
"type": "git",
"url": "https://github.com/typpo/quickchart.git"
},
"scripts": {
"start": "node --max-http-header-size=65536 index.js",
"format": "prettier --write \"**/*.js\"",
"test": "PORT=3401 NODE_ENV=test mocha --exit --recursive test/ci/",
"test:watch": "PORT=2998 NODE_ENV=test chokidar '**/*.js' --initial --ignore node_modules -c 'mocha --exit --recursive test/'",
"build": "webpack"
},
"resolutions": {
"canvas": "2.11.2"
},
"dependencies": {
"bunyan": "^1.8.12",
"canvas": "^2.11.2",
"canvas-5-polyfill": "^0.1.5",
"chart.js": "^2.9.4",
"chart.js-v3": "npm:chart.js@3.9.1",
"chart.js-v4": "npm:chart.js@4.0.1",
"chartjs-adapter-moment": "https://github.com/typpo/chartjs-adapter-moment.git#e9bc92ab6e0e500c91c4a9871db7b14d15b5c2e7",
"chartjs-chart-box-and-violin-plot": "^2.4.0",
"chartjs-chart-radial-gauge": "^1.0.3",
"chartjs-node-canvas": "^3.0.6",
"chartjs-plugin-annotation": "^0.5.7",
"chartjs-plugin-colorschemes": "https://github.com/typpo/chartjs-plugin-colorschemes.git#979ef8e599265f65c85d5dae90b543d5589c734a",
"chartjs-plugin-datalabels": "^0.5.0",
"chartjs-plugin-doughnutlabel": "^2.0.3",
"chartjs-plugin-piechart-outlabels": "^0.1.4",
"deepmerge": "^4.2.2",
"express": "^4.19.2",
"express-rate-limit": "^5.0.0",
"javascript-stringify": "^2.0.0",
"node-fetch": "^2.6.7",
"patternomaly": "^1.3.2",
"pdfkit": "^0.15.1",
"qrcode": "^1.3.3",
"qs": "^6.7.0",
"sharp": "^0.32.6",
"text2png": "^2.1.0",
"viz.js": "^2.1.2"
},
"devDependencies": {
"@babel/core": "7",
"@babel/preset-env": "7",
"babel-loader": "8",
"webpack": "4",
"webpack-cli": "4",
"webpack-node-externals": "^3.0.0"
},
"peerDependencies": {
"chart.js": ">= 2.0.0"
}
}