@mintlify/previewing
Version:
Preview Mintlify docs locally
86 lines (85 loc) • 2.29 kB
JSON
{
"name": "@mintlify/previewing",
"version": "4.0.634",
"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.469",
"@mintlify/prebuild": "1.0.587",
"@mintlify/validation": "0.1.429",
"better-opn": "^3.0.2",
"chalk": "^5.1.0",
"chokidar": "^3.5.3",
"express": "^4.18.2",
"fs-extra": "^11.1.0",
"got": "^13.0.0",
"gray-matter": "^4.0.3",
"ink": "^5.2.1",
"ink-spinner": "^5.0.0",
"is-online": "^10.0.0",
"js-yaml": "^4.1.0",
"mdast": "^3.0.0",
"openapi-types": "^12.0.0",
"react": "^18.3.1",
"socket.io": "^4.7.2",
"tar": "^6.1.15",
"unist-util-visit": "^4.1.1",
"yargs": "^17.6.0"
},
"devDependencies": {
"@mintlify/eslint-config-typescript": "1.0.13",
"@mintlify/models": "0.0.214",
"@mintlify/prettier-config": "1.0.4",
"@mintlify/ts-config": "2.0.2",
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
"@tsconfig/recommended": "1.x",
"@types/fs-extra": "^9.0.13",
"@types/got": "^9.6.12",
"@types/inquirer": "^9.0.1",
"@types/node": "^18.7.13",
"@types/tar": "^6.1.5",
"@types/yargs": "^17.0.13",
"@typescript-eslint/parser": "6.x",
"eslint": "8.x",
"prettier": "^3.1.1",
"rimraf": "^5.0.1",
"typescript": "^5.5.3",
"vitest": "^2.0.4",
"vitest-mock-process": "^1.0.4"
},
"gitHead": "574b1bde72acc8eb8b2bc853cb903d0502ef5eb1"
}