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": {
|
2024-01-11 15:29:33 +01:00
|
|
|
"@astrojs/sitemap": "^3.0.4",
|
|
|
|
"@astrojs/tailwind": "^5.1.0",
|
2024-01-11 15:48:33 +01:00
|
|
|
"@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.69",
|
|
|
|
"@iconify-json/mdi": "^1.1.64",
|
|
|
|
"@iconify-json/mingcute": "^1.1.15",
|
|
|
|
"@iconify-json/simple-icons": "^1.1.87",
|
2024-01-11 15:29:33 +01:00
|
|
|
"astro": "^4.1.2",
|
|
|
|
"astro-compress": "^2.2.7",
|
2024-01-11 15:48:33 +01:00
|
|
|
"astro-icon": "^1.0.2",
|
2024-01-11 15:29:33 +01:00
|
|
|
"astro-robots-txt": "^1.0.0",
|
|
|
|
"autoprefixer": "^10.4.16",
|
|
|
|
"cssnano": "^6.0.3",
|
|
|
|
"postcss": "^8.4.33",
|
|
|
|
"sharp": "^0.33.1",
|
|
|
|
"tailwindcss": "^3.4.1"
|
2023-01-06 22:12:31 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-11 15:29:33 +01:00
|
|
|
"prettier": "^3.1.1",
|
|
|
|
"prettier-plugin-astro": "^0.12.3",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.5.11"
|
2023-01-06 20:10:00 +01:00
|
|
|
}
|
|
|
|
}
|