| 123456789101112131415161718192021222324252627 |
- {
- "name": "vue-zoomable",
- "version": "0.0.1",
- "description": "Tiny and high performance pan and zoom library for Vue 3 written in Typescript.",
- "main": "index.js",
- "authors": {
- "name": "Hassaan Akbar",
- "email": "hassaan.akbar@outlook.com"
- },
- "repository": "https://github.com/HassaanAkbar/vue-zoomable/ vue-zoomable",
- "scripts": {
- "dev": "vuepress dev src",
- "build": "vuepress build src"
- },
- "license": "MIT",
- "devDependencies": {
- "@vuepress/bundler-vite": "2.0.0-beta.66",
- "@vuepress/client": "2.0.0-beta.66",
- "@vuepress/plugin-register-components": "2.0.0-beta.66",
- "css-loader": "^6.7.1",
- "vue": "^3.3.4",
- "vuepress": "2.0.0-beta.66"
- },
- "dependencies": {
- "vue-zoomable": "^1.1.3"
- }
- }
|