{
	"name": "zov",
	"version": "0.11.4",
	"scripts": {
		"serve": "vue-cli-service serve",
		"build": "vue-cli-service build",
		"lib": "vue-cli-service build --mode lib",
		"commit": "git-cz",
		"release": "standard-version",
		"lint": "vue-cli-service lint",
		"test:unit": "vue-cli-service test:unit",
		"prettier": "prettier --write \"**/*.{js,vue,json}\""
	},
	"dependencies": {
		"dayjs": "^1.8.6",
		"lodash.debounce": "^4.0.8",
		"popper.js": "^1.14.5",
		"resize-observer-polyfill": "^1.5.1",
		"tinycolor2": "^1.4.1",
		"v-click-outside-x": "^3.5.5",
		"vue": "^2.6.6"
	},
	"devDependencies": {
		"@commitlint/cli": "^7.5.2",
		"@commitlint/config-conventional": "^7.5.0",
		"@vue/cli-plugin-babel": "^3.0.1",
		"@vue/cli-plugin-eslint": "^3.0.1",
		"@vue/cli-plugin-unit-mocha": "^3.0.1",
		"@vue/cli-service": "^3.0.1",
		"@vue/eslint-config-prettier": "^4.0.1",
		"@vue/eslint-config-standard": "^3.0.5",
		"@vue/test-utils": "^1.0.0-beta.20",
		"chai": "^4.1.2",
		"commitizen": "^3.0.7",
		"cz-conventional-changelog": "^2.1.0",
		"eslint-config-prettier": "^4.2.0",
		"eslint-plugin-prettier": "^3.0.1",
		"husky": "^1.3.1",
		"lint-staged": "^8.1.5",
		"node-sass": "^4.11.0",
		"prettier": "^1.17.0",
		"sass-loader": "^7.0.1",
		"standard-version": "^5.0.2",
		"vue-router": "^3.0.1",
		"vue-template-compiler": "^2.6.6"
	},
	"license": "ISC",
	"main": "core/index.js",
	"files": [
		"lib",
		"core"
	],
	"unpkg": "lib/zov.min.js",
	"style": "lib/zov.min.css",
	"config": {
		"commitizen": {
			"path": "./node_modules/cz-conventional-changelog"
		}
	},
	"husky": {
		"hooks": {
			"pre-commit": "lint-staged",
			"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
		}
	},
	"lint-staged": {
		"**/*.{js,vue,json}": [
			"prettier --write",
			"git add"
		]
	},
	"commitlint": {
		"extends": [
			"@commitlint/config-conventional"
		]
	}
}
