mirror of
https://github.com/prodigist/ReactiveNotes.git
synced 2026-07-22 12:30:26 +00:00
17 lines
382 B
JSON
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"
|
|
}
|
|
}
|