{ "name": "hoppscotch-app", "version": "2.2.1", "description": "Open source API development ecosystem", "author": "Hoppscotch (support@hoppscotch.io)", "private": true, "engines": { "node": ">=14", "pnpm": ">=3" }, "scripts": { "dev": "pnpm exec npm-run-all -p -l dev:*", "dev:nuxt": "nuxt", "dev:gql-codegen": "graphql-codegen --config gql-codegen.yml --watch", "build": "vue-tsc --noEmit && nuxt build", "postinstall": "pnpm run gql-codegen", "start": "nuxt start", "generate": "nuxt generate --modern", "analyze": "npx nuxt build -a", "lint:script": "eslint --ext .ts,.js,.vue --ignore-path .gitignore .", "lint:style": "stylelint **/*.{css,scss} --ignore-path .gitignore", "lint": "pnpm run lint:script && pnpm run lint:style", "lintfix:script": "eslint --fix --ext .ts,.js,.vue --ignore-path .gitignore .", "lintfix:style": "stylelint --fix **/*.{css,scss} --ignore-path .gitignore", "lintfix": "pnpm run lintfix:script && pnpm run lintfix:style", "test": "jest", "do-dev": "pnpm run dev", "do-typecheck": "pnpm exec tsc --noEmit", "do-build-prod": "pnpm run generate", "do-prod-start": "pnpm run start", "do-lint": "pnpm run lint", "do-lintfix": "pnpm run lintfix", "do-test": "pnpm run test", "gql-codegen": "graphql-codegen --config gql-codegen.yml" }, "dependencies": { "@apidevtools/swagger-parser": "^10.0.3", "@codemirror/autocomplete": "^0.19.15", "@codemirror/closebrackets": "^0.19.2", "@codemirror/commands": "^0.19.8", "@codemirror/comment": "^0.19.1", "@codemirror/fold": "^0.19.3", "@codemirror/gutter": "^0.19.9", "@codemirror/highlight": "^0.19.8", "@codemirror/history": "^0.19.2", "@codemirror/lang-javascript": "^0.19.7", "@codemirror/lang-json": "^0.19.2", "@codemirror/lang-xml": "^0.19.2", "@codemirror/language": "^0.19.10", "@codemirror/legacy-modes": "^0.19.1", "@codemirror/lint": "^0.19.6", "@codemirror/matchbrackets": "^0.19.4", "@codemirror/rectangular-selection": "^0.19.2", "@codemirror/search": "^0.19.10", "@codemirror/state": "^0.19.9", "@codemirror/stream-parser": "^0.19.9", "@codemirror/text": "^0.19.6", "@codemirror/tooltip": "^0.19.16", "@codemirror/view": "^0.19.48", "@hoppscotch/codemirror-lang-graphql": "workspace:^0.2.0", "@hoppscotch/data": "workspace:^0.4.3", "@hoppscotch/js-sandbox": "workspace:^2.0.0", "@nuxtjs/axios": "^5.13.6", "@nuxtjs/composition-api": "^0.32.0", "@nuxtjs/gtm": "^2.4.0", "@nuxtjs/i18n": "^7.2.1", "@nuxtjs/robots": "^2.5.0", "@nuxtjs/sentry": "^5.1.7", "@nuxtjs/sitemap": "^2.4.0", "@nuxtjs/toast": "^3.3.1", "@urql/core": "^2.4.4", "@urql/exchange-auth": "^0.1.7", "@urql/exchange-graphcache": "^4.3.6", "acorn": "^8.7.0", "acorn-walk": "^8.2.0", "axios": "^0.26.1", "core-js": "^3.22.0", "esprima": "^4.0.1", "firebase": "^9.6.11", "fp-ts": "^2.11.10", "fuse.js": "^6.5.3", "graphql": "^15.5.0", "graphql-language-service-interface": "^2.9.1", "graphql-language-service-parser": "^1.10.4", "graphql-tag": "^2.12.6", "httpsnippet": "^2.0.0", "insomnia-importers": "^2.8.0", "io-ts": "^2.2.16", "js-yaml": "^4.1.0", "json-loader": "^0.5.7", "jsonpath-plus": "^6.0.1", "lodash": "^4.17.21", "lossless-json": "^1.0.5", "mustache": "^4.2.0", "node-interval-tree": "^1.3.3", "nuxt": "^2.15.8", "openapi-types": "^10.0.0", "paho-mqtt": "^1.1.0", "postman-collection": "^4.1.2", "qs": "^6.10.3", "rxjs": "^7.5.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": "^2.4.1", "subscriptions-transport-ws": "^0.11.0", "tern": "^0.24.3", "uuid": "8.3.2", "vue-functional-data-merge": "^3.1.0", "vue-github-button": "^1.3.0", "vue-pdf-embed": "^1.1.1", "vue-textarea-autosize": "^1.1.1", "vue-tippy": "^4.13.0", "vuedraggable": "^2.24.3", "vuejs-auto-complete": "^0.9.0", "wonka": "^4.0.15", "yargs-parser": "^21.0.1" }, "devDependencies": { "@babel/core": "^7.17.9", "@babel/preset-env": "^7.16.11", "@graphql-codegen/add": "^3.1.1", "@graphql-codegen/cli": "2.6.2", "@graphql-codegen/typed-document-node": "^2.2.8", "@graphql-codegen/typescript": "2.4.8", "@graphql-codegen/typescript-operations": "^2.3.5", "@graphql-codegen/typescript-urql-graphcache": "^2.2.10", "@graphql-codegen/urql-introspection": "^2.1.1", "@graphql-typed-document-node/core": "^3.1.1", "@nuxt/types": "^2.15.8", "@nuxt/typescript-build": "^2.1.0", "@nuxtjs/color-mode": "^2.1.1", "@nuxtjs/dotenv": "^1.4.1", "@nuxtjs/eslint-config-typescript": "^9.0.0", "@nuxtjs/eslint-module": "^3.1.0", "@nuxtjs/google-analytics": "^2.4.0", "@nuxtjs/google-fonts": "^1.3.0", "@nuxtjs/pwa": "^3.3.5", "@nuxtjs/stylelint-module": "^4.1.0", "@nuxtjs/svg": "^0.4.0", "@relmify/jest-fp-ts": "^2.0.1", "@sentry/browser": "^6.19.6", "@testing-library/jest-dom": "^5.16.4", "@types/codemirror": "^5.60.5", "@types/cookie": "^0.4.1", "@types/esprima": "^4.0.3", "@types/har-format": "^1.2.8", "@types/httpsnippet": "^1.23.1", "@types/jest": "^27.4.1", "@types/js-yaml": "^4.0.5", "@types/lodash": "^4.14.181", "@types/lossless-json": "^1.0.1", "@types/paho-mqtt": "^1.0.6", "@types/postman-collection": "^3.5.7", "@types/qs": "^6.9.7", "@types/socketio-wildcard": "^2.0.4", "@types/splitpanes": "^2.2.1", "@types/uuid": "^8.3.4", "@types/yargs-parser": "^21.0.0", "@urql/devtools": "^2.0.3", "@vue/composition-api": "^1.4.9", "@vue/runtime-dom": "^3.2.33", "@vue/test-utils": "^1.3.0", "@vueuse/core": "^8.2.6", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^27.5.1", "babel-loader": "^8.2.4", "chokidar": "^3.5.3", "eslint": "^8.13.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-nuxt": "^3.2.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.6.0", "jest": "^27.5.1", "jest-serializer-vue": "^2.0.2", "npm-run-all": "^4.1.5", "nuxt-windicss": "^2.2.11", "postcss-html": "^1.4.1", "prettier": "^2.6.2", "raw-loader": "^4.0.2", "sass": "^1.50.0", "sass-loader": "^10.2.0", "stylelint": "^14.7.1", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended-vue": "^1.4.0", "stylelint-config-standard": "^25.0.0", "stylelint-config-standard-scss": "^3.0.0", "ts-jest": "^27.1.4", "typescript": "^4.6.3", "vue-jest": "^3.0.7", "vue-template-babel-compiler": "^1.1.3", "worker-loader": "^3.0.8" } }