@crishellco/vue-spruce
Version:
A collection of useful Vue 2 renderless components
86 lines (85 loc) • 2.67 kB
JSON
{
"name": "@crishellco/vue-spruce",
"version": "3.6.0",
"author": "Chris Mitchell (@crishellco)",
"description": "A collection of useful Vue 2 renderless components",
"main": "dist/vue-spruce.umd.js",
"types": "index.d.ts",
"files": [
"dist/",
"nuxt/",
"index.d.ts"
],
"scripts": {
"serve": "yarn generate && vue-cli-service serve src/demo/index.js --open",
"build": "vue-cli-service build --target lib --dest ./dist ./src/package/index.js",
"build:demo": "yarn generate && vue-cli-service build --target app --dest ./dist-demo ./src/demo/index.js",
"test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
"test:unit": "vue-cli-service test:unit",
"test:unit:changed": "yarn test:unit --changedSince=master",
"test:unit:watch": "yarn test:unit:changed --watch",
"lint:js": "vue-cli-service lint src scripts",
"lint:js:fix": "yarn lint:js --fix",
"generate": "node scripts/gist-generator.js",
"release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crishellco/vue-spruce.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/crishellco/vue-spruce/issues"
},
"homepage": "https://crishellco.github.io/vue-spruce/",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@vue/vue2-jest": "^29.0.0",
"fuse.js": "^6.4.6",
"lodash.orderby": "^4.6.0",
"vue": "2.7.14"
},
"devDependencies": {
"@commitlint/cli": "17.5.1",
"@form8ion/commitlint-config": "1.0.47",
"@popperjs/core": "2.11.7",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-unit-jest": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/test-utils": "1.3.4",
"@babel/eslint-parser": "7.21.3",
"core-js": "3.30.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.37.0",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.10.0",
"husky": "8.0.3",
"js-beautify": "1.14.7",
"lint-staged": "13.2.0",
"node-html-parser": "6.1.5",
"npm-run-all": "4.1.5",
"prettier": "2.8.7",
"raw-loader": "4.0.2",
"semantic-release": "21.0.1",
"vue": "2.7.14",
"vue-sfc-parser": "0.1.2",
"vue-template-compiler": "2.7.14",
"vue2-transitions": "0.3.0"
},
"gitHooks": {
"pre-commit": "lint-staged",
"pre-push": "yarn test:unit --coverage=false"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]
}
}