package.json 757 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "vue-zoomable",
  3. "version": "0.0.1",
  4. "description": "Tiny and high performance pan and zoom library for Vue 3 written in Typescript.",
  5. "main": "index.js",
  6. "authors": {
  7. "name": "Hassaan Akbar",
  8. "email": "hassaan.akbar@outlook.com"
  9. },
  10. "repository": "https://github.com/HassaanAkbar/vue-zoomable/ vue-zoomable",
  11. "scripts": {
  12. "dev": "vuepress dev src",
  13. "build": "vuepress build src"
  14. },
  15. "license": "MIT",
  16. "devDependencies": {
  17. "@vuepress/bundler-vite": "2.0.0-beta.66",
  18. "@vuepress/client": "2.0.0-beta.66",
  19. "@vuepress/plugin-register-components": "2.0.0-beta.66",
  20. "css-loader": "^6.7.1",
  21. "vue": "^3.3.4",
  22. "vuepress": "2.0.0-beta.66"
  23. },
  24. "dependencies": {
  25. "vue-zoomable": "^1.1.3"
  26. }
  27. }