Update package.json

This commit is contained in:
2026-02-03 03:45:31 +04:00
parent bcc07301ec
commit dd4afc77a7
10 changed files with 588 additions and 659 deletions

View File

@@ -11,7 +11,8 @@ WORKDIR /app
COPY package.json pnpm-lock.yaml ./
# Устанавливаем зависимости
RUN pnpm install --frozen-lockfile
# Если lockfile не синхронизирован, обновляем его автоматически
RUN pnpm install
# Копируем остальные файлы проекта
COPY . .

View File

@@ -22,7 +22,7 @@
"@astrojs/sitemap": "^3.7.0",
"@astrojs/svelte": "7.2.5",
"@astrojs/vercel": "^9.0.4",
"@astrojs/node": "^8.4.0",
"@astrojs/node": "^9.5.2",
"@expressive-code/core": "^0.41.6",
"@expressive-code/plugin-collapsible-sections": "^0.41.6",
"@expressive-code/plugin-line-numbers": "^0.41.6",

1216
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

Binary file not shown.

BIN
public/assets/music/war.mp3 Normal file

Binary file not shown.

View File

@@ -156,7 +156,31 @@ footer:
enable: false
particle:
enable: false
musicPlayer:
enable: false
enable: true
mode: "local"
local:
playlist:
- id: 1
title: "Children of the Omnissiah (Warhammer 40,000: Mechanicus OST)"
artist: "Guillaume David"
cover: "assets/images/war.jpg"
url: "assets/music/war.mp3"
duration: 106
- id: 2
title: "Move (Rimworld P-Music)"
artist: "Peppsen"
cover: "assets/images/rimworld.jpg"
url: "assets/music/rimworld.mp3"
duration: 204
- id: 3
title: "Reflecting"
artist: "Michael Regner"
cover: "assets/images/reflecting.jpg"
url: "assets/music/reflecting.mp3"
duration: 90
autoplay: true
pio:
enable: false