{ "name": "connect-components", "private": true, "scripts": { "build": "npm run type-check && nuxt build", "build:dev": "nuxt build && npm run deploy:dev", "build:webgui": "npm run type-check && nuxt build && npm run copy-to-webgui", "deploy:dev": "./scripts/deploy-dev.sh", "copy-to-webgui": "./scripts/copy-to-webgui-repo.sh", "dev": "nuxt dev", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix", "generate": "nuxt generate", "preview": "nuxt preview", "postinstall": "nuxt prepare", "serve": "serve dist/nuxt-custom-elements/unraid-components", "codegen": "graphql-codegen --config codegen.ts -r dotenv/config", "codegen:watch": "graphql-codegen --config codegen.ts --watch -r dotenv/config", "type-check": "nuxi typecheck" }, "devDependencies": { "@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/client-preset": "^4.0.1", "@graphql-codegen/introspection": "^4.0.0", "@nuxt/devtools": "^0.8.0", "@nuxt/eslint-config": "^0.2.0", "@nuxtjs/eslint-config-typescript": "^12.1.0", "@nuxtjs/tailwindcss": "^6.7.0", "@tailwindcss/typography": "^0.5.10", "@types/crypto-js": "^4.1.1", "@types/node": "^18", "@vue/apollo-util": "^4.0.0-beta.6", "@vueuse/core": "^10.5.0", "@vueuse/nuxt": "^10.5.0", "eslint": "^8.52.0", "lodash-es": "^4.17.21", "nuxt": "^3.5.1", "nuxt-custom-elements": "^2.0.0-beta.18", "terser": "^5.23.0" }, "dependencies": { "@apollo/client": "^3.8.4", "@headlessui/vue": "^1.7.16", "@heroicons/vue": "^2.0.18", "@pinia/nuxt": "^0.4.11", "@vue/apollo-composable": "^4.0.0-beta.11", "@vueuse/components": "^10.5.0", "crypto-js": "^4.2.0", "dayjs": "^1.11.7", "focus-trap": "^7.4.3", "graphql": "^16.8.1", "graphql-tag": "^2.12.6", "graphql-ws": "^5.14.0", "hex-to-rgba": "^2.0.1", "marked": "^9.0.3", "semver": "^7.5.4", "vue-i18n": "^9.4.0", "wretch": "^2.6.0" }, "overrides": { "vue": "latest" } }