mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
16 lines
315 B
JSON
16 lines
315 B
JSON
|
{
|
||
|
"name": "@astro-renderer/svelte",
|
||
|
"version": "0.0.1",
|
||
|
"type": "module",
|
||
|
"exports": {
|
||
|
".": "./index.js",
|
||
|
"./client": "./client.js",
|
||
|
"./server": "./server.js",
|
||
|
"./package.json": "./package.json"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"svelte": "^3.35.0",
|
||
|
"@snowpack/plugin-svelte": "^3.7.0"
|
||
|
}
|
||
|
}
|