package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "name": "@hoppscotch/ui",
  3. "private": true,
  4. "version": "0.0.1",
  5. "type": "module",
  6. "scripts": {
  7. "watch": "vite build --watch",
  8. "build": "vite build",
  9. "story:dev": "histoire dev",
  10. "story:build": "histoire build",
  11. "story:preview": "histoire preview",
  12. "do-build-prod": "pnpm run build",
  13. "postinstall": "pnpm run build",
  14. "do-build-ui": "pnpm run story:build"
  15. },
  16. "peerDependencies": {
  17. "vue": "^3.2.25",
  18. "vue-router": "^4.0.16"
  19. },
  20. "dependencies": {
  21. "@hoppscotch/vue-toasted": "^0.1.0",
  22. "@lezer/highlight": "^1.0.0",
  23. "@vitejs/plugin-legacy": "^2.3.0",
  24. "@vueuse/core": "^8.7.5",
  25. "@vueuse/head": "^0.7.9",
  26. "acorn-walk": "^8.2.0",
  27. "esprima": "^4.0.1",
  28. "events": "^3.3.0",
  29. "fp-ts": "^2.12.1",
  30. "globalthis": "^1.0.3",
  31. "lodash-es": "^4.17.21",
  32. "path": "^0.12.7",
  33. "rxjs": "^7.5.5",
  34. "splitpanes": "^3.1.1",
  35. "tern": "^0.24.3",
  36. "timers": "^0.1.1",
  37. "tippy.js": "^6.3.7",
  38. "url": "^0.11.0",
  39. "util": "^0.12.4",
  40. "vite-plugin-eslint": "^1.8.1",
  41. "vue-github-button": "^3.0.3",
  42. "vue-router": "^4.0.16",
  43. "vue-tippy": "6.0.0-alpha.58",
  44. "vuedraggable-es": "^4.1.1"
  45. },
  46. "devDependencies": {
  47. "@esbuild-plugins/node-globals-polyfill": "^0.1.1",
  48. "@esbuild-plugins/node-modules-polyfill": "^0.1.4",
  49. "@histoire/plugin-vue": "^0.12.4",
  50. "@iconify-json/lucide": "^1.1.40",
  51. "@intlify/vite-plugin-vue-i18n": "^6.0.1",
  52. "@rushstack/eslint-patch": "^1.1.4",
  53. "@types/lodash-es": "^4.17.6",
  54. "@types/splitpanes": "^2.2.1",
  55. "@typescript-eslint/eslint-plugin": "^5.19.0",
  56. "@typescript-eslint/parser": "^5.19.0",
  57. "@vitejs/plugin-vue": "^3.1.0",
  58. "@vue/compiler-sfc": "^3.2.39",
  59. "@vue/eslint-config-typescript": "^11.0.1",
  60. "@vue/runtime-core": "^3.2.39",
  61. "cross-env": "^7.0.3",
  62. "eslint": "^8.24.0",
  63. "eslint-plugin-prettier": "^4.2.1",
  64. "eslint-plugin-vue": "^9.5.1",
  65. "histoire": "^0.12.4",
  66. "npm-run-all": "^4.1.5",
  67. "rollup-plugin-polyfill-node": "^0.10.1",
  68. "sass": "^1.53.0",
  69. "typescript": "^4.5.4",
  70. "unplugin-icons": "^0.15.3",
  71. "unplugin-vue-components": "^0.21.0",
  72. "vite": "^3.2.3",
  73. "vite-plugin-checker": "^0.5.1",
  74. "vite-plugin-dts": "2.0.0-beta.3",
  75. "vite-plugin-fonts": "^0.6.0",
  76. "vite-plugin-html-config": "^1.0.10",
  77. "vite-plugin-inspect": "^0.7.4",
  78. "vite-plugin-pages": "^0.26.0",
  79. "vite-plugin-pages-sitemap": "^1.4.0",
  80. "vite-plugin-pwa": "^0.13.1",
  81. "vite-plugin-vue-layouts": "^0.7.0",
  82. "vite-plugin-windicss": "^1.8.8",
  83. "vue": "^3.2.25",
  84. "vue-loader": "^16.8.3",
  85. "vue-router": "^4.0.16",
  86. "vue-tsc": "^0.38.2",
  87. "windicss": "^3.5.6"
  88. },
  89. "files": [
  90. "dist"
  91. ],
  92. "module": "./dist/index.es.js",
  93. "main": "./dist/index.es.js",
  94. "exports": {
  95. ".": "./dist/index.es.js",
  96. "./style.css": "./dist/style.css"
  97. },
  98. "types": "./dist/index.d.ts"
  99. }