UNPKG

vite-plugin-markdown

Version:
59 lines (58 loc) 1.53 kB
{ "name": "vite-plugin-markdown", "version": "2.0.2", "description": "Import markdown files in vite", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "dev": "tsc -w -p .", "build": "rm -rf dist && tsc -p .", "lint": "eslint . --ext .ts", "test:acceptance": "npm run cypress:run", "cypress:run": "cypress run --config-file test/acceptance/cypress.json", "cypress:open": "cypress open --config-file test/acceptance/cypress.json" }, "keywords": [ "vite", "frontmatter", "markdown", "react", "vue" ], "author": "Kengo Hamasaki <k.hamasaki@gmail.com>", "contributors": [ "sapphi-red <green@sapphi.red>", "Alex Zheng <zhibo90@gmail.com>" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hmsk/vite-plugin-markdown.git" }, "bugs": { "url": "https://github.com/hmsk/vite-plugin-markdown/issues" }, "homepage": "https://github.com/hmsk/vite-plugin-markdown/tree/main/#readme", "dependencies": { "front-matter": "^4.0.0", "htmlparser2": "^6.0.0", "markdown-it": "^12.0.0" }, "peerDependencies": { "vite": "^2.0.0" }, "devDependencies": { "@babel/core": "7.13.10", "@types/markdown-it": "12.0.1", "@types/node": "^14.14.20", "@typescript-eslint/eslint-plugin": "4.15.1", "@typescript-eslint/parser": "4.15.1", "@vue/compiler-sfc": "3.0.7", "cypress": "6.5.0", "eslint": "7.20.0", "typescript": "4.2.3", "vite": "2.0.5" } }