/
githubmirror
/
marktext
Обзор
Документация
Войти
/
githubmirror
/
marktext
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/website/package.json
52 строки
2 KB
Ran Luo
chore(deps): upgrade all packages to latest + align shared versions (#4597)
21 июн 2026, 03:40
Не верифицирован
21 июн 2026, 03:40
4129550
Код
Авторство
О чём код?
{ "name": "marktext-website", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "tsx scripts/build-docs-index.ts --if-missing && next dev --port 3000", "docs:index": "tsx scripts/build-docs-index.ts", "prebuild": "tsx scripts/build-docs-index.ts", "build": "next build", "start": "next start", "lint": "eslint . --max-warnings 0", "type-check": "tsc --noEmit", "cf:build": "opennextjs-cloudflare build && opennextjs-cloudflare populateCache local", "cf:preview": "opennextjs-cloudflare preview", "cf:deploy": "opennextjs-cloudflare deploy" }, "dependencies": { "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", "hast-util-to-string": "^3.0.1", "next": "^15.5.19", "react": "^19.2.7", "react-dom": "^19.2.7", "rehype-autolink-headings": "^7.1.0", "rehype-pretty-code": "^0.14.3", "rehype-raw": "^7.0.0", "rehype-sanitize": "^6.0.0", "rehype-slug": "^6.0.0", "rehype-stringify": "^10.0.1", "remark-gfm": "^4.0.1", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "shiki": "^1.29.2", "unified": "^11.0.5", "unist-util-visit": "^5.1.0" }, "devDependencies": { "@eslint/eslintrc": "^3.3.5", "@opennextjs/cloudflare": "^1.19.11", "@tailwindcss/postcss": "^4.3.1", "@types/node": "^22.20.0", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "eslint": "^9.39.4", "eslint-config-next": "^15.5.19", "tailwindcss": "^4.3.1", "tsx": "^4.22.4", "typescript": "^5.9.3", "wrangler": "^4.103.0" } }