six-degs-of-f1/package.json

24 lines
489 B
JSON
Raw Permalink 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-09-01 10:35:26 +02:00
"@astrojs/node": "^8.3.3",
"astro": "^4.15.1",
"neo4j-driver": "^5.24.0"
},
"devDependencies": {
2024-09-01 10:35:26 +02:00
"@astrojs/check": "^0.9.3",
"@picocss/pico": "^2.0.6",
2024-09-01 10:35:26 +02:00
"typescript": "^5.5.4",
"vis-network": "^9.1.9"
2024-03-07 20:40:03 +01:00
}
2024-03-07 21:56:44 +01:00
}