123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "name": "@hoppscotch/selfhost-web",
- "private": true,
- "version": "2023.4.4",
- "type": "module",
- "scripts": {
- "dev:vite": "vite",
- "dev:gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml dotenv_config_path=\"../../.env\" --watch",
- "dev": "pnpm exec npm-run-all -p -l dev:*",
- "build": "node --max_old_space_size=16384 ./node_modules/vite/bin/vite.js build",
- "preview": "vite preview",
- "lint": "eslint src --ext .ts,.js,.vue --ignore-path .gitignore .",
- "lint:ts": "vue-tsc --noEmit",
- "lintfix": "eslint --fix src --ext .ts,.js,.vue --ignore-path .gitignore .",
- "prod-lint": "cross-env HOPP_LINT_FOR_PROD=true pnpm run lint",
- "generate": "pnpm run build",
- "do-dev": "pnpm run dev",
- "do-build-prod": "pnpm run build",
- "do-lint": "pnpm run prod-lint",
- "do-typecheck": "pnpm run lint",
- "do-lintfix": "pnpm run lintfix",
- "gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml dotenv_config_path=\"../../.env\"",
- "postinstall": "pnpm run gql-codegen"
- },
- "dependencies": {
- "@hoppscotch/common": "workspace:^",
- "@hoppscotch/data": "workspace:^",
- "axios": "^0.21.4",
- "buffer": "^6.0.3",
- "firebase": "^9.8.4",
- "fp-ts": "^2.13.1",
- "graphql": "^15.8.0",
- "process": "^0.11.10",
- "rxjs": "^7.5.5",
- "stream-browserify": "^3.0.0",
- "util": "^0.12.4",
- "vue": "^3.2.41",
- "workbox-window": "^6.5.4"
- },
- "devDependencies": {
- "@graphql-codegen/add": "^3.2.0",
- "@graphql-codegen/cli": "^2.8.0",
- "@graphql-codegen/typed-document-node": "^2.3.1",
- "@graphql-codegen/typescript": "^2.7.1",
- "@graphql-codegen/typescript-operations": "^2.5.1",
- "@graphql-codegen/typescript-urql-graphcache": "^2.3.1",
- "@graphql-codegen/urql-introspection": "^2.2.0",
- "@graphql-typed-document-node/core": "^3.1.1",
- "@intlify/vite-plugin-vue-i18n": "^7.0.0",
- "@rushstack/eslint-patch": "^1.1.4",
- "@typescript-eslint/eslint-plugin": "^5.19.0",
- "@typescript-eslint/parser": "^5.19.0",
- "@vitejs/plugin-legacy": "^2.3.0",
- "@vitejs/plugin-vue": "^3.2.0",
- "@vue/eslint-config-typescript": "^11.0.1",
- "cross-env": "^7.0.3",
- "eslint": "^8.28.0",
- "eslint-plugin-prettier": "^4.2.1",
- "eslint-plugin-vue": "^9.5.1",
- "npm-run-all": "^4.1.5",
- "typescript": "^4.6.4",
- "unplugin-icons": "^0.14.9",
- "unplugin-vue-components": "^0.21.0",
- "vite": "^3.2.3",
- "vite-plugin-fonts": "^0.6.0",
- "vite-plugin-html-config": "^1.0.10",
- "vite-plugin-inspect": "^0.7.4",
- "vite-plugin-pages": "^0.26.0",
- "vite-plugin-pages-sitemap": "^1.4.0",
- "vite-plugin-pwa": "^0.13.1",
- "vite-plugin-static-copy": "^0.12.0",
- "vite-plugin-vue-layouts": "^0.7.0",
- "vite-plugin-windicss": "^1.8.8",
- "vitest": "^0.29.3",
- "vue-tsc": "^1.0.9",
- "windicss": "^3.5.6"
- }
- }
|