package.json 994 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "vite-plugin-vuetify",
  3. "version": "1.0.2",
  4. "description": "A Vite plugin for treeshaking Vuetify components and more",
  5. "main": "dist/index.js",
  6. "types": "dist/index.d.ts",
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/vuetifyjs/vuetify-loader.git"
  10. },
  11. "scripts": {
  12. "build": "tsc --outdir dist",
  13. "dev": "yarn run build --watch"
  14. },
  15. "author": "Kael Watts-Deuchar",
  16. "license": "MIT",
  17. "bugs": {
  18. "url": "https://github.com/vuetifyjs/vuetify-loader/issues"
  19. },
  20. "homepage": "https://github.com/vuetifyjs/vuetify-loader/packages/vite-plugin",
  21. "dependencies": {
  22. "@vuetify/loader-shared": "^1.7.1",
  23. "debug": "^4.3.3",
  24. "upath": "^2.0.1"
  25. },
  26. "peerDependencies": {
  27. "vite": "^2.7.0 || ^3.0.0 || ^4.0.0",
  28. "vuetify": "^3.0.0-beta.4"
  29. },
  30. "engines": {
  31. "node": ">=12"
  32. },
  33. "files": [
  34. "dist/"
  35. ],
  36. "publishConfig": {
  37. "access": "public"
  38. },
  39. "gitHead": "a028a4b981c46795dde2e7004427e365452e0c82"
  40. }