mirror of
https://github.com/maciejpedzich/six-degs-of-f1.git
synced 2024-11-12 17:43:02 +01:00
21 lines
431 B
JSON
21 lines
431 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/check": "^0.5.6",
|
|
"@picocss/pico": "^2.0.6",
|
|
"astro": "^4.4.14",
|
|
"neo4j-driver": "^5.18.0",
|
|
"typescript": "^5.4.2",
|
|
"vis-network": "^9.1.9"
|
|
}
|
|
}
|