@hsorby/vue3-katex
Version:
Vue 3 plugin for KaTeX
91 lines (90 loc) • 2.34 kB
JSON
{
"name": "@hsorby/vue3-katex",
"version": "0.6.0-rc.7",
"description": "Vue 3 plugin for KaTeX",
"type": "module",
"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",
"test:unit": "vue-cli-service test:unit",
"prepublish": "yarn run lint && yarn run test:unit && 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"
},
{
"name": "Gatlin Newhouse",
"email": "gatlin.newhouse@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lucpotage/vue-katex/issues"
},
"homepage": "https://github.com/lucpotage/vue-katex#readme",
"keywords": [
"Vue",
"Vue3",
"KaTeX"
],
"dependencies": {
"core-js": "^3.8.3",
"deepmerge": "^4.2.2",
"katex": "^0.16.2",
"vue": "^3.2.22"
},
"nonPeerDependencies": {
"vue-dompurify-html": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@rollup/plugin-buble": "^1.0.2",
"@rollup/plugin-commonjs": "^24.0.1",
"@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": "^29.2.3",
"babel-jest": "^29.5.0",
"eslint": "^8.36.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.9.0",
"jest": "^29.5.0",
"prettier": "^2.4.1",
"rollup": "^3.19.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0"
}
}