|
- {
- "name": "vite-plugin-md",
- "version": "0.22.5",
- "description": "Markdown for Vite",
- "type": "module",
- "packageManager": "pnpm@7.5.2",
- "keywords": [
- "vite",
- "vite-plugin",
- "markdown-it"
- ],
- "homepage": "https://github.com/antfu/vite-plugin-md",
- "bugs": "https://github.com/antfu/vite-plugin-md/issues",
- "repository": {
- "type": "git",
- "url": "https://github.com/antfu/vite-plugin-md"
- },
- "funding": "https://github.com/sponsors/antfu",
- "license": "MIT",
- "author": "Anthony Fu <anthonyfu117@hotmail.com>",
- "contributors": [
- "Ken Snyder <ken@ken.net>"
- ],
- "exports": {
- ".": {
- "types": "./dist/index.d.ts",
- "require": "./dist/index.cjs",
- "import": "./dist/index.js"
- }
- },
- "main": "./dist/index.cjs",
- "module": "./dist/index.js",
- "types": "./dist/index.d.ts",
- "files": [
- "dist"
- ],
- "scripts": {
- "build": "tsup src/index.ts --dts --format cjs,esm --clean ",
- "watch": "tsup src/index.ts --dts --format cjs,esm --watch",
- "dev": "npm run build -- --watch",
- "example:build": "cp README.md example/README.md && npm -C example run build",
- "example:dev": "cp README.md example/README.md && npm -C example run dev",
- "lint": "run-p lint:*",
- "lint:src": "eslint src/**/*.ts --fix",
- "lint:test": "eslint test/**/*.ts --fix",
- "lint:tsc": "tsc --noEmit",
- "lint:node": "tsup src/index.ts --format=esm && node dist/index.js",
- "audit:fix": "pnpm audit --fix && pnpm install",
- "release": "run-s audit:fix lint release:bumpp",
- "release:bumpp": "bumpp",
- "test": "vitest",
- "test:ui": "vitest --ui",
- "test:coverage": "vitest run --coverage",
- "test:update": "vitest -u",
- "test:component": "npx cypress open-ct -p 4000"
- },
- "dependencies": {
- "@yankeeinlondon/builder-api": "^1.3.4",
- "@yankeeinlondon/gray-matter": "^6.1.1",
- "@yankeeinlondon/happy-wrapper": "^2.10.1",
- "markdown-it": "^13.0.1",
- "source-map-js": "^1.0.2"
- },
- "peerDependencies": {
- "@vitejs/plugin-vue": ">=2.3.4",
- "vite": "^4.0.0 || ^3.0.0"
- },
- "devDependencies": {
- "@antfu/eslint-config": "^0.34.0",
- "@antfu/ni": "^0.18.8",
- "@antfu/utils": "^0.7.2",
- "@type-challenges/utils": "^0.1.1",
- "@types/markdown-it": "^12.2.3",
- "@types/node": "^16.18.9",
- "@typescript-eslint/eslint-plugin": "^5.46.1",
- "@typescript-eslint/parser": "^5.46.1",
- "@vitejs/plugin-vue": "^4.0.0",
- "@vitest/coverage-c8": "^0.25.8",
- "@vitest/ui": "^0.25.8",
- "@vue/test-utils": "^2.2.6",
- "@vueuse/core": "^9.7.0",
- "@yankeeinlondon/code-builder": "^1.2.1",
- "@yankeeinlondon/link-builder": "^1.2.1",
- "@yankeeinlondon/meta-builder": "^1.2.1",
- "bumpp": "^8.2.1",
- "c8": "^7.12.0",
- "callsites": "^4.0.0",
- "eslint": "^8.29.0",
- "eslint-config-prettier": "^8.5.0",
- "fp-ts": "^2.13.1",
- "happy-dom": "^8.1.0",
- "native-dash": "^1.25.0",
- "npm-run-all": "^4.1.5",
- "pathe": "^1.0.0",
- "rollup": "^3.7.4",
- "tsup": "^6.5.0",
- "typescript": "^4.9.4",
- "vite": "^4.0.1",
- "vitest": "^0.25.8",
- "vue": "^3.2.45",
- "vue-router": "^4.1.6"
- }
- }
|