Update Polestar, remove OpenPanel
This commit is contained in:
parent
cc2ce2893d
commit
4a9d663e5b
2 changed files with 5 additions and 6 deletions
BIN
bun.lockb
Executable file
BIN
bun.lockb
Executable file
Binary file not shown.
11
package.json
11
package.json
|
@ -29,22 +29,21 @@
|
|||
"anonymous"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "astro dev --config ./source/astro.mjs --host",
|
||||
"translate": "astro-i18next --config ./source/astro-i18next.config.mjs generate",
|
||||
"build": "astro build --config ./source/astro.js"
|
||||
"start": "astro dev --config ./web/astro.mjs --host",
|
||||
"translate": "astro-i18next --config ./web/astro-i18next.config.mjs generate",
|
||||
"build": "astro build --config ./web/astro.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^3.1.5",
|
||||
"@astrojs/node": "^8.3.3",
|
||||
"@astrojs/vue": "^4.5.0",
|
||||
"@iconoir/vue": "^7.8.0",
|
||||
"@minpluto/polestar": "^0.0.4",
|
||||
"@minpluto/polestar": "^0.0.51",
|
||||
"@minpluto/zorn": "^0.4.51",
|
||||
"@nurodev/astro-bun": "^1.1.5",
|
||||
"@openpanel/sdk": "^1.0.0",
|
||||
"@supabase/supabase-js": "^2.45.3",
|
||||
"astro": "^4.15.2",
|
||||
"astro-tooltips": "^0.6.2",
|
||||
"sass": "^1.77.8"
|
||||
"sass": "^1.78.0"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue