UNPKG

@mintlify/previewing

Version:

Preview Mintlify docs locally

86 lines (85 loc) 2.27 kB
{ "name": "@mintlify/previewing", "version": "4.0.805", "description": "Preview Mintlify docs locally", "engines": { "node": ">=18.0.0" }, "author": "Mintlify, Inc.", "bugs": { "url": "https://github.com/mintlify/docs/issues" }, "license": "Elastic-2.0", "keywords": [ "mintlify", "mint", "previewing" ], "type": "module", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "prepare": "npm run build", "build": "tsc", "clean:build": "rimraf dist", "clean:all": "rimraf node_modules .eslintcache && yarn clean:build", "watch": "tsc --watch", "format": "prettier \"./src/**/*.ts\" --write", "format:check": "prettier \"./src/**/*.ts\" --check", "lint": "eslint . --cache", "test": "vitest run", "type": "tsc --noEmit" }, "dependencies": { "@mintlify/common": "1.0.623", "@mintlify/prebuild": "1.0.754", "@mintlify/validation": "0.1.531", "better-opn": "3.0.2", "chalk": "5.2.0", "chokidar": "3.5.3", "express": "4.18.2", "front-matter": "4.0.2", "fs-extra": "11.1.0", "got": "13.0.0", "ink": "6.3.0", "ink-spinner": "5.0.0", "is-online": "10.0.0", "js-yaml": "4.1.0", "openapi-types": "12.1.3", "react": "19.2.1", "socket.io": "4.7.2", "tar": "6.1.15", "unist-util-visit": "4.1.2", "yargs": "17.7.1" }, "devDependencies": { "@mintlify/eslint-config-typescript": "1.0.13", "@mintlify/models": "0.0.244", "@mintlify/prettier-config": "1.0.4", "@mintlify/ts-config": "2.0.2", "@trivago/prettier-plugin-sort-imports": "4.3.0", "@tsconfig/recommended": "1.0.2", "@types/fs-extra": "9.0.13", "@types/got": "9.6.12", "@types/inquirer": "9.0.3", "@types/mdast": "4.0.4", "@types/node": "18.19.21", "@types/tar": "6.1.5", "@types/yargs": "17.0.22", "@typescript-eslint/parser": "6.9.1", "eslint": "8.36.0", "prettier": "3.1.1", "rimraf": "5.0.1", "typescript": "5.5.3", "vitest": "2.0.4", "vitest-mock-process": "1.0.4" }, "gitHead": "de987842b191275a4abf5ff6ef0e1ba3a50825a3" }