VEL-Connect/example_dashboard_astro/package.json

20 lines
453 B
JSON

{
"name": "example_dashboard_astro",
"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.4.1",
"@velaboratory/velconnect": "../../VEL-Connect/velconnect-npm",
"astro": "^4.2.1",
"simpledotcss": "^2.2.1",
"typescript": "^5.3.3"
}
}