Update Polestar, remove OpenPanel

This commit is contained in:
Korbs 2024-09-05 00:23:36 -04:00
parent cc2ce2893d
commit 4a9d663e5b
2 changed files with 5 additions and 6 deletions

BIN
bun.lockb Executable file

Binary file not shown.

View file

@ -29,22 +29,21 @@
"anonymous" "anonymous"
], ],
"scripts": { "scripts": {
"start": "astro dev --config ./source/astro.mjs --host", "start": "astro dev --config ./web/astro.mjs --host",
"translate": "astro-i18next --config ./source/astro-i18next.config.mjs generate", "translate": "astro-i18next --config ./web/astro-i18next.config.mjs generate",
"build": "astro build --config ./source/astro.js" "build": "astro build --config ./web/astro.mjs"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^3.1.5", "@astrojs/mdx": "^3.1.5",
"@astrojs/node": "^8.3.3", "@astrojs/node": "^8.3.3",
"@astrojs/vue": "^4.5.0", "@astrojs/vue": "^4.5.0",
"@iconoir/vue": "^7.8.0", "@iconoir/vue": "^7.8.0",
"@minpluto/polestar": "^0.0.4", "@minpluto/polestar": "^0.0.51",
"@minpluto/zorn": "^0.4.51", "@minpluto/zorn": "^0.4.51",
"@nurodev/astro-bun": "^1.1.5", "@nurodev/astro-bun": "^1.1.5",
"@openpanel/sdk": "^1.0.0",
"@supabase/supabase-js": "^2.45.3", "@supabase/supabase-js": "^2.45.3",
"astro": "^4.15.2", "astro": "^4.15.2",
"astro-tooltips": "^0.6.2", "astro-tooltips": "^0.6.2",
"sass": "^1.77.8" "sass": "^1.78.0"
} }
} }