mirror of
https://github.com/maciejpedzich/six-degs-of-f1.git
synced 2025-01-18 13:24:44 +01:00
03375bd21f
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>
24 lines
490 B
JSON
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"
|
|
}
|
|
}
|