123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "name": "hoppscotch-sh-admin",
- "private": true,
- "version": "2023.12.4",
- "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.0.5",
- "@fontsource-variable/material-symbols-rounded": "^5.0.5",
- "@fontsource-variable/roboto-mono": "^5.0.6",
- "@graphql-typed-document-node/core": "^3.1.1",
- "@hoppscotch/ui": "^0.1.0",
- "@hoppscotch/vue-toasted": "^0.1.0",
- "@intlify/unplugin-vue-i18n": "^1.2.0",
- "@types/cors": "^2.8.13",
- "@types/express": "^4.17.15",
- "@urql/exchange-auth": "^2.1.6",
- "@urql/vue": "^1.1.2",
- "@vueuse/core": "^9.10.0",
- "axios": "^0.21.4",
- "cors": "^2.8.5",
- "date-fns": "^2.29.3",
- "express": "^4.18.2",
- "express-graphql": "^0.12.0",
- "fp-ts": "^2.13.1",
- "graphql": "^16.6.0",
- "io-ts": "^2.2.16",
- "lodash-es": "^4.17.21",
- "postcss": "^8.4.23",
- "prettier-plugin-tailwindcss": "^0.5.6",
- "rxjs": "^7.8.0",
- "tailwindcss": "^3.3.5",
- "tippy.js": "^6.3.7",
- "ts-node-dev": "^2.0.0",
- "unplugin-icons": "^0.14.9",
- "unplugin-vue-components": "^0.21.0",
- "vue": "^3.2.6",
- "vue-i18n": "^9.2.2",
- "vue-router": "4",
- "vue-tippy": "6.0.0-alpha.58"
- },
- "devDependencies": {
- "hoppscotch-backend": "workspace:^",
- "@graphql-codegen/cli": "3.0.0",
- "@graphql-codegen/client-preset": "^2.0.0",
- "@graphql-codegen/introspection": "3.0.0",
- "@graphql-codegen/typed-document-node": "^2.3.1",
- "@graphql-codegen/typescript": "3.0.0",
- "@graphql-codegen/typescript-document-nodes": "3.0.0",
- "@graphql-codegen/typescript-operations": "3.0.0",
- "@graphql-codegen/urql-introspection": "2.2.1",
- "@import-meta-env/cli": "^0.6.3",
- "@import-meta-env/unplugin": "^0.4.8",
- "@types/lodash-es": "^4.17.12",
- "@vitejs/plugin-vue": "^3.1.0",
- "@vue/compiler-sfc": "^3.2.6",
- "dotenv": "^16.0.3",
- "graphql-tag": "^2.12.6",
- "npm-run-all": "^4.1.5",
- "sass": "^1.57.1",
- "ts-node": "^10.9.1",
- "typescript": "^4.9.3",
- "unplugin-fonts": "^1.0.3",
- "vite": "^3.1.4",
- "vite-plugin-pages": "^0.26.0",
- "vite-plugin-vue-layouts": "^0.7.0",
- "vue-tsc": "^0.3.0"
- },
- "prettier": {
- "singleQuote": true,
- "semi": true
- }
- }
|