86 lines
3.0 KiB
JSON
86 lines
3.0 KiB
JSON
{
|
|
"name": "@hoppscotch/selfhost-desktop",
|
|
"private": true,
|
|
"version": "2024.10.2",
|
|
"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",
|
|
"tauri": "tauri",
|
|
"gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml dotenv_config_path=\"../../.env\""
|
|
},
|
|
"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:^",
|
|
"@platform/auth": "0.1.106",
|
|
"@tauri-apps/api": "1.5.1",
|
|
"@tauri-apps/cli": "1.5.6",
|
|
"@vueuse/core": "10.5.0",
|
|
"axios": "1.7.5",
|
|
"buffer": "6.0.3",
|
|
"dioc": "3.0.2",
|
|
"environments.api": "link:@platform/environments/environments.api",
|
|
"event": "link:@tauri-apps/api/event",
|
|
"fp-ts": "2.16.1",
|
|
"lodash-es": "4.17.21",
|
|
"process": "0.11.10",
|
|
"rxjs": "7.8.1",
|
|
"shell": "link:@tauri-apps/api/shell",
|
|
"stream-browserify": "3.0.0",
|
|
"tauri": "link:@tauri-apps/api/tauri",
|
|
"tauri-plugin-store-api": "0.0.0",
|
|
"util": "0.12.5",
|
|
"verzod": "0.2.2",
|
|
"vue": "3.3.9",
|
|
"workbox-window": "6.6.0",
|
|
"zod": "3.22.4"
|
|
},
|
|
"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": "2.4.5",
|
|
"@graphql-codegen/urql-introspection": "2.2.1",
|
|
"@graphql-typed-document-node/core": "3.2.0",
|
|
"@iconify-json/lucide": "1.1.144",
|
|
"@intlify/vite-plugin-vue-i18n": "6.0.1",
|
|
"@rushstack/eslint-patch": "1.3.3",
|
|
"@types/lodash-es": "4.17.10",
|
|
"@types/node": "18.18.8",
|
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
"@typescript-eslint/parser": "5.62.0",
|
|
"@vitejs/plugin-legacy": "2.3.0",
|
|
"@vitejs/plugin-vue": "4.3.1",
|
|
"@vue/eslint-config-typescript": "11.0.3",
|
|
"autoprefixer": "10.4.16",
|
|
"cross-env": "7.0.3",
|
|
"eslint": "8.47.0",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"eslint-plugin-vue": "9.17.0",
|
|
"npm-run-all": "4.1.5",
|
|
"postcss": "8.4.32",
|
|
"tailwindcss": "3.3.6",
|
|
"typescript": "4.9.5",
|
|
"unplugin-fonts": "1.1.1",
|
|
"unplugin-icons": "0.14.9",
|
|
"unplugin-vue-components": "0.21.0",
|
|
"vite": "4.5.0",
|
|
"vite-plugin-html-config": "1.0.11",
|
|
"vite-plugin-inspect": "0.7.38",
|
|
"vite-plugin-pages": "0.26.0",
|
|
"vite-plugin-pages-sitemap": "1.6.1",
|
|
"vite-plugin-pwa": "0.13.1",
|
|
"vite-plugin-static-copy": "0.12.0",
|
|
"vite-plugin-vue-layouts": "0.7.0",
|
|
"vue-tsc": "1.8.8"
|
|
}
|
|
}
|