mirror of
https://github.com/anatolykopyl/vue-highlights.git
synced 2026-03-26 12:55:35 +00:00
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.16.2 to 10.4.1. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.16.2...10.4.1) Signed-off-by: dependabot[bot] <support@github.com>
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "vue-highlights",
|
|
"version": "0.1.0",
|
|
"private": false,
|
|
"description": "Easy @mention, #hashtag and URL highlight for Vue 2.x",
|
|
"author": "Pedro G. Galaviz <hello@pggalaviz.com>",
|
|
"scripts": {
|
|
"build": "vue-cli-service build --target lib --dest dist --name vue-highlights src/index.js",
|
|
"serve": "vue-cli-service serve",
|
|
"test": "npm run test:unit",
|
|
"build-docs": "vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"prepublish": "npm run test && npm run build"
|
|
},
|
|
"main": "dist/vue-highlights.common.js",
|
|
"unpkg": "dist/vue-highlights.umd.min.js",
|
|
"dependencies": {
|
|
"punycode": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.1.0",
|
|
"@vue/cli-plugin-eslint": "^4.1.0",
|
|
"@vue/cli-plugin-router": "^4.1.0",
|
|
"@vue/cli-plugin-unit-jest": "^4.1.0",
|
|
"@vue/cli-service": "^4.1.0",
|
|
"@vue/eslint-config-standard": "^4.0.0",
|
|
"@vue/test-utils": "1.0.0-beta.29",
|
|
"babel-eslint": "^10.0.3",
|
|
"core-js": "^3.4.3",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"highlight.js": "^10.4.1",
|
|
"stylus": "^0.54.7",
|
|
"stylus-loader": "^3.0.2",
|
|
"vue": "^2.6.10",
|
|
"vue-router": "^3.1.3",
|
|
"vue-template-compiler": "^2.6.10"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pggalaviz/vue-highlights/issues"
|
|
},
|
|
"homepage": "https://github.com/pggalaviz/vue-highlights#readme",
|
|
"keywords": [
|
|
"vue",
|
|
"highlight",
|
|
"highlights",
|
|
"mention",
|
|
"mentions",
|
|
"hashtag",
|
|
"hashtags"
|
|
],
|
|
"licence": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pggalaviz/vue-highlights.git"
|
|
}
|
|
}
|