shipment-viewer/package.json
2024-09-10 14:59:26 -04:00

18 lines
356 B
JSON

{
"name": "shipment-viewer",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/vercel": "^7.8.0",
"airtable": "^0.12.2",
"astro": "^4.15.3",
"loops": "^3.2.0"
}
}