You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vue-countup-v3

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-countup-v3 - npm Package Compare versions

Comparing version

to
0.0.1

dist/vue-countup-v3.es.js

50

package.json
{
"name": "vue-countup-v3",
"version": "0.0.0",
"description": "",
"main": "index.js",
"keywords": [
"vue3",
"countup",
"vue3-countup",
"library"
],
"version": "0.0.1",
"description": "Vue 3 component wrap for countUp.js",
"auther": "jizai <1414589221@qq.com>",
"main": "dist/vue-countup-v3.umd.js",
"module": "dist/vue-countup-v3.es.js",
"exports": {
".": {
"import": "./dist/vue-countup-v3.es.js",
"require": "./dist/vue-countup-v3.umd.js"
}
},
"types": "vue-countup-v3.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/jizai1125/vue-countup-v3"
},
"homepage": "https://github.com/jizai1125/vue-countup-v3",
"files": [
"dist/*",
"vue-countup-v3.d.ts",
"src/**/*.vue"
],
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "vite serve ./demo -c ./vite.config.ts",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC"
"dependencies": {
"countup.js": "^2.1.0",
"vue": "^3.2.25"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@vitejs/plugin-vue": "^2.2.0",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vue-tsc": "^0.29.8"
}
}