mirror of
https://github.com/maciejpedzich/six-degs-of-f1.git
synced 2024-11-27 15:55:47 +01:00
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.3",
|
|
"astro": "^4.15.1",
|
|
"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"
|
|
}
|
|
}
|