mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-15 18:15:10 +01:00
Fix JavaScript not working after switching pages
This commit is contained in:
18
package.json
18
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "midnightdust-eu",
|
||||
"description": "Website for Motschen's Projects. Based on Astro Accessible Starter by Mark Teekman.",
|
||||
"description": "Website for Motschen's Projects. Based on Astro Accessible Starter by Mark Teekman.",
|
||||
"version": "2.0.0",
|
||||
"author": "Martin Prokoph",
|
||||
"homepage": "https://www.midnightdust.eu/",
|
||||
@@ -11,24 +11,24 @@
|
||||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/mdx": "^2.3.1",
|
||||
"@astrojs/mdx": "^3.1.6",
|
||||
"@astrojs/partytown": "^2.1.2",
|
||||
"@astrojs/tailwind": "^5.1.1",
|
||||
"@iconify-json/ion": "^1.2.0",
|
||||
"@iconify-json/mdi": "^1.2.0",
|
||||
"@iconify-json/simple-icons": "^1.2.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
||||
"@typescript-eslint/parser": "^5.62.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.6.0",
|
||||
"@typescript-eslint/parser": "^8.6.0",
|
||||
"accessible-astro-components": "^2.3.6",
|
||||
"astro": "^4.15.7",
|
||||
"astro-compress": "^2.3.1",
|
||||
"astro-icon": "^1.1.1",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-plugin-astro": "^0.23.0",
|
||||
"eslint": "^9.10.0",
|
||||
"eslint-plugin-astro": "^1.2.4",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.0",
|
||||
"prettier": "^2.8.8",
|
||||
"prettier-plugin-astro": "^0.8.1",
|
||||
"prettier-plugin-tailwindcss": "^0.2.8",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.6.6",
|
||||
"sass": "^1.79.1",
|
||||
"svgo": "^3.3.2",
|
||||
"tailwindcss": "^3.4.12"
|
||||
|
||||
Reference in New Issue
Block a user