package.json 924 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@vuetify/loader-shared",
  3. "version": "2.0.3",
  4. "main": "./dist/index.cjs",
  5. "module": "./dist/index.mjs",
  6. "types": "./dist/index.d.ts",
  7. "exports": {
  8. ".": {
  9. "import": "./dist/index.mjs",
  10. "require": "./dist/index.cjs"
  11. }
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/vuetifyjs/vuetify-loader.git"
  16. },
  17. "scripts": {
  18. "build": "unbuild",
  19. "dev": "unbuild --stub"
  20. },
  21. "author": "Kael Watts-Deuchar",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/vuetifyjs/vuetify-loader/issues"
  25. },
  26. "homepage": "https://github.com/vuetifyjs/vuetify-loader/tree/master/packages/shared",
  27. "dependencies": {
  28. "upath": "^2.0.1"
  29. },
  30. "peerDependencies": {
  31. "vue": "^3.0.0",
  32. "vuetify": "^3.0.0"
  33. },
  34. "files": [
  35. "dist/"
  36. ],
  37. "publishConfig": {
  38. "access": "public"
  39. },
  40. "gitHead": "4a40d39312cbb8f90c46d194737d1d0b549fff49"
  41. }