prodigist_ReactiveNotes/lwc-plugin-custom-primitives/package.json
2025-02-01 09:31:17 +00:00

17 lines
382 B
JSON

{
"name": "lwc-plugin-custom-primitives",
"type": "module",
"scripts": {
"dev": "vite --config src/vite.config.js",
"compile": "tsc && node compile.mjs"
},
"devDependencies": {
"typescript": "^5.0.4",
"vite": "^4.3.1"
},
"dependencies": {
"dts-bundle-generator": "^8.0.1",
"fancy-canvas": "^2.1.0",
"lightweight-charts": "^4.1.0-rc2"
}
}