26 lines
535 B
JSON
26 lines
535 B
JSON
|
{
|
||
|
"name": "@ohrm/oxd",
|
||
|
"license": "GPL-3.0",
|
||
|
"version": "2.0.0-alpha.12",
|
||
|
"dependencies": {
|
||
|
"@revolist/vue3-datagrid": "^3.2.17",
|
||
|
"chart.js": "^4.1.2",
|
||
|
"date-fns": "^2.29.3",
|
||
|
"mitt": "^3.0.0",
|
||
|
"nanoid": "^4.0.0"
|
||
|
},
|
||
|
"main": "index.umd.js",
|
||
|
"unpkg": "index.umd.js",
|
||
|
"module": "index.es.js",
|
||
|
"browser": "index.umd.js",
|
||
|
"types": "./types/index.d.ts",
|
||
|
"engines": {
|
||
|
"node": ">=18.12.1",
|
||
|
"yarn": ">=3.3.1"
|
||
|
},
|
||
|
"packageManager": "yarn@3.3.1",
|
||
|
"peerDependencies": {
|
||
|
"vue": "3.x"
|
||
|
}
|
||
|
}
|