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.
30 lines
712 B
30 lines
712 B
{
|
|
"name": "@volar/vue-language-core",
|
|
"version": "1.6.5",
|
|
"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.4.1",
|
|
"@volar/source-map": "1.4.1",
|
|
"@vue/compiler-dom": "^3.3.0",
|
|
"@vue/compiler-sfc": "^3.3.0",
|
|
"@vue/reactivity": "^3.3.0",
|
|
"@vue/shared": "^3.3.0",
|
|
"minimatch": "^9.0.0",
|
|
"muggle-string": "^0.2.2",
|
|
"vue-template-compiler": "^2.7.14"
|
|
},
|
|
"devDependencies": {
|
|
"@types/minimatch": "^5.1.2"
|
|
},
|
|
"gitHead": "d9f0c995e254bd0a3acf910c6a766aabd56792a7"
|
|
}
|
|
|