six-degs-of-f1/package.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.2.5",
"@picocss/pico": "^2.0.6",
"astro": "^4.4.14",
"neo4j-driver": "^5.18.0",
"vis-network": "^9.1.9"
},
"devDependencies": {
"@astrojs/check": "^0.5.6",
"typescript": "^5.4.2"
}
}