/
githubmirror
/
marktext
Обзор
Документация
Войти
/
githubmirror
/
marktext
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/muya/package.json
114 строк
4 KB
Ran Luo
chore(deps): upgrade all packages to latest + align shared versions (#4597)
21 июн 2026, 03:40
Не верифицирован
21 июн 2026, 03:40
4129550
Код
Авторство
О чём код?
{ "name": "@muyajs/core", "version": "0.2.0", "description": "Core package for muya.", "author": "jocs <ransixi@gmail.com>", "license": "MIT", "keywords": [ "markdown" ], "exports": { ".": "./src/index.ts", "./*": "./src/*" }, "main": "./lib/cjs/index.js", "module": "./lib/es/index.js", "types": "./lib/types/index.d.ts", "publishConfig": { "access": "public", "main": "./lib/cjs/index.js", "module": "./lib/es/index.js", "exports": { ".": { "import": "./lib/es/index.js", "require": "./lib/cjs/index.js", "types": "./lib/types/index.d.ts" }, "./*": { "import": "./lib/es/*", "require": "./lib/cjs/*", "types": "./lib/types/index.d.ts" }, "./lib/*": "./lib/*" } }, "directories": { "lib": "lib" }, "files": [ "lib" ], "engines": { "node": ">=20.19.0", "npm": ">=8.0.0" }, "scripts": { "lint": "eslint src test", "lint:fix": "eslint src test --fix", "lint:css": "stylelint \"src/**/*.css\"", "lint:types": "tsc --noEmit", "check-circular": "madge --circular src/index.ts", "build": "tsc && vite build", "test": "vitest run", "test:watch": "vitest", "test:spec": "vitest run --config vitest.spec.config.ts", "test:spec:commonmark": "vitest run --config vitest.spec.config.ts test/spec/commonmark.spec.ts", "test:spec:gfm": "vitest run --config vitest.spec.config.ts test/spec/gfm.spec.ts", "coverage": "vitest run --coverage" }, "dependencies": { "@floating-ui/dom": "^1.7.6", "@marktext/file-icons": "^1.0.6", "dompurify": "^3.4.11", "execall": "^3.0.0", "fast-diff": "^1.3.0", "flowchart.js": "^1.18.0", "fuse.js": "^7.4.2", "github-markdown-css": "^5.9.0", "html-tags": "^5.1.0", "joplin-turndown-plugin-gfm": "^1.0.12", "katex": "^0.17.0", "marked": "^18.0.5", "marked-highlight": "^2.2.4", "mermaid": "^11.15.0", "ot-json1": "^1.0.2", "ot-text-unicode": "^4.0.0", "plantuml-encoder": "^1.4.0", "prismjs": "^1.30.0", "rxjs": "^7.8.2", "snabbdom": "^3.6.4", "snabbdom-to-html": "^7.1.0", "snapsvg-cjs": "^0.0.6", "turndown": "^7.2.4", "underscore": "^1.13.8", "vega": "^6.2.0", "vega-embed": "^7.1.0", "vega-lite": "^6.4.3", "webfontloader": "^1.6.28" }, "devDependencies": { "@antfu/eslint-config": "^9.0.0", "@laynezh/vite-plugin-lib-assets": "2.1.3", "@types/katex": "^0.16.8", "@types/plantuml-encoder": "^1.4.2", "@types/prismjs": "^1.26.6", "@types/turndown": "^5.0.6", "@types/underscore": "^1.13.0", "@types/webfontloader": "^1.6.38", "@typescript-eslint/parser": "^8.61.1", "@vitest/coverage-istanbul": "^4.1.9", "commonmark-spec": "^0.31.2", "eslint": "^10.5.0", "eslint-plugin-format": "^2.0.1", "happy-dom": "^20.10.6", "jsdom": "^29.1.1", "madge": "^8.0.0", "stylelint": "^17.13.0", "stylelint-config-standard": "^40.0.0", "stylelint-order": "^8.1.1", "typescript": "^6.0.3", "vite": "^8.0.16", "vite-plugin-dts": "^5.0.2", "vitest": "^4.1.9" } }