astro/packages/integrations/cloudflare/test/fixtures/with-solid-js/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
255 B
JSON
Raw Normal View History

{
"name": "@test/astro-cloudflare-with-solid-js",
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"@astrojs/solid-js": "workspace:*",
2023-06-21 13:09:49 +00:00
"astro": "workspace:*",
2023-08-23 11:52:13 +00:00
"solid-js": "^1.7.11"
}
}