0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 17:19:22 +01:00
svelte/playgrounds/sandbox/package.json
Simon Holthausen fe8a9ce31d breaking: init Svelte 5
Co-authored-by: Rich Harris <rich.harris@vercel.com>
Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
Co-authored-by: Dominic Gannaway <dg@domgan.com>
2023-11-10 15:48:23 +01:00

14 lines
263 B
JSON

{
"name": "svelte-playgrounds-sandbox",
"private": true,
"type": "module",
"license": "MIT",
"version": "0.0.1",
"dependencies": {
"@types/minimist": "^1.2.2",
"minimist": "^1.2.8",
"svelte": "workspace:^",
"tiny-glob": "^0.2.9"
}
}