mirror of
https://github.com/StepanovPlaton/AboutMe.git
synced 2026-04-05 13:20:49 +04:00
Update package.json
This commit is contained in:
@@ -11,7 +11,8 @@ WORKDIR /app
|
|||||||
COPY package.json pnpm-lock.yaml ./
|
COPY package.json pnpm-lock.yaml ./
|
||||||
|
|
||||||
# Устанавливаем зависимости
|
# Устанавливаем зависимости
|
||||||
RUN pnpm install --frozen-lockfile
|
# Если lockfile не синхронизирован, обновляем его автоматически
|
||||||
|
RUN pnpm install
|
||||||
|
|
||||||
# Копируем остальные файлы проекта
|
# Копируем остальные файлы проекта
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"@astrojs/sitemap": "^3.7.0",
|
"@astrojs/sitemap": "^3.7.0",
|
||||||
"@astrojs/svelte": "7.2.5",
|
"@astrojs/svelte": "7.2.5",
|
||||||
"@astrojs/vercel": "^9.0.4",
|
"@astrojs/vercel": "^9.0.4",
|
||||||
"@astrojs/node": "^8.4.0",
|
"@astrojs/node": "^9.5.2",
|
||||||
"@expressive-code/core": "^0.41.6",
|
"@expressive-code/core": "^0.41.6",
|
||||||
"@expressive-code/plugin-collapsible-sections": "^0.41.6",
|
"@expressive-code/plugin-collapsible-sections": "^0.41.6",
|
||||||
"@expressive-code/plugin-line-numbers": "^0.41.6",
|
"@expressive-code/plugin-line-numbers": "^0.41.6",
|
||||||
|
|||||||
1216
pnpm-lock.yaml
generated
1216
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
BIN
public/assets/images/reflecting.jpg
Normal file
BIN
public/assets/images/reflecting.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
BIN
public/assets/images/rimworld.jpg
Normal file
BIN
public/assets/images/rimworld.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
BIN
public/assets/images/war.jpg
Normal file
BIN
public/assets/images/war.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 237 KiB |
BIN
public/assets/music/reflecting.mp3
Normal file
BIN
public/assets/music/reflecting.mp3
Normal file
Binary file not shown.
BIN
public/assets/music/war.mp3
Normal file
BIN
public/assets/music/war.mp3
Normal file
Binary file not shown.
@@ -156,7 +156,31 @@ footer:
|
|||||||
enable: false
|
enable: false
|
||||||
particle:
|
particle:
|
||||||
enable: false
|
enable: false
|
||||||
|
|
||||||
musicPlayer:
|
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:
|
pio:
|
||||||
enable: false
|
enable: false
|
||||||
Reference in New Issue
Block a user