{ "name": "hoppscotch-app", "version": "2.1.0", "description": "Open source API development ecosystem", "author": "Hoppscotch (support@hoppscotch.io)", "private": true, "engines": { "node": ">=14", "pnpm": ">=3" }, "scripts": { "dev": "pnpx 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-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": { "@apollo/client": "^3.4.17", "@codemirror/autocomplete": "^0.19.4", "@codemirror/closebrackets": "^0.19.0", "@codemirror/commands": "^0.19.5", "@codemirror/comment": "^0.19.0", "@codemirror/fold": "^0.19.1", "@codemirror/gutter": "^0.19.4", "@codemirror/highlight": "^0.19.0", "@codemirror/history": "^0.19.0", "@codemirror/lang-javascript": "^0.19.2", "@codemirror/lang-json": "^0.19.1", "@codemirror/language": "^0.19.3", "@codemirror/lint": "^0.19.2", "@codemirror/matchbrackets": "^0.19.3", "@codemirror/rectangular-selection": "^0.19.1", "@codemirror/search": "^0.19.2", "@codemirror/state": "^0.19.3", "@codemirror/text": "^0.19.5", "@codemirror/view": "^0.19.12", "@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0", "@hoppscotch/js-sandbox": "workspace:^1.0.0", "@nuxtjs/axios": "^5.13.6", "@nuxtjs/composition-api": "^0.30.0", "@nuxtjs/gtm": "^2.4.0", "@nuxtjs/i18n": "^7.2.0", "@nuxtjs/robots": "^2.5.0", "@nuxtjs/sitemap": "^2.4.0", "@nuxtjs/toast": "^3.3.1", "@urql/core": "^2.3.5", "@urql/exchange-auth": "^0.1.6", "@urql/exchange-graphcache": "^4.3.5", "acorn": "^8.5.0", "acorn-walk": "^8.2.0", "axios": "^0.24.0", "core-js": "^3.19.1", "esprima": "^4.0.1", "firebase": "^9.4.1", "fp-ts": "^2.11.5", "fuse.js": "^6.4.6", "graphql": "^15.7.2", "graphql-language-service-interface": "^2.9.1", "graphql-language-service-parser": "^1.10.0", "graphql-tag": "^2.12.6", "io-ts": "^2.2.16", "json-loader": "^0.5.7", "lodash": "^4.17.21", "mustache": "^4.2.0", "node-interval-tree": "^1.3.3", "nuxt": "^2.15.8", "paho-mqtt": "^1.1.0", "rxjs": "^7.4.0", "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.3.2", "socketio-wildcard": "^2.0.0", "splitpanes": "^2.3.8", "subscriptions-transport-ws": "^0.11.0", "tern": "^0.24.3", "uuid": "8.3.2", "vue-apollo": "^3.0.8", "vue-cli-plugin-apollo": "^0.22.2", "vue-functional-data-merge": "^3.1.0", "vue-github-button": "^1.3.0", "vue-textarea-autosize": "^1.1.1", "vue-tippy": "^4.13.0", "vuejs-auto-complete": "^0.9.0", "wonka": "^4.0.15", "yargs-parser": "^21.0.0" }, "devDependencies": { "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.0", "@graphql-codegen/add": "^3.1.0", "@graphql-codegen/cli": "2.2.2", "@graphql-codegen/typed-document-node": "^2.2.0", "@graphql-codegen/typescript": "2.3.1", "@graphql-codegen/typescript-operations": "^2.2.0", "@graphql-codegen/typescript-urql-graphcache": "^2.2.1", "@graphql-codegen/urql-introspection": "^2.1.0", "@graphql-typed-document-node/core": "^3.1.0", "@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": "^7.0.2", "@nuxtjs/eslint-module": "^3.0.2", "@nuxtjs/google-analytics": "^2.4.0", "@nuxtjs/google-fonts": "^1.3.0", "@nuxtjs/pwa": "^3.3.5", "@nuxtjs/stylelint-module": "^4.0.0", "@nuxtjs/svg": "^0.3.0", "@testing-library/jest-dom": "^5.15.0", "@types/codemirror": "^5.60.5", "@types/cookie": "^0.4.1", "@types/esprima": "^4.0.3", "@types/lodash": "^4.14.177", "@types/splitpanes": "^2.2.1", "@urql/devtools": "^2.0.3", "@vue/runtime-dom": "^3.2.22", "@vue/test-utils": "^1.2.2", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^27.3.1", "eslint": "^8.2.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-nuxt": "^3.0.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.0.3", "jest": "^27.3.1", "jest-serializer-vue": "^2.0.2", "npm-run-all": "^4.1.5", "nuxt-windicss": "^2.0.12", "prettier": "^2.4.1", "raw-loader": "^4.0.2", "sass": "^1.43.4", "sass-loader": "^10.2.0", "stylelint": "^14.1.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-standard": "^24.0.0", "stylelint-config-standard-scss": "^2.0.1", "ts-jest": "^27.0.7", "typescript": "^4.4.4", "unplugin-vue2-script-setup": "^0.6.16", "vue-jest": "^3.0.7", "worker-loader": "^3.0.8" } }