UNPKG

@chenfengyuan/vue-countdown

Version:
102 lines (101 loc) 3.24 kB
{ "name": "@chenfengyuan/vue-countdown", "version": "2.1.3", "description": "Countdown component for Vue 3.", "main": "dist/vue-countdown.js", "module": "dist/vue-countdown.esm.js", "types": "dist/vue-countdown.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-countdown.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" }, "repository": { "type": "git", "url": "https://github.com/fengyuanchen/vue-countdown.git" }, "keywords": [ "countdown", "vue", "vue3", "vue-component", "front-end", "web" ], "author": "Chen Fengyuan (https://chenfengyuan.com/)", "license": "MIT", "bugs": "https://github.com/fengyuanchen/vue-countdown/issues", "homepage": "https://fengyuanchen.github.io/vue-countdown", "devDependencies": { "@babel/core": "^7.26.9", "@babel/preset-env": "^7.26.9", "@commitlint/cli": "^17.8.1", "@commitlint/config-conventional": "^17.8.1", "@types/jest": "^28.1.8", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@vue/compiler-sfc": "^3.5.13", "@vue/test-utils": "^2.4.6", "@vue/vue3-jest": "^28.1.0", "babel-jest": "^28.1.3", "babel-loader": "^8.4.1", "change-case": "^4.1.2", "conventional-changelog-cli": "^2.2.2", "create-banner": "^2.0.0", "css-loader": "^6.11.0", "del-cli": "^5.1.0", "eslint": "^8.48.0", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-vue": "^9.32.0", "html-webpack-plugin": "^5.6.3", "husky": "^8.0.3", "jest": "^28.1.3", "jest-environment-jsdom": "^28.1.3", "lint-staged": "^13.3.0", "markdown-to-vue-loader": "^3.1.5", "mini-css-extract-plugin": "^2.9.2", "move-file-cli": "^3.0.0", "postcss": "^8.5.3", "rollup": "^2.79.2", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.36.0", "rollup-plugin-vue": "^6.0.0", "sass": "^1.85.1", "sass-loader": "^13.3.3", "style-loader": "^3.3.4", "stylelint": "^14.16.1", "stylelint-config-recommended-scss": "^7.0.0", "stylelint-config-recommended-vue": "^1.6.0", "stylelint-order": "^5.0.0", "ts-jest": "^28.0.8", "ts-loader": "^9.5.2", "tslib": "^2.8.1", "typescript": "^4.9.5", "vue": "^3.5.13", "vue-loader": "^17.4.2", "webpack": "^5.98.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.15.2" }, "peerDependencies": { "vue": "^3.0.0" }, "publishConfig": { "access": "public" } }