mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
3357ff6497
* 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>
16 lines
336 B
JSON
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:*"
|
|
}
|
|
}
|