links/package.json

22 lines
455 B
JSON
Raw Normal View History

2023-01-06 20:10:00 +01:00
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2023-01-06 20:14:29 +01:00
"@astrojs/image": "^0.12.1",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3",
"@astrojs/vercel": "^2.4.0",
"astro": "^1.9.0",
"tailwindcss": "^3.2.4"
2023-01-06 20:10:00 +01:00
}
}