api-client/packages/hoppscotch-sh-admin/package.json
2025-09-26 13:26:42 +05:30

80 lines
2.6 KiB
JSON

{
"name": "hoppscotch-sh-admin",
"private": true,
"version": "2025.9.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.24",
"@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": "6.0.8",
"@types/cors": "2.8.19",
"@urql/exchange-auth": "3.0.0",
"@urql/vue": "2.0.0",
"@vueuse/core": "13.7.0",
"axios": "1.12.2",
"cors": "2.8.5",
"date-fns": "4.1.0",
"fp-ts": "2.16.11",
"graphql": "16.11.0",
"io-ts": "2.2.22",
"lodash-es": "4.17.21",
"postcss": "8.5.6",
"prettier-plugin-tailwindcss": "0.6.14",
"rxjs": "7.8.2",
"tailwindcss": "3.4.16",
"tippy.js": "6.3.7",
"ts-node-dev": "2.0.0",
"unplugin-icons": "22.2.0",
"unplugin-vue-components": "29.0.0",
"vue": "3.5.22",
"vue-i18n": "11.1.12",
"vue-router": "4.5.1",
"vue-tippy": "6.7.1"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.7",
"@graphql-codegen/client-preset": "4.8.3",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typed-document-node": "5.1.2",
"@graphql-codegen/typescript": "4.1.6",
"@graphql-codegen/typescript-document-nodes": "4.0.16",
"@graphql-codegen/typescript-operations": "4.6.1",
"@graphql-codegen/urql-introspection": "3.0.1",
"@iconify-json/lucide": "1.2.68",
"@import-meta-env/cli": "0.7.3",
"@import-meta-env/unplugin": "0.6.2",
"@types/lodash-es": "4.17.12",
"@vitejs/plugin-vue": "5.1.4",
"@vue/compiler-sfc": "3.5.22",
"autoprefixer": "10.4.21",
"dotenv": "17.2.2",
"graphql-tag": "2.12.6",
"hoppscotch-backend": "workspace:^",
"npm-run-all": "4.1.5",
"sass": "1.93.2",
"ts-node": "10.9.2",
"typescript": "5.9.2",
"unplugin-fonts": "1.4.0",
"vite": "6.3.5",
"vite-plugin-pages": "0.33.1",
"vite-plugin-vue-layouts": "0.11.0",
"vue-tsc": "2.1.6"
},
"prettier": {
"singleQuote": true,
"semi": true
}
}