six-degs-of-f1/package.json

24 lines
489 B
JSON
Raw Normal View History

2024-03-07 20:40:03 +01:00
{
2024-04-29 11:42:00 +02:00
"name": "sixdegs",
2024-03-07 20:40:03 +01:00
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-04-29 22:14:04 +02:00
"@astrojs/node": "^8.2.5",
2024-03-07 21:56:44 +01:00
"astro": "^4.4.14",
"neo4j-driver": "^5.18.0"
},
"devDependencies": {
"@astrojs/check": "^0.5.6",
"@picocss/pico": "^2.0.6",
"typescript": "^5.4.2",
"vis-network": "^9.1.9"
2024-03-07 20:40:03 +01:00
}
2024-03-07 21:56:44 +01:00
}