1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "name": "@hoppscotch/selfhost-web",
- "private": true,
- "version": "2023.8.4-1",
- "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.15",
- "@fontsource-variable/material-symbols-rounded": "^5.0.16",
- "@fontsource-variable/roboto-mono": "^5.0.16",
- "@hoppscotch/common": "workspace:^",
- "@hoppscotch/data": "workspace:^",
- "@import-meta-env/unplugin": "^0.4.10",
- "axios": "^1.6.2",
- "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.8",
- "workbox-window": "^7.0.0"
- },
- "devDependencies": {
- "@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": "^3.0.0",
- "@graphql-codegen/urql-introspection": "^3.0.0",
- "@graphql-typed-document-node/core": "^3.2.0",
- "@hoppscotch/ui": "workspace:^",
- "@intlify/vite-plugin-vue-i18n": "^7.0.0",
- "@rushstack/eslint-patch": "^1.6.0",
- "@typescript-eslint/eslint-plugin": "^6.12.0",
- "@typescript-eslint/parser": "^6.12.0",
- "@vitejs/plugin-legacy": "^4.1.1",
- "@vitejs/plugin-vue": "^4.5.0",
- "@vue/eslint-config-typescript": "^12.0.0",
- "autoprefixer": "^10.4.14",
- "cross-env": "^7.0.3",
- "eslint": "^8.54.0",
- "eslint-plugin-prettier": "^5.0.1",
- "eslint-plugin-vue": "^9.18.1",
- "npm-run-all": "^4.1.5",
- "postcss": "^8.4.23",
- "prettier-plugin-tailwindcss": "^0.5.7",
- "tailwindcss": "^3.3.2",
- "typescript": "^5.3.2",
- "unplugin-fonts": "^1.1.1",
- "unplugin-icons": "^0.17.4",
- "unplugin-vue-components": "^0.25.2",
- "vite": "^4.5.0",
- "vite-plugin-fonts": "^0.7.0",
- "vite-plugin-html-config": "^1.0.11",
- "vite-plugin-inspect": "^0.7.42",
- "vite-plugin-pages": "^0.31.0",
- "vite-plugin-pages-sitemap": "^1.6.1",
- "vite-plugin-pwa": "^0.17.0",
- "vite-plugin-static-copy": "^0.17.1",
- "vite-plugin-vue-layouts": "^0.8.0",
- "vue-tsc": "^1.8.22"
- }
- }
|