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-04-02 19:30:20 +02:00
|
|
|
"@astrojs/sitemap": "^3.1.2",
|
2024-01-11 15:29:33 +01:00
|
|
|
"@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",
|
2024-04-02 19:30:20 +02:00
|
|
|
"@iconify-json/material-symbols": "^1.1.76",
|
2024-01-11 15:48:33 +01:00
|
|
|
"@iconify-json/mdi": "^1.1.64",
|
2024-04-02 19:30:20 +02:00
|
|
|
"@iconify-json/mingcute": "^1.1.17",
|
|
|
|
"@iconify-json/simple-icons": "^1.1.97",
|
2024-04-12 15:22:09 +02:00
|
|
|
"@playform/compress": "^0.0.3",
|
2024-04-02 19:30:20 +02:00
|
|
|
"astro": "^4.5.13",
|
|
|
|
"astro-icon": "^1.1.0",
|
2024-01-11 15:29:33 +01:00
|
|
|
"astro-robots-txt": "^1.0.0",
|
2024-04-02 19:30:20 +02:00
|
|
|
"autoprefixer": "^10.4.19",
|
|
|
|
"cssnano": "^6.1.2",
|
|
|
|
"postcss": "^8.4.38",
|
|
|
|
"sharp": "^0.33.3",
|
|
|
|
"tailwindcss": "^3.4.3"
|
2023-01-06 22:12:31 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-04-02 19:30:20 +02:00
|
|
|
"prettier": "^3.2.5",
|
|
|
|
"prettier-plugin-astro": "^0.13.0",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.5.13"
|
2023-01-06 20:10:00 +01:00
|
|
|
}
|
|
|
|
}
|