{ "name": "hoppscotch-sh-admin", "private": true, "version": "2025.11.0", "type": "module", "scripts": { "dev": "pnpm exec npm-run-all -p -l dev:*", "dev:vite": "vite", "dev:gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml --watch dotenv_config_path=\"../../.env\"", "gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml dotenv_config_path=\"../../.env\"", "postinstall": "pnpm run gql-codegen", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@fontsource-variable/inter": "5.2.8", "@fontsource-variable/material-symbols-rounded": "5.2.30", "@fontsource-variable/roboto-mono": "5.2.8", "@graphql-typed-document-node/core": "3.2.0", "@hoppscotch/ui": "0.2.5", "@hoppscotch/vue-toasted": "0.1.0", "@intlify/unplugin-vue-i18n": "11.0.1", "@types/cors": "2.8.19", "@urql/exchange-auth": "3.0.0", "@urql/vue": "2.0.0", "@vueuse/core": "14.0.0", "axios": "1.13.2", "cors": "2.8.5", "date-fns": "4.1.0", "fp-ts": "2.16.11", "graphql": "16.12.0", "io-ts": "2.2.22", "lodash-es": "4.17.21", "postcss": "8.5.6", "prettier-plugin-tailwindcss": "0.7.1", "rxjs": "7.8.2", "tailwindcss": "3.4.16", "tippy.js": "6.3.7", "ts-node-dev": "2.0.0", "unplugin-icons": "22.5.0", "unplugin-vue-components": "30.0.0", "vue": "3.5.25", "vue-i18n": "11.2.2", "vue-router": "4.6.3", "vue-tippy": "6.7.1" }, "devDependencies": { "@graphql-codegen/cli": "6.1.0", "@graphql-codegen/client-preset": "5.2.0", "@graphql-codegen/introspection": "5.0.0", "@graphql-codegen/typed-document-node": "6.1.3", "@graphql-codegen/typescript": "5.0.5", "@graphql-codegen/typescript-document-nodes": "5.0.5", "@graphql-codegen/typescript-operations": "5.0.5", "@graphql-codegen/urql-introspection": "3.0.1", "@iconify-json/lucide": "1.2.75", "@import-meta-env/cli": "0.7.4", "@import-meta-env/unplugin": "0.6.3", "@types/lodash-es": "4.17.12", "@vitejs/plugin-vue": "6.0.2", "@vue/compiler-sfc": "3.5.25", "autoprefixer": "10.4.22", "dotenv": "17.2.3", "graphql-tag": "2.12.6", "hoppscotch-backend": "workspace:^", "npm-run-all": "4.1.5", "sass": "1.94.2", "ts-node": "10.9.2", "typescript": "5.9.3", "unplugin-fonts": "1.4.0", "vite": "7.2.4", "vite-plugin-pages": "0.33.1", "vite-plugin-vue-layouts": "0.11.0", "vue-tsc": "2.1.6" }, "prettier": { "singleQuote": true, "semi": true } }