/
githubmirror
/
30-seconds-of-code
Обзор
Документация
Войти
/
githubmirror
/
30-seconds-of-code
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
72 строки
2 KB
Angelos Chalaris
Revert "Bump sharp and astro"
29 июл 2026, 09:36
29 июл 2026, 09:36
7187b05
Код
Авторство
О чём код?
{ "name": "30-seconds-of-code", "private": true, "version": "13.0.0", "description": "30 seconds of code website.", "exports": "./index.js", "author": "chalarangelo", "type": "module", "devDependencies": { "@shikijs/colorized-brackets": "^3.2.2", "astro": "^6.4.6", "eslint": "^9.28.0", "eslint-config-prettier": "^10.1.2", "front-matter": "^4.0.2", "fs-extra": "^11.3.0", "glob": "^11.1.0", "hast-util-to-string": "^3.0.0", "js-yaml": "^4.3.0", "prettier": "^3.5.3", "prettier-plugin-astro": "^0.14.1", "prismjs": "^1.30.0", "rehype-stringify": "^10.0.0", "rehype-unwrap-images": "^1.0.0", "remark-gfm": "^4.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "sass": "^1.89.2", "sharp": "^0.34.2", "shiki": "^3.6.0", "unified": "^11.0.4", "unist-util-visit": "^5.0.0", "unist-util-visit-parents": "^6.0.1", "vitest": "^3.2.6" }, "imports": { "#src/*": [ "./src/*" ], "#spec/*": [ "./spec/*" ] }, "scripts": { "predev": "bin/prepare dev --fast-highlight", "dev": "astro dev --port 8000", "watch": "npm run dev & bin/prepare watch --fast-highlight", "prestart": "bin/prepare dev", "start": "astro dev --port 8000", "observe": "npm run start & bin/prepare watch", "prebuild": "bin/prepare full", "build": "astro build", "preview": "astro preview --port 9000", "create": "bin/prepare create", "create-component": "bin/prepare create-component", "console": "bin/console", "test": "vitest" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Chalarangelo/30-seconds-of-code" }, "bugs": { "url": "https://github.com/Chalarangelo/30-seconds-of-code/issues" }, "browserslist": [ "> 0.5% and last 4 versions and not dead and not ie>0 and not op_mini all and not and_uc>0 and not edge<79" ], "engines": { "node": ">=22.14.0" } }