UNPKG

@chenfengyuan/vue-barcode

Version:
102 lines (101 loc) 3.19 kB
{ "name": "@chenfengyuan/vue-barcode", "version": "2.0.2", "description": "Bar code component for Vue 3.", "main": "dist/vue-barcode.js", "module": "dist/vue-barcode.esm.js", "types": "dist/vue-barcode.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c --environment BUILD:production", "build:docs": "webpack --env production", "build:types": "move-file dist/index.d.ts dist/vue-barcode.d.ts", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "clean": "del-cli dist", "lint": "npm run lint:js && npm run lint:css", "lint:css": "stylelint **/*.{css,scss,vue} --fix", "lint:js": "eslint . --ext .js,.ts,.vue --fix", "prepare": "husky install", "release": "npm run clean && npm run lint && npm run build && npm run build:types && npm run build:docs && npm test && npm run changelog", "serve": "webpack serve --hot --open", "start": "npm run serve", "test": "jest", "test:coverage": "cat coverage/lcov.info | codecov" }, "repository": { "type": "git", "url": "https://github.com/fengyuanchen/vue-barcode.git" }, "keywords": [ "barcode", "bar-code", "vue", "vue3", "vue-component", "front-end", "web" ], "author": "Chen Fengyuan (https://chenfengyuan.com/)", "license": "MIT", "bugs": "https://github.com/fengyuanchen/vue-barcode/issues", "homepage": "https://fengyuanchen.github.io/vue-barcode", "devDependencies": { "@babel/core": "^7.22.10", "@babel/preset-env": "^7.22.10", "@commitlint/cli": "^17.7.1", "@commitlint/config-conventional": "^17.7.0", "@types/jest": "^27.5.2", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@vue/test-utils": "^2.4.1", "babel-jest": "^27.5.1", "babel-loader": "^8.3.0", "canvas": "^2.11.2", "change-case": "^4.1.2", "codecov": "^3.8.3", "conventional-changelog-cli": "^2.2.2", "create-banner": "^2.0.0", "css-loader": "^6.8.1", "del-cli": "^5.0.0", "eslint": "^8.47.0", "eslint-config-airbnb-typescript": "^16.2.0", "eslint-plugin-import": "^2.28.0", "eslint-plugin-vue": "^8.7.1", "html-webpack-plugin": "^5.5.3", "husky": "^8.0.3", "jest": "^27.5.1", "jsbarcode": "^3.11.5", "lint-staged": "^12.5.0", "markdown-to-vue-loader": "^3.1.5", "mini-css-extract-plugin": "^2.7.6", "move-file-cli": "^3.0.0", "rollup": "^2.79.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.35.0", "sass": "^1.65.1", "sass-loader": "^12.6.0", "style-loader": "^3.3.3", "stylelint": "^14.16.1", "stylelint-config-recommended-scss": "^5.0.2", "stylelint-config-recommended-vue": "^1.5.0", "stylelint-order": "^5.0.0", "ts-jest": "^27.1.5", "ts-loader": "^9.4.4", "tslib": "^2.6.1", "typescript": "^4.9.5", "vue": "^3.2.41", "vue-loader": "^17.2.2", "webpack": "^5.88.2", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.15.1" }, "peerDependencies": { "jsbarcode": "^3.11.0", "vue": "^3.0.0" }, "publishConfig": { "access": "public" } }