@number-flow/vue
Version:
A component to transition and format numbers.
67 lines • 1.55 kB
JSON
{
"name": "@number-flow/vue",
"type": "module",
"publishConfig": {
"access": "public"
},
"version": "0.4.8",
"author": {
"name": "Maxwell Barvian",
"email": "max@barvian.me",
"url": "https://barvian.me"
},
"description": "A component to transition and format numbers.",
"license": "MIT",
"homepage": "https://number-flow.barvian.me/vue",
"repository": {
"type": "git",
"url": "https://github.com/barvian/number-flow",
"directory": "src"
},
"bugs": {
"url": "https://github.com/barvian/number-flow/issues"
},
"keywords": [
"accessible",
"odometer",
"animation",
"number-format",
"number-animation",
"animated-number"
],
"files": [
"dist",
"README.md"
],
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"dependencies": {
"esm-env": "^1.1.4",
"number-flow": "0.5.8"
},
"devDependencies": {
"@playwright/test": "^1.48.0",
"@types/node": "^22.7.9",
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.2",
"vite": "^5.4.3",
"vite-plugin-dts": "^4.3.0",
"vue": "^3.5.12"
},
"peerDependencies": {
"vue": "^3"
},
"scripts": {
"build": "vite build --mode production",
"dev": "vite build --mode development --watch",
"test": "pnpm -r --workspace-concurrency 1 --filter=\"./test/apps/*\" test"
}
}