mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 01:18:53 +00:00
* format test config * chore: changed name for store file * updated vite in example project * chore: fix manual install instructions * chore: updated instructions and examples in readme * chore: fix igniter installer * chore: fix igniter installer tests. update guides
27 lines
749 B
JSON
27 lines
749 B
JSON
{
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@editorjs/editorjs": "^2.31.0",
|
|
"lodash": "^4.17.21",
|
|
"@editorjs/header": "^2.8.8",
|
|
"@editorjs/list": "^2.0.2",
|
|
"dynamic-marquee": "^2.6.5",
|
|
"live_svelte": "file:../",
|
|
"phoenix": "file:./deps/phoenix",
|
|
"phoenix_html": "file:./deps/phoenix_html",
|
|
"phoenix_live_view": "file:./deps/phoenix_live_view",
|
|
"runed": "^0.37.1",
|
|
"svelte-dnd-action": "^0.9.56",
|
|
"topbar": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^7.0",
|
|
"@tailwindcss/vite": "^4.1.0",
|
|
"daisyui": "^5.0.0",
|
|
"phoenix_vite": "file:./deps/phoenix_vite",
|
|
"svelte": "^5.53.7",
|
|
"tailwindcss": "^4.1.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^8.0"
|
|
}
|
|
}
|