forked from typpo/quickchart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "quickchart",
"version": "1.0.0",
"main": "index.js",
"license": "GPL-3.0",
"homepage": "https://quickchart.io/",
"repository": {
"type": "git",
"url": "https://github.com/typpo/quickchart.git"
},
"scripts": {
"start": "node index.js",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"chart.js": "^2.7.3",
"chartjs-chart-radial-gauge": "^1.0.3",
"chartjs-node-canvas": "https://github.com/typpo/ChartjsNodeCanvas.git#c34802fc3c30e4d1992678134d3ee10d160f65f4",
"chartjs-plugin-annotation": "^0.5.7",
"chartjs-plugin-datalabels": "^0.5.0",
"chartjs-plugin-piechart-outlabels": "^0.1.4",
"express": "^4.16.4",
"express-nunjucks": "^2.2.3",
"express-rate-limit": "^5.0.0",
"nunjucks": "^3.1.7",
"qrcode": "^1.3.3",
"qs": "^6.7.0",
"static-eval": "^2.0.2",
"text2png": "^2.1.0",
"vm2": "^3.6.10",
"winston": "^2.3.1"
},
"devDependencies": {
"eslint": "^5.15.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0"
}
}