You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
872 B
JSON
41 lines
872 B
JSON
{
|
|
"name": "@vue/language-core",
|
|
"version": "3.1.1",
|
|
"license": "MIT",
|
|
"files": [
|
|
"**/*.js",
|
|
"**/*.d.ts"
|
|
],
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vuejs/language-tools.git",
|
|
"directory": "packages/language-core"
|
|
},
|
|
"dependencies": {
|
|
"@volar/language-core": "2.4.23",
|
|
"@vue/compiler-dom": "^3.5.0",
|
|
"@vue/shared": "^3.5.0",
|
|
"alien-signals": "^3.0.0",
|
|
"muggle-string": "^0.4.1",
|
|
"path-browserify": "^1.0.1",
|
|
"picomatch": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.4",
|
|
"@types/path-browserify": "^1.0.1",
|
|
"@types/picomatch": "^4.0.0",
|
|
"@volar/typescript": "2.4.23",
|
|
"@vue/compiler-sfc": "^3.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"gitHead": "3ea27dacce47613f49ae83e96e3aa271ee54746e"
|
|
}
|