-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 989 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 989 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
39
40
41
42
43
44
45
46
{
"name": "@jop-software/hx-chart",
"version": "1.0.2",
"description": "",
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
"build": "vite build"
},
"exports": {
".": {
"import": "./dist/hx-chart.es.js",
"require": "./dist/hx-chart.umd.js"
}
},
"main": "./dist/hx-chart.umd.js",
"module": "./dist/hx-chart.es.js",
"files": [
"dist",
"editors/jetbrains/web-types.json"
],
"keywords": [
"htmx",
"htmx-extension",
"chart.js",
"charts",
"htmx-charts"
],
"author": "jop-software Inh. Johannes Przymusinski",
"license": "MIT",
"devDependencies": {
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0"
},
"dependencies": {
"chart.js": "^4.4.1",
"htmx.org": "^1.9.10"
},
"repository": {
"type": "git",
"url": "https://github.com/jop-software/hx-chart"
},
"packageManager": "pnpm@8.13.1",
"web-types": "editors/jetbrains/web-types.json"
}