/
githubmirror
/
zulip
Обзор
Документация
Войти
/
githubmirror
/
zulip
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
starlight_help/package.json
54 строки
2 KB
Anders Kaseorg
dependencies: Upgrade JavaScript dependencies.
29 июл 2026, 02:35
29 июл 2026, 02:35
d257809
Код
Авторство
О чём код?
{ "name": "starlight_help", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "check": "astro check", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/starlight": "^0.41.1", "@iconify-json/fa": "^1.2.1", "astro": "^7.1.4", "astro-compressor": "^1.1.2", "hast-util-from-html": "^2.0.3", "hast-util-to-html": "^9.0.5", "mdast-util-to-string": "^4.0.0", "remark": "^15.0.1", "remark-mdx": "^3.1.0", "sharp": "^0.35.3", "unist-util-visit": "^5.0.0", "unplugin-icons": "^23.0.1" }, "devDependencies": { "@astrojs/check": "^0.9.3", "@types/hast": "^3.0.4", "@types/mdast": "^4.0.4", "mdast-util-to-markdown": "^2.1.2", "remark-frontmatter": "^5.0.0", "remark-gfm": "^4.0.1", "remark-lint-fenced-code-flag": "^4.2.0", "remark-lint-file-extension": "^3.0.1", "remark-lint-final-definition": "^4.0.2", "remark-lint-heading-increment": "^4.0.1", "remark-lint-list-item-spacing": "^5.0.1", "remark-lint-maximum-heading-length": "^4.1.1", "remark-lint-maximum-line-length": "^4.1.1", "remark-lint-no-duplicate-headings": "^4.0.1", "remark-lint-no-file-name-irregular-characters": "^3.0.1", "remark-lint-no-file-name-mixed-case": "^3.0.1", "remark-lint-no-unused-definitions": "^4.0.2", "remark-lint-unordered-list-marker-style": "^4.0.1", "remark-preset-lint-markdown-style-guide": "^6.0.1", "remark-preset-lint-recommended": "^7.0.1", "remark-stringify": "^11.0.0", "typescript": "npm:@typescript/typescript6@^6.0.2", "unified": "^11.0.5", "unified-lint-rule": "^3.0.1", "vite": "^8.1.5" } }