forked from SyedWasiHaider/vue-highlightable-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "vue2-input-highlighter",
"version": "1.1.0",
"type": "module",
"description": "A Vue.js component that highlights text as you type",
"main": "./dist/vue2-input-highlighter.js",
"engines": {
"node": ">= 14.0.0"
},
"files": [
"dist/"
],
"scripts": {
"build": "rollup -c",
"lint": "eslint --ext .js,.vue src test",
"test": "mocha"
},
"author": "chiefofgxbxl",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ChiefOfGxBxL/vue2-input-highlighter.git"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "^5.0.8",
"@yfwz100/rollup-plugin-vue2": "^6.0.0-1",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"mocha": "^10.2.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"vue-template-compiler": "^2.7.14"
},
"dependencies": {
"html-minifier": "^4.0.0",
"lodash": "^4.17.5",
"node-interval-tree": "^2.1.2"
}
}