mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-05 20:26:43 +02:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "accessible-astro-starter",
|
|
"description": "An Accessible Starter Theme for Astro including several accessibility features and tools to help you build faster.",
|
|
"version": "3.1.2",
|
|
"author": "Mark Teekman",
|
|
"homepage": "https://accessible-astro.netlify.app/",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/mdx": "^2.0.2",
|
|
"@astrojs/partytown": "^2.0.2",
|
|
"@astrojs/tailwind": "^5.0.4",
|
|
"@iconify-json/ion": "^1.1.15",
|
|
"@iconify-json/mdi": "^1.1.64",
|
|
"@typescript-eslint/eslint-plugin": "^5.50.0",
|
|
"@typescript-eslint/parser": "^5.50.0",
|
|
"accessible-astro-components": "^2.3.5",
|
|
"astro": "^4.0.7",
|
|
"astro-compress": "^2.0.6",
|
|
"astro-icon": "^1.0.2",
|
|
"eslint": "^8.33.0",
|
|
"eslint-plugin-astro": "^0.23.0",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"prettier": "^2.8.3",
|
|
"prettier-plugin-astro": "^0.8.0",
|
|
"prettier-plugin-tailwindcss": "^0.2.2",
|
|
"sass": "^1.49.9",
|
|
"svgo": "^3.2.0",
|
|
"tailwindcss": "^3.2.7"
|
|
}
|
|
}
|