Files
docs/node_modules/@vitejs/plugin-vue/package.json
yinxue 9e1b8bdc9d
Some checks failed
CI Pipeline / build (push) Failing after 3m23s
first-commit
2025-08-27 14:05:33 +08:00

54 lines
1.2 KiB
JSON

{
"name": "@vitejs/plugin-vue",
"version": "6.0.1",
"type": "module",
"license": "MIT",
"author": "Evan You",
"description": "The official plugin for Vue SFC support in Vite.",
"keywords": [
"vite",
"vite-plugin",
"vue"
],
"files": [
"dist"
],
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitejs/vite-plugin-vue.git",
"directory": "packages/plugin-vue"
},
"bugs": {
"url": "https://github.com/vitejs/vite-plugin-vue/issues"
},
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme",
"peerDependencies": {
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
"vue": "^3.2.25"
},
"devDependencies": {
"@jridgewell/gen-mapping": "^0.3.12",
"@jridgewell/trace-mapping": "^0.3.29",
"debug": "^4.4.1",
"rollup": "^4.45.1",
"slash": "^5.1.0",
"source-map-js": "^1.2.1",
"tsdown": "^0.13.0",
"vite": "^7.0.5",
"vue": "^3.5.18"
},
"dependencies": {
"@rolldown/pluginutils": "1.0.0-beta.29"
},
"scripts": {
"dev": "tsdown --watch",
"build": "tsdown"
}
}