Use year for version, update name, remove unused packages
This commit is contained in:
parent
872c0edbf1
commit
d3b6598f38
2 changed files with 3 additions and 13 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
16
package.json
16
package.json
|
@ -1,29 +1,19 @@
|
||||||
{
|
{
|
||||||
"name": "mechanical-meteorite",
|
"name": "sudovanilla-org",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "2024.12.5",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev"
|
||||||
"start": "astro dev",
|
|
||||||
"build": "astro build",
|
|
||||||
"preview": "astro preview",
|
|
||||||
"astro": "astro",
|
|
||||||
"docker:build": "docker build -t ark.sudovanilla.org/korbs/sudovanilla-website .",
|
|
||||||
"docker:push": "docker push ark.sudovanilla.org/korbs/sudovanilla-website"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/markdoc": "^0.11.5",
|
|
||||||
"@astrojs/mdx": "^3.1.9",
|
"@astrojs/mdx": "^3.1.9",
|
||||||
"@astrojs/node": "^8.3.4",
|
"@astrojs/node": "^8.3.4",
|
||||||
"@astrojs/vue": "^4.5.3",
|
"@astrojs/vue": "^4.5.3",
|
||||||
"@iconoir/vue": "^7.10.0",
|
"@iconoir/vue": "^7.10.0",
|
||||||
"@meilisearch/instant-meilisearch": "^0.22.0",
|
|
||||||
"@playform/compress": "^0.1.6",
|
|
||||||
"@sudovanilla/errors": "^3.0.0",
|
"@sudovanilla/errors": "^3.0.0",
|
||||||
"@sudovanilla/pandora": "^1.7.3",
|
"@sudovanilla/pandora": "^1.7.3",
|
||||||
"@tryghost/content-api": "^1.11.21",
|
"@tryghost/content-api": "^1.11.21",
|
||||||
"astro": "^4.16.14",
|
"astro": "^4.16.14",
|
||||||
"astro-better-image-service": "^2.0.37",
|
|
||||||
"astro-color-mode": "^0.7.1",
|
"astro-color-mode": "^0.7.1",
|
||||||
"astro-robots-txt": "^1.0.0",
|
"astro-robots-txt": "^1.0.0",
|
||||||
"astro-tooltips": "^0.6.2",
|
"astro-tooltips": "^0.6.2",
|
||||||
|
|
Loading…
Reference in a new issue