代码拉取完成,页面将自动刷新
{
"name": "xiaohe-vue-count-to",
"type": "module",
"version": "0.3.2",
"packageManager": "pnpm@8.14.0",
"description": "⏱️ 一个实现数字平滑变化的Vue小组件",
"author": "xiaohe0601 <xiaohe0601@outlook.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/xiaohe0601",
"homepage": "https://count-to.netlify.app",
"repository": {
"type": "git",
"url": "git+https://github.com/xiaohe0601/xiaohe-vue-count-to.git"
},
"bugs": "https://github.com/xiaohe0601/xiaohe-vue-count-to/issues",
"keywords": [
"xiaohe",
"count-to",
"bezier",
"transition",
"animation"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": [
"dist"
],
"scripts": {
"serve": "vite",
"serve:demo": "nr --dir examples/demo serve",
"build": "vite build",
"build:demo": "nr --dir examples/demo build",
"preview": "vite preview",
"preview:demo": "nr --dir examples/demo preview",
"release": "nr build && bumpp && npm publish",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"lint:type": "vue-tsc --noEmit",
"style": "stylelint src/**/*.{css,scss,vue,html} --aei",
"style:fix": "stylelint src/**/*.{css,scss,vue,html} --aei --fix",
"prepare": "simple-git-hooks"
},
"dependencies": {
"vue": "^3.4.14",
"vue-demi": "^0.14.6",
"xiaohe-transition": "^1.1.0"
},
"peerDependencies": {
"vue": ">=2.5.0 || >=3.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.2",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.7",
"@types/node": "^20.11.3",
"@vitejs/plugin-vue": "^5.0.3",
"autoprefixer": "^10.4.16",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"lint-staged": "^15.2.0",
"rimraf": "^5.0.5",
"sass": "^1.69.7",
"simple-git-hooks": "^2.9.0",
"stylelint": "^16.1.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^12.0.0",
"stylelint-order": "^6.0.4",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-dts": "^3.7.1",
"vitest": "^1.2.0",
"vue-tsc": "^1.8.27"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": "eslint --fix",
"*.{css,scss,vue,html}": "stylelint --aei --fix"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。