12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "name": "hoppscotch-sh-admin",
- "private": true,
- "version": "2024.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.1.0",
- "@fontsource-variable/material-symbols-rounded": "5.1.3",
- "@fontsource-variable/roboto-mono": "5.1.0",
- "@graphql-typed-document-node/core": "3.2.0",
- "@hoppscotch/ui": "0.2.1",
- "@hoppscotch/vue-toasted": "0.1.0",
- "@intlify/unplugin-vue-i18n": "5.2.0",
- "@types/cors": "2.8.17",
- "@urql/exchange-auth": "2.2.0",
- "@urql/vue": "1.4.0",
- "@vueuse/core": "11.1.0",
- "axios": "1.7.7",
- "cors": "2.8.5",
- "date-fns": "4.1.0",
- "fp-ts": "2.16.9",
- "graphql": "16.9.0",
- "io-ts": "2.2.21",
- "lodash-es": "4.17.21",
- "postcss": "8.4.47",
- "prettier-plugin-tailwindcss": "0.6.8",
- "rxjs": "7.8.1",
- "tailwindcss": "3.4.14",
- "tippy.js": "6.3.7",
- "ts-node-dev": "2.0.0",
- "unplugin-icons": "0.19.3",
- "unplugin-vue-components": "0.27.4",
- "vue": "3.5.12",
- "vue-i18n": "10.0.4",
- "vue-router": "4.4.5",
- "vue-tippy": "6.5.0"
- },
- "devDependencies": {
- "@graphql-codegen/cli": "5.0.3",
- "@graphql-codegen/client-preset": "4.4.0",
- "@graphql-codegen/introspection": "4.0.3",
- "@graphql-codegen/typed-document-node": "5.0.10",
- "@graphql-codegen/typescript": "4.1.0",
- "@graphql-codegen/typescript-document-nodes": "4.0.10",
- "@graphql-codegen/typescript-operations": "4.3.0",
- "@graphql-codegen/urql-introspection": "3.0.0",
- "@iconify-json/lucide": "1.2.10",
- "@import-meta-env/cli": "0.7.0",
- "@import-meta-env/unplugin": "0.6.0",
- "@types/lodash-es": "4.17.12",
- "@vitejs/plugin-vue": "5.1.4",
- "@vue/compiler-sfc": "3.5.12",
- "dotenv": "16.4.5",
- "graphql-tag": "2.12.6",
- "hoppscotch-backend": "workspace:^",
- "npm-run-all": "4.1.5",
- "sass": "1.80.3",
- "ts-node": "10.9.2",
- "typescript": "5.6.3",
- "unplugin-fonts": "1.1.1",
- "vite": "5.4.9",
- "vite-plugin-pages": "0.32.3",
- "vite-plugin-vue-layouts": "0.11.0",
- "vue-tsc": "2.1.6"
- },
- "prettier": {
- "singleQuote": true,
- "semi": true
- }
- }
|