78 lines
2.8 KiB
JSON
78 lines
2.8 KiB
JSON
{
|
|
"name": "@hoppscotch/selfhost-desktop",
|
|
"private": true,
|
|
"version": "2023.8.3-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",
|
|
"tauri": "tauri",
|
|
"gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml dotenv_config_path=\"../../.env\""
|
|
},
|
|
"dependencies": {
|
|
"@hoppscotch/common": "workspace:^",
|
|
"@platform/auth": "^0.1.106",
|
|
"@tauri-apps/api": "^1.3.0",
|
|
"@tauri-apps/cli": "^1.3.0",
|
|
"@vueuse/core": "^10.4.1",
|
|
"axios": "^0.21.4",
|
|
"buffer": "^6.0.3",
|
|
"dioc": "workspace:^",
|
|
"environments.api": "link:@platform/environments/environments.api",
|
|
"event": "link:@tauri-apps/api/event",
|
|
"fp-ts": "^2.16.0",
|
|
"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": "github:tauri-apps/tauri-plugin-store#v1",
|
|
"util": "^0.12.4",
|
|
"vue": "^3.2.45",
|
|
"workbox-window": "^6.5.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",
|
|
"@intlify/vite-plugin-vue-i18n": "^6.0.1",
|
|
"@rushstack/eslint-patch": "^1.1.4",
|
|
"@types/lodash-es": "^4.17.9",
|
|
"@types/node": "^18.7.10",
|
|
"@typescript-eslint/eslint-plugin": "^5.19.0",
|
|
"@typescript-eslint/parser": "^5.19.0",
|
|
"@vitejs/plugin-legacy": "^2.3.0",
|
|
"@vitejs/plugin-vue": "^4.0.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.9.5",
|
|
"unplugin-icons": "^0.14.9",
|
|
"unplugin-vue-components": "^0.21.0",
|
|
"vite": "^4.2.1",
|
|
"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",
|
|
"vue-tsc": "^1.0.11",
|
|
"windicss": "^3.5.6"
|
|
}
|
|
}
|