123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- {
- "name": "@hoppscotch/common",
- "private": true,
- "version": "2023.12.0-1",
- "scripts": {
- "dev": "pnpm exec npm-run-all -p -l dev:*",
- "test": "vitest --run",
- "test:watch": "vitest",
- "dev:vite": "vite",
- "dev:gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml --watch dotenv_config_path=\"../../.env\"",
- "lint": "eslint src --ext .ts,.js,.vue --ignore-path .gitignore .",
- "lint:ts": "vue-tsc --noEmit",
- "prod-lint": "cross-env HOPP_LINT_FOR_PROD=true pnpm run lint",
- "lintfix": "eslint --fix src --ext .ts,.js,.vue --ignore-path .gitignore .",
- "preview": "vite preview",
- "gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml dotenv_config_path=\"../../.env\"",
- "postinstall": "pnpm run gql-codegen",
- "do-test": "pnpm run test",
- "do-lint": "pnpm run prod-lint",
- "do-typecheck": "node type-check.mjs",
- "do-lintfix": "pnpm run lintfix"
- },
- "dependencies": {
- "@apidevtools/swagger-parser": "^10.1.0",
- "@codemirror/autocomplete": "^6.11.1",
- "@codemirror/commands": "^6.3.2",
- "@codemirror/lang-javascript": "^6.2.1",
- "@codemirror/lang-json": "^6.0.1",
- "@codemirror/lang-xml": "^6.0.2",
- "@codemirror/language": "6.9.3",
- "@codemirror/legacy-modes": "^6.3.3",
- "@codemirror/lint": "^6.4.2",
- "@codemirror/search": "^6.5.5",
- "@codemirror/state": "^6.3.3",
- "@codemirror/view": "^6.22.3",
- "@hoppscotch/codemirror-lang-graphql": "workspace:^",
- "@hoppscotch/data": "workspace:^",
- "@hoppscotch/js-sandbox": "workspace:^",
- "@hoppscotch/ui": "^0.1.0",
- "@hoppscotch/vue-toasted": "^0.1.0",
- "@lezer/highlight": "1.2.0",
- "@unhead/vue": "^1.8.8",
- "@urql/core": "^4.2.0",
- "@urql/devtools": "^2.0.3",
- "@urql/exchange-auth": "^2.1.6",
- "@urql/exchange-graphcache": "^6.3.3",
- "@vitejs/plugin-legacy": "^4.1.1",
- "@vueuse/core": "^10.6.1",
- "acorn-walk": "^8.3.0",
- "axios": "^1.6.2",
- "buffer": "^6.0.3",
- "cookie-es": "^1.0.0",
- "dioc": "^1.0.1",
- "esprima": "^4.0.1",
- "events": "^3.3.0",
- "fp-ts": "^2.16.1",
- "globalthis": "^1.0.3",
- "graphql": "^16.8.1",
- "graphql-language-service-interface": "^2.10.2",
- "graphql-tag": "^2.12.6",
- "httpsnippet": "^3.0.1",
- "insomnia-importers": "^3.6.0",
- "io-ts": "^2.2.20",
- "js-yaml": "^4.1.0",
- "jsonpath-plus": "^7.2.0",
- "lodash-es": "^4.17.21",
- "lossless-json": "^3.0.2",
- "minisearch": "^6.3.0",
- "nprogress": "^0.2.0",
- "paho-mqtt": "^1.1.0",
- "path": "^0.12.7",
- "postman-collection": "^4.3.0",
- "process": "^0.11.10",
- "qs": "^6.11.2",
- "quicktype-core": "^23.0.79",
- "rxjs": "^7.8.1",
- "set-cookie-parser": "^2.6.0",
- "set-cookie-parser-es": "^1.0.5",
- "socket.io-client-v2": "npm:socket.io-client@^2.4.0",
- "socket.io-client-v3": "npm:socket.io-client@^3.1.3",
- "socket.io-client-v4": "npm:socket.io-client@^4.4.1",
- "socketio-wildcard": "^2.0.0",
- "splitpanes": "^3.1.5",
- "stream-browserify": "^3.0.0",
- "subscriptions-transport-ws": "^0.11.0",
- "tern": "^0.24.3",
- "timers": "^0.1.1",
- "tippy.js": "^6.3.7",
- "url": "^0.11.3",
- "util": "^0.12.5",
- "uuid": "^9.0.1",
- "verzod": "^0.2.0",
- "vue": "^3.3.8",
- "vue-i18n": "^9.7.1",
- "vue-pdf-embed": "^1.2.1",
- "vue-router": "^4.2.5",
- "vue-tippy": "6.3.1",
- "vuedraggable-es": "^4.1.1",
- "wonka": "^6.3.4",
- "workbox-window": "^7.0.0",
- "xml-formatter": "^3.6.0",
- "yargs-parser": "^21.1.1",
- "zod": "^3.22.4"
- },
- "devDependencies": {
- "@esbuild-plugins/node-globals-polyfill": "^0.2.3",
- "@esbuild-plugins/node-modules-polyfill": "^0.2.2",
- "@graphql-codegen/add": "^5.0.0",
- "@graphql-codegen/cli": "^5.0.0",
- "@graphql-codegen/typed-document-node": "^5.0.1",
- "@graphql-codegen/typescript": "^4.0.1",
- "@graphql-codegen/typescript-operations": "^4.0.1",
- "@graphql-codegen/typescript-urql-graphcache": "^3.0.0",
- "@graphql-codegen/urql-introspection": "^3.0.0",
- "@graphql-typed-document-node/core": "^3.2.0",
- "@iconify-json/lucide": "^1.1.141",
- "@intlify/vite-plugin-vue-i18n": "^7.0.0",
- "@relmify/jest-fp-ts": "^2.1.1",
- "@rushstack/eslint-patch": "^1.6.0",
- "@types/har-format": "^1.2.15",
- "@types/js-yaml": "^4.0.9",
- "@types/lodash-es": "^4.17.12",
- "@types/lossless-json": "^1.0.4",
- "@types/nprogress": "^0.2.3",
- "@types/paho-mqtt": "^1.0.10",
- "@types/postman-collection": "^3.5.10",
- "@types/splitpanes": "^2.2.6",
- "@types/uuid": "^9.0.7",
- "@types/yargs-parser": "^21.0.3",
- "@typescript-eslint/eslint-plugin": "^6.12.0",
- "@typescript-eslint/parser": "^6.12.0",
- "@vitejs/plugin-vue": "^4.5.0",
- "@vue/compiler-sfc": "^3.3.8",
- "@vue/eslint-config-typescript": "^12.0.0",
- "@vue/runtime-core": "^3.3.8",
- "autoprefixer": "^10.4.14",
- "cross-env": "^7.0.3",
- "dotenv": "^16.3.1",
- "eslint": "^8.54.0",
- "eslint-plugin-prettier": "^5.0.1",
- "eslint-plugin-vue": "^9.18.1",
- "glob": "^10.3.10",
- "npm-run-all": "^4.1.5",
- "openapi-types": "^12.1.3",
- "postcss": "^8.4.23",
- "prettier": "^3.1.0",
- "prettier-plugin-tailwindcss": "^0.5.7",
- "rollup-plugin-polyfill-node": "^0.13.0",
- "sass": "^1.69.5",
- "tailwindcss": "^3.3.2",
- "typescript": "^5.3.2",
- "unplugin-fonts": "^1.1.1",
- "unplugin-icons": "^0.17.4",
- "unplugin-vue-components": "^0.25.2",
- "vite": "^4.5.0",
- "vite-plugin-checker": "^0.6.2",
- "vite-plugin-fonts": "^0.7.0",
- "vite-plugin-html-config": "^1.0.11",
- "vite-plugin-inspect": "^0.7.42",
- "vite-plugin-pages": "^0.31.0",
- "vite-plugin-pages-sitemap": "^1.6.1",
- "vite-plugin-pwa": "^0.17.0",
- "vite-plugin-vue-layouts": "^0.8.0",
- "vitest": "^0.34.6",
- "vue-tsc": "^1.8.22"
- }
- }
|