mirror of
https://github.com/System-End/shipment-viewer.git
synced 2026-04-19 22:05:10 +00:00
18 lines
356 B
JSON
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"
|
|
}
|
|
}
|