0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -05:00
astro/packages/integrations/web-vitals/test/fixtures/basics/package.json
renovate[bot] 3357ff6497
fix(deps): update all non-major dependencies (#13008)
* fix(deps): update all non-major dependencies

* chore: lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Kane <m@mk.gg>
2025-01-20 15:38:35 +00:00

16 lines
336 B
JSON

{
"name": "@test/web-vitals",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/db": "workspace:*",
"@astrojs/node": "^9.0.1",
"@astrojs/web-vitals": "workspace:*",
"astro": "workspace:*"
}
}