{ "name": "automa", "version": "1.28.27", "description": "An extension for automating your browser by connecting blocks", "repository": { "type": "git", "url": "https://github.com/kholid060/automa.git" }, "scripts": { "build": "node utils/build.js", "build:firefox": "cross-env BROWSER=firefox yarn build", "build:zip": "node utils/build-zip.js", "build:prod": "yarn build:prod-chrome && yarn build:prod-firefox", "build:prod-chrome": "yarn build && yarn build:zip", "build:prod-firefox": "yarn build:firefox && cross-env BROWSER=firefox yarn build:zip", "dev": "node utils/webserver.js", "dev:firefox": "cross-env BROWSER=firefox yarn dev", "prettier": "prettier --write '**/*.{js,jsx,css,html}'", "lint": "eslint --ext .js,.vue --ignore-path .gitignore ." }, "engines": { "node": ">=14.18.1" }, "simple-git-hooks": { "pre-commit": "npx lint-staged" }, "lint-staged": { "*.{js,ts,vue}": "eslint --fix" }, "dependencies": { "@codemirror/autocomplete": "^6.9.0", "@codemirror/lang-css": "^6.2.1", "@codemirror/lang-html": "^6.4.6", "@codemirror/lang-javascript": "^6.2.1", "@codemirror/lang-json": "^6.0.1", "@codemirror/language": "^6.9.0", "@codemirror/theme-one-dark": "^6.1.2", "@medv/finder": "^3.1.0", "@n8n_io/riot-tmpl": "^2.0.0", "@tiptap/core": "^2.0.4", "@tiptap/extension-character-count": "^2.0.4", "@tiptap/extension-history": "^2.0.4", "@tiptap/extension-image": "^2.0.4", "@tiptap/extension-link": "^2.0.4", "@tiptap/extension-placeholder": "^2.0.4", "@tiptap/pm": "^2.0.4", "@tiptap/starter-kit": "^2.0.4", "@tiptap/vue-3": "^2.0.4", "@viselect/vanilla": "^3.5.0", "@vue-flow/background": "^1.2.0", "@vue-flow/core": "^1.23.0", "@vue-flow/minimap": "^1.2.0", "@vueuse/head": "^1.3.1", "@vueuse/rxjs": "^9.12.0", "@vuex-orm/core": "^0.36.4", "codemirror": "^6.0.1", "compare-versions": "^6.0.0-rc.1", "cron-parser": "^4.6.0", "cronstrue": "^2.21.0", "crypto-js": "^4.1.1", "css-selector-generator": "^3.6.4", "dagre": "^0.8.5", "dayjs": "^1.11.6", "defu": "^6.1.2", "dexie": "^3.2.3", "html2canvas": "^1.4.1", "idb": "^7.0.2", "js-base64": "^3.7.5", "json5": "^2.2.3", "jsonpath": "^1.1.1", "jspdf": "^2.5.1", "loader-utils": "^3.2.1", "lodash.clonedeep": "^4.5.0", "lodash.merge": "^4.6.2", "mitt": "^3.0.0", "mousetrap": "^1.6.5", "nanoid": "^4.0.0", "object-path": "^0.11.8", "papaparse": "^5.3.1", "pinia": "^2.0.29", "prosemirror-commands": "^1.5.0", "prosemirror-dropcursor": "^1.6.1", "prosemirror-gapcursor": "^1.3.1", "prosemirror-history": "^1.3.0", "prosemirror-keymap": "^1.2.0", "prosemirror-schema-list": "^1.2.2", "rxjs": "^7.8.0", "sizzle": "^2.3.8", "tippy.js": "^6.3.1", "v-remixicon": "^0.1.1", "vue": "^3.3.4", "vue-i18n": "9", "vue-imask": "^6.4.2", "vue-router": "^4.2.4", "vue-slider-component": "^4.1.0-beta.7", "vue-toastification": "^2.0.0-rc.5", "vuedraggable": "^4.1.0", "vuex": "^4.0.2", "webextension-polyfill": "^0.10.0", "xlsx": "https://cdn.sheetjs.com/xlsx-0.19.1/xlsx-0.19.1.tgz" }, "devDependencies": { "@babel/core": "^7.20.7", "@babel/eslint-parser": "^7.18.2", "@babel/preset-env": "^7.20.2", "@intlify/vue-i18n-loader": "^4.2.0", "@tailwindcss/typography": "^0.5.1", "@vue/compiler-sfc": "^3.3.4", "archiver": "^5.3.1", "autoprefixer": "^10.4.12", "babel-loader": "^9.1.2", "clean-webpack-plugin": "4.0.0", "copy-webpack-plugin": "^11.0.0", "core-js": "^3.27.2", "cross-env": "^7.0.3", "css-loader": "^6.7.3", "eslint": "^8.34.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.6.0", "eslint-friendly-formatter": "^4.0.1", "eslint-import-resolver-webpack": "^0.13.2", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^9.4.0", "file-loader": "^6.2.0", "fs-extra": "^11.1.0", "html-loader": "^4.2.0", "html-webpack-plugin": "^5.5.0", "lint-staged": "^13.0.2", "mini-css-extract-plugin": "^2.3.0", "postcss": "^8.4.21", "postcss-loader": "^7.0.0", "prettier": "^2.8.2", "simple-git-hooks": "^2.8.1", "source-map-loader": "^4.0.0", "tailwindcss": "^3.2.1", "terser-webpack-plugin": "^5.3.6", "vue-loader": "^17.2.2", "web-worker": "^1.2.0", "webpack": "5.76.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" } }