UNPKG

@mintlify/previewing

Version:

Preview Mintlify docs locally

91 lines (90 loc) 2.34 kB
{ "name": "@mintlify/previewing", "version": "4.0.1120", "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/" }, "repository": { "type": "git", "url": "https://github.com/mintlify/mint", "directory": "packages/previewing" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "export-scripts" ], "scripts": { "prepare": "npm run build", "build": "tsc", "clean:build": "rimraf dist", "clean:all": "rimraf node_modules .eslintcache && yarn clean:build", "watch": "tsc --watch", "format": "oxfmt \"./src/**/*.ts\"", "format:check": "oxfmt --check \"./src/**/*.ts\"", "lint": "eslint . --cache", "test": "vitest run", "type": "tsc --noEmit" }, "dependencies": { "@mintlify/common": "1.0.915", "@mintlify/prebuild": "1.0.1059", "@mintlify/validation": "0.1.713", "adm-zip": "0.5.16", "better-opn": "3.0.2", "chalk": "5.2.0", "chokidar": "3.5.3", "express": "4.22.0", "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.1", "openapi-types": "12.1.3", "react": "19.2.3", "socket.io": "4.8.0", "tar": "7.5.15", "unist-util-visit": "4.1.2", "yargs": "17.7.1" }, "devDependencies": { "@mintlify/eslint-config-typescript": "1.0.13", "@mintlify/models": "0.0.314", "@mintlify/ts-config": "2.0.2", "@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", "oxfmt": "^0.51.0", "rimraf": "5.0.1", "typescript": "5.5.3", "vitest": "2.1.9", "vitest-mock-process": "1.0.4" }, "gitHead": "ee965b30487c9393333b5f0adf92489ed06544b8" }