mirror of
https://github.com/xHyroM/links.git
synced 2024-11-10 02:28:06 +01:00
29 lines
677 B
JSON
29 lines
677 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/sitemap": "^1.2.1",
|
|
"@astrojs/tailwind": "^3.1.1",
|
|
"astro": "^2.1.9",
|
|
"astro-compress": "^1.1.35",
|
|
"astro-robots-txt": "^0.4.1",
|
|
"autoprefixer": "^10.4.13",
|
|
"cssnano": "^5.1.14",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^3.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.8.7",
|
|
"prettier-plugin-astro": "^0.8.0",
|
|
"prettier-plugin-tailwindcss": "^0.2.6"
|
|
}
|
|
}
|