123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "name": "@hoppscotch/selfhost-web",
- "private": true,
- "version": "2023.8.3",
- "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=4096 ./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": {
- "@fontsource-variable/inter": "^5.0.8",
- "@fontsource-variable/material-symbols-rounded": "^5.0.7",
- "@fontsource-variable/roboto-mono": "^5.0.9",
- "@hoppscotch/common": "workspace:^",
- "@hoppscotch/data": "workspace:^",
- "@import-meta-env/unplugin": "^0.4.8",
- "axios": "^1.4.0",
- "buffer": "^6.0.3",
- "fp-ts": "^2.16.1",
- "process": "^0.11.10",
- "rxjs": "^7.8.1",
- "stream-browserify": "^3.0.0",
- "util": "^0.12.5",
- "vue": "^3.3.4",
- "workbox-window": "^7.0.0"
- },
- "devDependencies": {
- "@hoppscotch/ui": "workspace:^",
- "autoprefixer": "^10.4.14",
- "@graphql-codegen/add": "^5.0.0",
- "@graphql-codegen/cli": "^5.0.0",
- "@graphql-codegen/typed-document-node": "^5.0.1",
- "@graphql-codegen/typescript": "^4.0.1",
- "@graphql-codegen/typescript-operations": "^4.0.1",
- "@graphql-codegen/typescript-urql-graphcache": "^2.4.5",
- "@graphql-codegen/urql-introspection": "^2.2.1",
- "@graphql-typed-document-node/core": "^3.2.0",
- "@intlify/vite-plugin-vue-i18n": "^7.0.0",
- "@rushstack/eslint-patch": "^1.3.3",
- "@typescript-eslint/eslint-plugin": "^6.4.0",
- "@typescript-eslint/parser": "^6.4.0",
- "@vitejs/plugin-legacy": "^4.1.1",
- "@vitejs/plugin-vue": "^4.3.1",
- "@vue/eslint-config-typescript": "^11.0.3",
- "cross-env": "^7.0.3",
- "eslint": "^8.47.0",
- "eslint-plugin-prettier": "^5.0.0",
- "eslint-plugin-vue": "^9.17.0",
- "npm-run-all": "^4.1.5",
- "postcss": "^8.4.23",
- "prettier-plugin-tailwindcss": "^0.5.6",
- "tailwindcss": "^3.3.2",
- "typescript": "^5.1.6",
- "unplugin-fonts": "^1.0.3",
- "unplugin-icons": "^0.16.5",
- "unplugin-vue-components": "^0.25.1",
- "vite": "^4.4.9",
- "vite-plugin-fonts": "^0.6.0",
- "vite-plugin-html-config": "^1.0.11",
- "vite-plugin-inspect": "^0.7.38",
- "vite-plugin-pages": "^0.31.0",
- "vite-plugin-pages-sitemap": "^1.6.1",
- "vite-plugin-pwa": "^0.16.4",
- "vite-plugin-static-copy": "^0.17.0",
- "vite-plugin-vue-layouts": "^0.8.0",
- "vitest": "^0.34.2",
- "vue-tsc": "^1.8.8"
- }
- }
|