mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
20 lines
486 B
JSON
20 lines
486 B
JSON
{
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@vitest/coverage-v8": "^4.0.18",
|
|
"jsdom": "^28.1.0",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^4.0.18"
|
|
},
|
|
"dependencies": {
|
|
"phoenix": "file:../deps/phoenix",
|
|
"phoenix_html": "file:../deps/phoenix_html",
|
|
"phoenix_live_view": "file:../deps/phoenix_live_view"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:run": "vitest run",
|
|
"test:coverage": "vitest run --coverage",
|
|
"typecheck": "tsc --noEmit"
|
|
}
|
|
}
|