-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 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
{
"name": "vercel-chartjs-node-canvas",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:karintou8710/vercel-chartjs-node-canvas.git",
"author": "karintou8710 <[email protected]>",
"license": "MIT",
"scripts": {
"lint": "eslint api/*.ts",
"format": "prettier --write api/*.ts",
"vercel-build": "yum --skip-broken install libuuid-devel libmount-devel && cp /lib64/{libuuid,libmount,libblkid}.so.1 node_modules/canvas/build/Release/"
},
"dependencies": {
"canvas": "2.6.1",
"chart.js": "^3.5.0",
"chartjs-node-canvas": "^3.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@vercel/node": "^1.12.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"prettier": "^2.6.2"
}
}