|
1 | 1 | {
|
2 | 2 | "name": "vuepress-serach-plugin",
|
3 |
| - "version": "0.0.1", |
| 3 | + "version": "0.0.2", |
4 | 4 | "description": "a plugin for vuepress2 search.",
|
5 | 5 | "files": [
|
6 | 6 | "lib"
|
|
37 | 37 | },
|
38 | 38 | "keywords": [
|
39 | 39 | "vuepress",
|
40 |
| - "vuepress-plugin", |
41 |
| - "full-text-search", |
42 |
| - "vuepress-next" |
| 40 | + "vuepress-plugin" |
43 | 41 | ],
|
44 | 42 | "author": "gspgsp",
|
45 | 43 | "license": "MIT",
|
|
56 | 54 | "vuepress": "^2.0.0-rc.18"
|
57 | 55 | },
|
58 | 56 | "devDependencies": {
|
59 |
| - "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", |
60 | 57 | "@types/chai": "^4.2.22",
|
61 | 58 | "@types/mocha": "^10.0.0",
|
62 | 59 | "@types/node": "^22.0.0",
|
|
66 | 63 | "cpx2": "^8.0.0",
|
67 | 64 | "eslint": "^9.6.0",
|
68 | 65 | "eslint-config-prettier": "^9.0.0",
|
69 |
| - "eslint-plugin-jsdoc": "^50.0.0", |
70 |
| - "eslint-plugin-json-schema-validator": "^5.0.0", |
71 |
| - "eslint-plugin-jsonc": "^2.0.0", |
72 | 66 | "eslint-plugin-n": "^17.0.0",
|
73 |
| - "eslint-plugin-node-dependencies": "^0.12.0", |
74 | 67 | "eslint-plugin-prettier": "^5.0.0",
|
75 |
| - "eslint-plugin-regexp": "^2.0.0", |
76 |
| - "eslint-plugin-vue": "^9.0.0", |
77 | 68 | "mocha": "^10.0.0",
|
78 | 69 | "mocha-chai-jest-snapshot": "^1.1.3",
|
79 | 70 | "nyc": "^17.0.0",
|
|
83 | 74 | "tsconfig-vuepress": "^5.0.0",
|
84 | 75 | "tsup": "^8.0.0",
|
85 | 76 | "typescript": "~5.6.0",
|
86 |
| - "typescript-eslint": "^8.0.0", |
87 |
| - "vue-eslint-parser": "^9.0.0", |
88 | 77 | "vuepress": "^2.0.0-rc.18"
|
89 | 78 | }
|
90 | 79 | }
|
0 commit comments