|
19 | 19 | "deploy:nginx:local": "bash scripts/deploy-nginx.sh '~/traefik-proxy/apps/nmc-nginx-with-volume/website' lxc11",
|
20 | 20 | "deploy:docker": "bash scripts/deploy-docker.sh arm1 '~/traefik-proxy/apps/nmc-docker' nemanjamitic/nemanjam.github.io",
|
21 | 21 | "deploy:docker:local": "bash scripts/deploy-docker.sh lxc11 '~/traefik-proxy/apps/nmc-docker' nemanjamitic/nemanjam.github.io",
|
22 |
| - "docker:build:push:arm": "docker buildx build -f ./docker/Dockerfile -t nemanjamitic/nemanjam.github.io --build-arg ARG_SITE_URL='https://nmc-docker.arm1.nemanjamitic.com' ARG_PLAUSIBLE_SCRIPT_URL='https://plausible.arm1.nemanjamitic.com/js/script.js' --platform linux/arm64 --push .", |
23 |
| - "docker:build:push:x86": "docker buildx build -f ./docker/Dockerfile -t nemanjamitic/nemanjam.github.io --build-arg ARG_SITE_URL='https://nmc-docker.local.nemanjamitic.com' ARG_PLAUSIBLE_SCRIPT_URL='https://plausible.arm1.nemanjamitic.com/js/script.js' --platform linux/amd64 --push .", |
| 22 | + "docker:build:push:arm": "docker buildx build -f ./docker/Dockerfile -t nemanjamitic/nemanjam.github.io --build-arg ARG_SITE_URL='https://nmc-docker.arm1.nemanjamitic.com' --build-arg ARG_PLAUSIBLE_SCRIPT_URL='https://plausible.arm1.nemanjamitic.com/js/script.js' --platform linux/arm64 --push .", |
| 23 | + "docker:build:push:x86": "docker buildx build -f ./docker/Dockerfile -t nemanjamitic/nemanjam.github.io --build-arg ARG_SITE_URL='https://nmc-docker.local.nemanjamitic.com' --build-arg ARG_PLAUSIBLE_SCRIPT_URL='https://plausible.arm1.nemanjamitic.com/js/script.js' --platform linux/amd64 --push .", |
24 | 24 | "docker:push": "docker push nemanjamitic/nemanjam.github.io",
|
25 | 25 | "dc:up": "docker compose up --build --force-recreate -d"
|
26 | 26 | },
|
27 | 27 | "dependencies": {
|
28 |
| - "@astrojs/mdx": "^3.1.3", |
| 28 | + "@astrojs/mdx": "^3.1.5", |
29 | 29 | "@astrojs/partytown": "^2.1.2",
|
30 | 30 | "@astrojs/react": "^3.6.1",
|
31 | 31 | "@astrojs/sitemap": "^3.1.6",
|
32 | 32 | "@astrojs/tailwind": "^5.1.0",
|
33 | 33 | "@fontsource-variable/inter": "^5.0.20",
|
34 |
| - "@tailwindcss/typography": "^0.5.13", |
35 |
| - "astro": "^4.14.4", |
| 34 | + "astro": "^4.15.1", |
36 | 35 | "astro-embed": "^0.7.2",
|
37 |
| - "astro-expressive-code": "^0.35.6", |
| 36 | + "astro-expressive-code": "^0.36.1", |
38 | 37 | "astro-icon": "^1.1.0",
|
39 | 38 | "astro-remote": "^0.3.3",
|
40 | 39 | "astro-social-share": "^2.0.2",
|
|
46 | 45 | "giscus": "^1.5.0",
|
47 | 46 | "github-slugger": "^2.0.0",
|
48 | 47 | "mdast-util-to-string": "^4.0.0",
|
49 |
| - "nanostores": "^0.10.3", |
| 48 | + "nanostores": "^0.11.3", |
50 | 49 | "object-treeify": "^4.0.1",
|
51 | 50 | "react": "^18.3.1",
|
52 | 51 | "react-dom": "^18.3.1",
|
|
63 | 62 | "@expressive-code/plugin-collapsible-sections": "^0.35.6",
|
64 | 63 | "@ianvs/prettier-plugin-sort-imports": "^4.3.1",
|
65 | 64 | "@iconify-json/mdi": "^1.1.66",
|
66 |
| - "@tailwindcss/typography": "^0.5.13", |
| 65 | + "@tailwindcss/typography": "^0.5.15", |
67 | 66 | "@types/mdast": "^4.0.3",
|
68 | 67 | "@types/react": "^18.3.3",
|
69 | 68 | "@types/react-dom": "^18.3.0",
|
|
0 commit comments