UNPKG

text-highlighter-plugin

Version:

一个简单的文本高亮插件,支持自定义样式和多次高亮

39 lines (38 loc) 847 B
{ "name": "text-highlighter-plugin", "version": "1.0.0", "description": "一个简单的文本高亮插件,支持自定义样式和多次高亮", "main": "dist/index.js", "scripts": { "build": "webpack --mode production", "dev": "webpack --mode development --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "frontend", "plugin", "highlight", "text", "文本高亮" ], "author": "", "license": "ISC", "browserslist": [ "last 2 versions", "> 1%", "IE 11", "not dead" ], "devDependencies": { "@babel/core": "^7.23.0", "@babel/preset-env": "^7.22.20", "babel-loader": "^9.1.3", "core-js": "^3.39.0", "terser-webpack-plugin": "^5.3.9", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" }, "files": [ "dist" ] }