mirror of
https://github.com/xHyroM/links.git
synced 2024-11-10 02:28:06 +01:00
38 lines
1 KiB
JSON
38 lines
1 KiB
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": "^3.1.2",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@iconify-json/cib": "^1.1.8",
|
|
"@iconify-json/fluent-emoji-flat": "^1.1.16",
|
|
"@iconify-json/ic": "^1.1.17",
|
|
"@iconify-json/material-symbols": "^1.1.76",
|
|
"@iconify-json/mdi": "^1.1.64",
|
|
"@iconify-json/mingcute": "^1.1.17",
|
|
"@iconify-json/simple-icons": "^1.1.97",
|
|
"@playform/compress-astro": "^0.0.2",
|
|
"astro": "^4.5.13",
|
|
"astro-icon": "^1.1.0",
|
|
"astro-robots-txt": "^1.0.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"cssnano": "^6.1.2",
|
|
"postcss": "^8.4.38",
|
|
"sharp": "^0.33.3",
|
|
"tailwindcss": "^3.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-astro": "^0.13.0",
|
|
"prettier-plugin-tailwindcss": "^0.5.13"
|
|
}
|
|
}
|