six-degs-of-f1/package.json
dependabot[bot] 03375bd21f
Bump astro from 4.16.8 to 4.16.18
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.8 to 4.16.18.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/astro@4.16.18/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.16.18/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-19 21:21:42 +00:00

24 lines
490 B
JSON

{
"name": "sixdegs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^8.3.4",
"astro": "^4.16.18",
"neo4j-driver": "^5.26.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@picocss/pico": "^2.0.6",
"typescript": "^5.5.4",
"vis-network": "^9.1.9"
}
}