esbuild-plugin-vue3
Version:
[](https://badge.fury.io/js/esbuild-plugin-vue3)
65 lines (64 loc) • 1.31 kB
JSON
{
"name": "esbuild-plugin-vue3",
"version": "0.4.2",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build:clean": "rimraf dist",
"build:ts": "tsc",
"prepare": "npm-run-all --serial --print-label build:*"
},
"author": "pipe01",
"license": "MIT",
"repository": "github:pipe01/esbuild-plugin-vue3",
"dependencies": {
"esbuild": "^0.14.8",
"typescript": "^4.7.4"
},
"keywords": [
"esbuild",
"plugin",
"vue",
"vue3",
"sfc"
],
"peerDependencies": {
"cheerio": "^1.0.0-rc.10",
"html-minifier": "^4.0.0",
"pug": "^3.0.2",
"sass": "^1.35.2",
"vue": "^3.4.15"
},
"peerDependenciesMeta": {
"cheerio": {
"optional": true
},
"html-minifier": {
"optional": true
},
"pug": {
"optional": true
},
"sass": {
"optional": true
}
},
"devDependencies": {
"@babel/types": "^7.16.0",
"@types/cheerio": "^0.22.31",
"@types/html-minifier": "^4.0.1",
"@types/pug": "^2.0.5",
"@types/sass": "^1.43.1",
"cheerio": "^1.0.0-rc.10",
"html-minifier": "^4.0.0",
"npm-run-all": "^4.1.5",
"pug": "^3.0.2",
"rimraf": "^3.0.2",
"sass": "^1.35.2"
},
"files": [
"dist/*.js",
"dist/*.d.ts"
]
}