|
1 | 1 | {
|
| 2 | + "packageManager": "[email protected]", |
2 | 3 | "name": "vue-memoize-dict",
|
3 | 4 | "version": "1.1.3",
|
4 | 5 | "description": "vue-memoize-dict is a Vue dictionary cache, support Vue2 and Vue3.",
|
|
14 | 15 | "prepublishOnly": "pnpm run build",
|
15 | 16 | "docs:dev": "vitepress dev docs",
|
16 | 17 | "docs:build": "vitepress build docs",
|
17 |
| - "docs:preview": "vitepress preview docs" |
| 18 | + "docs:preview": "vitepress preview docs", |
| 19 | + "dev": "vitest dev --root=src", |
| 20 | + "test": "vitest test --coverage --root=src" |
18 | 21 | },
|
19 | 22 | "author": "",
|
20 | 23 | "license": "",
|
|
24 | 27 | "url": "git+https://github.com/yanhao98/vue-memoize-dict.git"
|
25 | 28 | },
|
26 | 29 | "peerDependencies": {
|
27 |
| - "vue": "^3.0.0-0 || ^2.7.0" |
| 30 | + "@vueuse/core": ">8.0.0", |
| 31 | + "vue": ">2.7.0" |
| 32 | + }, |
| 33 | + "peerDependenciesMeta": { |
| 34 | + "@vueuse/core": { |
| 35 | + "optional": false |
| 36 | + }, |
| 37 | + "vue": { |
| 38 | + "optional": false |
| 39 | + } |
28 | 40 | },
|
29 | 41 | "dependencies": {
|
30 | 42 | "vue-demi": "^0.14.7"
|
|
37 | 49 | "@vitejs/plugin-vue-jsx": "^3.1.0",
|
38 | 50 | "@vitepress-demo-preview/component": "^2.3.2",
|
39 | 51 | "@vitepress-demo-preview/plugin": "^1.2.3",
|
| 52 | + "@vitest/coverage-v8": "2.1.3", |
40 | 53 | "@vueuse/core": "^10.9.0",
|
41 | 54 | "rimraf": "^5.0.5",
|
42 | 55 | "rollup": "^4.13.2",
|
43 | 56 | "rollup-plugin-cleanup": "^3.2.1",
|
44 | 57 | "tslib": "^2.6.2",
|
45 | 58 | "typescript": "^5.4.3",
|
46 |
| - "vitepress": "^1.0.1" |
| 59 | + "vitepress": "^1.0.1", |
| 60 | + "vitest": "^2.1.3", |
| 61 | + "vue": "^3.5.12" |
47 | 62 | }
|
48 | 63 | }
|
0 commit comments