3e24341f17
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
31 lines
830 B
JSON
31 lines
830 B
JSON
{
|
|
"name": "@astrojs/renderer-svelte",
|
|
"version": "0.4.0-next.0",
|
|
"description": "Use Svelte components within Astro",
|
|
"type": "module",
|
|
"author": "withastro",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/withastro/astro.git",
|
|
"directory": "packages/renderers/renderer-svelte"
|
|
},
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
"homepage": "https://astro.build",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./*": "./*",
|
|
"./client.js": "./client.js",
|
|
"./server.js": "./server.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.37",
|
|
"postcss-load-config": "^3.1.1",
|
|
"svelte": "^3.46.4",
|
|
"svelte-preprocess": "^4.10.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || >=16.0.0"
|
|
}
|
|
}
|