-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 806 Bytes
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
{
"name": "chartjs-plugin-roughness",
"version": "1.0.6",
"description": "Make your chart.js roughness",
"module": "index.js",
"type": "module",
"scripts": {
"dev": "vite dev"
},
"keywords": [
"Chart.js",
"roughjs",
"roughness",
"sketchy"
],
"author": "634750802",
"license": "MIT",
"repository": {
"type": "github",
"url": "https://github.com/634750802/chartjs-plugin-roughness.git"
},
"packageManager": "pnpm@8.6.0",
"devDependencies": {
"@kurkle/color": "^0.3.2",
"@napi-rs/canvas": "^0.1.41",
"chart.js": "^4.3.0",
"chartjs-adapter-luxon": "^1.3.1",
"luxon": "^3.3.0",
"vite": "^4.3.9"
},
"peerDependencies": {
"chart.js": "^4.3.0"
},
"dependencies": {
"d3-path": "^3.1.0",
"roughjs": "^4.5.2"
}
}