html-validate-vue-webpack-plugin
Version:
extract html-validate rules from Vue single file components
99 lines (98 loc) • 2.56 kB
JSON
{
"name": "html-validate-vue-webpack-plugin",
"version": "2.0.3",
"description": "extract html-validate rules from Vue single file components",
"keywords": [
"webpack",
"webpack-config",
"webpack-loader",
"webpack-plugin",
"html-validate",
"javascript",
"typescript"
],
"homepage": "https://gitlab.com/html-validate/html-validate-vue-webpack-plugin",
"bugs": {
"url": "https://gitlab.com/html-validate/html-validate-vue-webpack-plugin/issues/new"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/html-validate/html-validate-vue-webpack-plugin.git"
},
"license": "MIT",
"author": "Anthon <anthon.kendel@gmail.com>",
"main": "dist/index.js",
"files": [
"dist"
],
"workspaces": [
"examples/*"
],
"scripts": {
"build": "tsc",
"clean": "rm -rf lib",
"eslint": "eslint .",
"eslint:fix": "eslint --fix .",
"prepare": "husky install",
"prepublishOnly": "npm run build",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
"semantic-release": "semantic-release",
"test": "jest"
},
"commitlint": {
"extends": "@html-validate"
},
"lint-staged": {
"*.{ts,js,json,md}": "prettier --write"
},
"prettier": "@html-validate/prettier-config",
"jest": {
"preset": "@html-validate/jest-config"
},
"dependencies": {
"json-schema": "^0.4.0",
"schema-utils": "^4.0.0"
},
"devDependencies": {
"@html-validate/commitlint-config": "2.1.4",
"@html-validate/eslint-config": "5.2.1",
"@html-validate/eslint-config-jest": "5.2.0",
"@html-validate/eslint-config-typescript": "5.2.0",
"@html-validate/eslint-config-vue": "5.2.0",
"@html-validate/jest-config": "3.0.1",
"@html-validate/prettier-config": "2.0.0",
"@html-validate/semantic-release-config": "3.0.3",
"@types/jest": "27.4.0",
"@types/json-schema": "7.0.9",
"@types/node": "12.20.41",
"@types/schema-utils": "2.4.0",
"glob": "7.2.0",
"husky": "7.0.4",
"jest": "27.4.5",
"lint-staged": "12.1.5",
"npm-pkg-lint": "1.5.0",
"prettier": "2.5.1",
"semantic-release": "18.0.1",
"typescript": "4.5.4",
"webpack": "5.65.0",
"webpack-cli": "4.9.1"
},
"peerDependencies": {
"webpack": "^4 || ^5"
},
"engines": {
"node": ">= 12.13"
},
"release": {
"extends": "@html-validate/semantic-release-config"
},
"renovate": {
"extends": [
"@html-validate"
],
"ignorePaths": [
"**/node_modules/**"
]
}
}