api-client/packages/hoppscotch-sh-admin/package.json
2026-03-27 19:52:07 +05:30

80 lines
2.5 KiB
JSON

{
"name": "hoppscotch-sh-admin",
"private": true,
"version": "2026.3.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.38",
"@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.7",
"@types/cors": "2.8.19",
"@urql/exchange-auth": "3.0.0",
"@urql/vue": "2.0.0",
"@vueuse/core": "14.2.1",
"axios": "1.13.6",
"cors": "2.8.6",
"date-fns": "4.1.0",
"fp-ts": "2.16.11",
"graphql": "16.13.1",
"io-ts": "2.2.22",
"lodash-es": "4.17.23",
"postcss": "8.5.8",
"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.31",
"vue-i18n": "11.3.0",
"vue-router": "4.6.4",
"vue-tippy": "6.7.1"
},
"devDependencies": {
"@graphql-codegen/cli": "6.2.1",
"@graphql-codegen/client-preset": "5.2.4",
"@graphql-codegen/introspection": "5.0.1",
"@graphql-codegen/typed-document-node": "6.1.7",
"@graphql-codegen/typescript": "5.0.9",
"@graphql-codegen/typescript-document-nodes": "5.0.9",
"@graphql-codegen/typescript-operations": "5.0.9",
"@graphql-codegen/urql-introspection": "3.0.1",
"@iconify-json/lucide": "1.2.99",
"@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.5",
"@vue/compiler-sfc": "3.5.31",
"autoprefixer": "10.4.27",
"dotenv": "17.3.1",
"graphql-tag": "2.12.6",
"hoppscotch-backend": "workspace:^",
"npm-run-all": "4.1.5",
"sass": "1.98.0",
"ts-node": "10.9.2",
"typescript": "5.9.3",
"unplugin-fonts": "1.4.0",
"vite": "7.3.1",
"vite-plugin-pages": "0.33.2",
"vite-plugin-vue-layouts": "0.11.0",
"vue-tsc": "2.1.6"
},
"prettier": {
"singleQuote": true,
"semi": true
}
}