mirror of
https://github.com/xHyroM/links.git
synced 2024-11-10 02:28:06 +01:00
27 lines
608 B
JSON
27 lines
608 B
JSON
{
|
|
"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": {
|
|
"@astrojs/image": "^0.12.1",
|
|
"@astrojs/sitemap": "^1.0.0",
|
|
"@astrojs/tailwind": "^2.1.3",
|
|
"@astrojs/vercel": "^2.4.0",
|
|
"astro": "^1.9.0",
|
|
"astro-compress": "^1.1.24",
|
|
"autoprefixer": "^10.4.13",
|
|
"cssnano": "^5.1.14",
|
|
"tailwindcss": "^3.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"astro-robots-txt": "^0.3.10"
|
|
}
|
|
}
|