You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
920 B
43 lines
920 B
{
|
|
"name": "@vue/devtools-core",
|
|
"type": "module",
|
|
"version": "8.0.2",
|
|
"author": "webfansplz",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"directory": "packages/core",
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/devtools.git"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.js",
|
|
"files": [
|
|
"dist",
|
|
"server.d.ts"
|
|
],
|
|
"peerDependencies": {
|
|
"vue": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"mitt": "^3.0.1",
|
|
"nanoid": "^5.1.5",
|
|
"pathe": "^2.0.3",
|
|
"vite-hot-client": "^2.1.0",
|
|
"@vue/devtools-shared": "^8.0.2",
|
|
"@vue/devtools-kit": "^8.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"vue": "^3.5.21"
|
|
},
|
|
"scripts": {
|
|
"build": "tsdown --clean",
|
|
"prepare:type": "tsdown --dts-only",
|
|
"stub": "tsdown --watch --onSuccess 'tsdown --dts-only'"
|
|
}
|
|
}
|