UNPKG

@staszek998/v-html

Version:

Simple Vue component capable of rendering the passed-in HTML string without wrapping it within a redundant HTML tag.

79 lines (78 loc) 2.44 kB
{ "name": "@staszek998/v-html", "version": "1.0.6", "private": false, "description": "Simple Vue component capable of rendering the passed-in HTML string without wrapping it within a redundant HTML tag.", "keywords": [ "vue", "html", "v-html", "directive", "component", "element", "plugin", "typescript", "ts", "javascript", "js", "template", "runtime compiler", "prop", "slot" ], "homepage": "https://gitlab.com/staszek.codes/v-html", "bugs": { "url": "https://gitlab.com/staszek.codes/v-html/-/issues", "email": "developer@staszek.codes" }, "repository": { "type": "git", "url": "https://gitlab.com/staszek.codes/v-html.git" }, "license": "MIT", "author": { "name": "IDEALIGN Stanisław Gregor", "email": "developer@staszek.codes", "url": "https://gitlab.com/staszek.codes" }, "main": "lib/index.js", "types": "types/index.d.ts", "files": [ "lib", "types", "src" ], "scripts": { "serve": "vue-cli-service serve --port 3000", "build": "npm run build:lib && npm run build:types", "build:lib": "rm -rf lib && tsc -p tsconfig.build.lib.json", "build:types": "rm -rf types && tsc -p tsconfig.build.types.json", "test:unit": "vue-cli-service test:unit", "lint": "vue-cli-service lint" }, "dependencies": { "core-js": "^3.6.5", "vue": "^2.6.11" }, "devDependencies": { "@types/jest": "^24.0.19", "@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/parser": "^4.18.0", "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-typescript": "~4.5.0", "@vue/cli-plugin-unit-jest": "~4.5.0", "@vue/cli-service": "~4.5.0", "@vue/eslint-config-standard": "^5.1.2", "@vue/eslint-config-typescript": "^7.0.0", "@vue/test-utils": "^1.0.3", "eslint": "^6.7.2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^6.2.2", "typescript": "~4.1.5", "vue-template-compiler": "^2.6.11" } }