|
| 1 | +{ |
| 2 | + "name": "@vue-devtools-plus/client", |
| 3 | + "type": "module", |
| 4 | + "version": "0.0.1", |
| 5 | + "author": "webfansplz", |
| 6 | + "license": "MIT", |
| 7 | + "homepage": "https://github.com/webfansplz/vue-devtools-plus#readme", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "git+https://github.com/webfansplz/vue-devtools-plus.git", |
| 11 | + "directory": "packages/client" |
| 12 | + }, |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/webfansplz/vue-devtools-plus/issues" |
| 15 | + }, |
| 16 | + "exports": { |
| 17 | + "./*": "./dist/*" |
| 18 | + }, |
| 19 | + "files": [ |
| 20 | + "dist" |
| 21 | + ], |
| 22 | + "engines": { |
| 23 | + "node": ">=v14.21.3" |
| 24 | + }, |
| 25 | + "scripts": { |
| 26 | + "build": "vite build", |
| 27 | + "dev": "vite build --watch" |
| 28 | + }, |
| 29 | + "peerDependencies": { |
| 30 | + "vite": "^3.1.0 || ^4.0.0-0" |
| 31 | + }, |
| 32 | + "dependencies": { |
| 33 | + "@vueuse/core": "^10.4.0", |
| 34 | + "@vueuse/integrations": "^10.4.0", |
| 35 | + "algoliasearch": "^4.19.1", |
| 36 | + "json-editor-vue": "^0.10.6", |
| 37 | + "minimatch": "^9.0.3", |
| 38 | + "nanoid": "^4.0.2", |
| 39 | + "scroll-into-view-if-needed": "^3.0.10", |
| 40 | + "splitpanes": "^3.1.5", |
| 41 | + "vanilla-jsoneditor": "^0.18.2", |
| 42 | + "vite-hot-client": "^0.2.1", |
| 43 | + "vue-router": "^4.2.4", |
| 44 | + "vuedraggable": "^4.1.0", |
| 45 | + "xterm": "^5.2.1", |
| 46 | + "xterm-addon-fit": "^0.7.0" |
| 47 | + }, |
| 48 | + "devDependencies": { |
| 49 | + "@algolia/client-search": "^4.19.1", |
| 50 | + "@iconify/json": "^2.2.106", |
| 51 | + "@types/node": "^20.5.7", |
| 52 | + "@types/splitpanes": "^2.2.1", |
| 53 | + "@unocss/core": "^0.55.3", |
| 54 | + "@unocss/reset": "^0.55.3", |
| 55 | + "@vitejs/plugin-vue": "^4.3.3", |
| 56 | + "@vitejs/plugin-vue-jsx": "^3.0.2", |
| 57 | + "@vue-devtools-plus/core": "workspace:*", |
| 58 | + "@vue-devtools-plus/ui": "workspace:*", |
| 59 | + "dayjs": "^1.11.9", |
| 60 | + "floating-vue": "2.0.0-beta.24", |
| 61 | + "fuse.js": "^6.6.2", |
| 62 | + "ohash": "^1.1.3", |
| 63 | + "pinia": "^2.1.6", |
| 64 | + "simple-git-hooks": "^2.9.0", |
| 65 | + "unocss": "^0.55.3", |
| 66 | + "unplugin": "^1.4.0", |
| 67 | + "unplugin-auto-import": "^0.16.6", |
| 68 | + "unplugin-vue-components": "^0.25.1", |
| 69 | + "vis-data": "^7.1.6", |
| 70 | + "vis-network": "^9.1.6", |
| 71 | + "vite": "^4.4.9", |
| 72 | + "vite-plugin-pages": "^0.31.0", |
| 73 | + "vue": "^3.3.4", |
| 74 | + "vue-virtual-scroller": "2.0.0-beta.8" |
| 75 | + } |
| 76 | +} |
0 commit comments