mirror of
https://github.com/maciejpedzich/six-degs-of-f1.git
synced 2024-11-27 15:55:47 +01:00
a11c15679e
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.15.1 to 4.16.6. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.16.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
489 B
JSON
24 lines
489 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.6",
|
|
"neo4j-driver": "^5.24.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.3",
|
|
"@picocss/pico": "^2.0.6",
|
|
"typescript": "^5.5.4",
|
|
"vis-network": "^9.1.9"
|
|
}
|
|
}
|