38 lines
830 B
JSON
38 lines
830 B
JSON
{
|
|
"name": "@vue/language-core",
|
|
"version": "1.8.8",
|
|
"main": "out/index.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"out/**/*.js",
|
|
"out/**/*.d.ts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vuejs/language-tools.git",
|
|
"directory": "packages/vue-language-core"
|
|
},
|
|
"dependencies": {
|
|
"@volar/language-core": "~1.10.0",
|
|
"@volar/source-map": "~1.10.0",
|
|
"@vue/compiler-dom": "^3.3.0",
|
|
"@vue/reactivity": "^3.3.0",
|
|
"@vue/shared": "^3.3.0",
|
|
"minimatch": "^9.0.0",
|
|
"muggle-string": "^0.3.1",
|
|
"vue-template-compiler": "^2.7.14"
|
|
},
|
|
"devDependencies": {
|
|
"@types/minimatch": "^5.1.2",
|
|
"@vue/compiler-sfc": "^3.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"gitHead": "62a08c35722319bcca90ea3ebd3236fbd986a6a6"
|
|
}
|