/
AlexandrNarbaev
/
ThePath
Обзор
Документация
Войти
/
AlexandrNarbaev
/
ThePath
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
web/package.json
26 строк
575 B
AlexandrNarbaev
feat: Astro 5 migration — full EN translations, modern design, interactivity
31 май 2026, 18:06
31 май 2026, 18:06
fc03f84
Код
Авторство
О чём код?
{ "name": "spiral-of-consciousness", "type": "module", "version": "3.0.0", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/preact": "^4.1.3", "@preact/signals": "^2.0.0", "astro": "^5.0.0", "d3": "^7.9.0", "lunr": "^2.3.9", "preact": "^10.29.2" }, "devDependencies": { "@tailwindcss/vite": "^4.0.0", "@types/d3": "^7.4.3", "tailwindcss": "^4.0.0", "typescript": "^5.7.0" } }