@janniks/vue3-katex
Version:
Vue 3 plugin for KaTeX
85 lines (84 loc) • 2.15 kB
JSON
{
"name": "@janniks/vue3-katex",
"version": "0.6.0-rc.5.1",
"description": "Vue 3 plugin for KaTeX",
"main": "./dist/vue3-katex.umd.js",
"module": "./dist/vue3-katex.es.js",
"unpkg": "./dist/vue3-katex.umd.js",
"exports": {
".": {
"import": "./dist/vue3-katex.es.js",
"require": "./dist/vue3-katex.umd.js"
}
},
"files": [
"dist",
"vetur/attributes.json",
"vetur/tags.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lucpotage/vue-katex.git"
},
"scripts": {
"build": "rollup --config rollup.config.js",
"lint": "vue-cli-service lint",
"prepublish": "yarn run lint && yarn run build"
},
"author": "Luc Potage",
"contributors": [
{
"name": "Jake Hassel",
"email": "me@shadskii.io",
"url": "https://shadskii.io"
},
{
"name": "Hugh Sorby",
"email": "h.sorby@auckland.ac.nz",
"url": "https://github.com/hsorby"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lucpotage/vue-katex/issues"
},
"homepage": "https://github.com/lucpotage/vue-katex#readme",
"keywords": [
"Vue",
"Vue3",
"KaTeX"
],
"peerDependencies": {
"katex": "0.x",
"vue": "3.x"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^22.0.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-unit-jest": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/compiler-sfc": "^3.2.33",
"@vue/test-utils": "^2.0.0-0",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"babel-jest": "^27.0.6",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"jest": "^27.0.5",
"prettier": "^2.4.1",
"rollup": "^2.72.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0",
"vue": "^3.2.13"
},
"dependencies": {
"deepmerge": "^4.3.0",
"katex": "^0.16.4"
}
}