0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 09:09:35 +01:00
svelte/playgrounds/demo/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

22 lines
434 B
JSON

{
"name": "svelte-playgrounds-demo",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --host",
"ssr": "node ./server.js",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"svelte": "workspace:*"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.5.1",
"express": "^4.18.2",
"nodemon": "^3.0.1",
"vite": "^4.4.9"
}
}