package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "name": "automa",
  3. "version": "1.24.3",
  4. "description": "An extension for automating your browser by connecting blocks",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/kholid060/automa.git"
  8. },
  9. "scripts": {
  10. "build": "node utils/build.js",
  11. "build:firefox": "cross-env BROWSER=firefox yarn build",
  12. "build:zip": "node utils/build-zip.js",
  13. "build:prod": "yarn build:prod-chrome && yarn build:prod-firefox",
  14. "build:prod-chrome": "yarn build && yarn build:zip",
  15. "build:prod-firefox": "yarn build:firefox && cross-env BROWSER=firefox yarn build:zip",
  16. "dev": "node utils/webserver.js",
  17. "dev:firefox": "cross-env BROWSER=firefox yarn dev",
  18. "prettier": "prettier --write '**/*.{js,jsx,css,html}'",
  19. "lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
  20. },
  21. "engines": {
  22. "node": ">=14.18.1"
  23. },
  24. "simple-git-hooks": {
  25. "pre-commit": "npx lint-staged"
  26. },
  27. "lint-staged": {
  28. "*.{js,ts,vue}": "eslint --fix"
  29. },
  30. "dependencies": {
  31. "@codemirror/autocomplete": "^6.3.4",
  32. "@codemirror/lang-css": "^6.0.1",
  33. "@codemirror/lang-html": "^6.4.0",
  34. "@codemirror/lang-javascript": "^6.1.1",
  35. "@codemirror/lang-json": "^6.0.1",
  36. "@codemirror/language": "^6.3.1",
  37. "@codemirror/theme-one-dark": "^6.1.0",
  38. "@medv/finder": "^2.1.0",
  39. "@n8n_io/riot-tmpl": "^1.0.1",
  40. "@tiptap/core": "^2.0.0-beta.205",
  41. "@tiptap/extension-character-count": "^2.0.0-beta.205",
  42. "@tiptap/extension-history": "^2.0.0-beta.205",
  43. "@tiptap/extension-image": "^2.0.0-beta.205",
  44. "@tiptap/extension-link": "^2.0.0-beta.205",
  45. "@tiptap/extension-placeholder": "^2.0.0-beta.205",
  46. "@tiptap/starter-kit": "^2.0.0-beta.205",
  47. "@tiptap/vue-3": "^2.0.0-beta.205",
  48. "@viselect/vanilla": "^3.1.0",
  49. "@vue-flow/additional-components": "^1.2.4",
  50. "@vue-flow/core": "^1.5.0",
  51. "@vueuse/head": "^1.0.22",
  52. "@vueuse/rxjs": "^9.1.1",
  53. "@vuex-orm/core": "^0.36.4",
  54. "codemirror": "^6.0.1",
  55. "compare-versions": "^5.0.1",
  56. "cron-parser": "^4.6.0",
  57. "cronstrue": "^2.11.0",
  58. "crypto-js": "^4.1.1",
  59. "css-selector-generator": "^3.6.4",
  60. "dagre": "^0.8.5",
  61. "dayjs": "^1.11.6",
  62. "defu": "^6.1.0",
  63. "dexie": "^3.2.2",
  64. "html2canvas": "^1.4.1",
  65. "idb": "^7.0.2",
  66. "jsonpath": "^1.1.1",
  67. "jspdf": "^2.5.1",
  68. "loader-utils": "^3.2.1",
  69. "lodash.clonedeep": "^4.5.0",
  70. "lodash.merge": "^4.6.2",
  71. "mitt": "^3.0.0",
  72. "mousetrap": "^1.6.5",
  73. "nanoid": "^4.0.0",
  74. "object-path": "^0.11.8",
  75. "papaparse": "^5.3.1",
  76. "pinia": "^2.0.22",
  77. "prosemirror-commands": "^1.5.0",
  78. "prosemirror-dropcursor": "^1.6.1",
  79. "prosemirror-gapcursor": "^1.3.1",
  80. "prosemirror-history": "^1.3.0",
  81. "prosemirror-keymap": "^1.2.0",
  82. "prosemirror-schema-list": "^1.2.2",
  83. "rxjs": "^7.5.7",
  84. "sizzle": "^2.3.8",
  85. "tippy.js": "^6.3.1",
  86. "v-remixicon": "^0.1.1",
  87. "vue": "^3.2.37",
  88. "vue-i18n": "^9.2.0-beta.40",
  89. "vue-imask": "^6.4.2",
  90. "vue-router": "^4.1.5",
  91. "vue-toastification": "^2.0.0-rc.5",
  92. "vuedraggable": "^4.1.0",
  93. "vuex": "^4.0.2",
  94. "webextension-polyfill": "^0.10.0"
  95. },
  96. "devDependencies": {
  97. "@babel/core": "^7.19.6",
  98. "@babel/eslint-parser": "^7.18.2",
  99. "@babel/preset-env": "^7.20.2",
  100. "@intlify/vue-i18n-loader": "^4.2.0",
  101. "@tailwindcss/typography": "^0.5.1",
  102. "@vue/compiler-sfc": "^3.2.41",
  103. "archiver": "^5.3.1",
  104. "autoprefixer": "^10.4.12",
  105. "babel-loader": "^8.2.2",
  106. "clean-webpack-plugin": "4.0.0",
  107. "copy-webpack-plugin": "^11.0.0",
  108. "core-js": "^3.26.0",
  109. "cross-env": "^7.0.3",
  110. "css-loader": "^6.7.1",
  111. "eslint": "^8.25.0",
  112. "eslint-config-airbnb-base": "^15.0.0",
  113. "eslint-config-prettier": "^8.3.0",
  114. "eslint-friendly-formatter": "^4.0.1",
  115. "eslint-import-resolver-webpack": "^0.13.2",
  116. "eslint-plugin-import": "^2.26.0",
  117. "eslint-plugin-prettier": "^4.0.0",
  118. "eslint-plugin-vue": "^9.4.0",
  119. "file-loader": "^6.2.0",
  120. "fs-extra": "^10.1.0",
  121. "html-loader": "^4.2.0",
  122. "html-webpack-plugin": "^5.5.0",
  123. "lint-staged": "^13.0.2",
  124. "mini-css-extract-plugin": "^2.3.0",
  125. "postcss": "^8.4.18",
  126. "postcss-loader": "^7.0.0",
  127. "prettier": "^2.7.1",
  128. "simple-git-hooks": "^2.8.1",
  129. "source-map-loader": "^4.0.0",
  130. "tailwindcss": "^3.2.1",
  131. "terser-webpack-plugin": "^5.3.6",
  132. "vue-loader": "^17.0.0",
  133. "web-worker": "^1.2.0",
  134. "webpack": "^5.73.0",
  135. "webpack-cli": "^4.10.0",
  136. "webpack-dev-server": "^4.11.1"
  137. }
  138. }