{ "name": "@packages/app", "version": "0.0.0-development", "private": true, "scripts": { "check-ts": "vue-tsc --noEmit", "build-prod-ui": "cross-env NODE_ENV=production vite build", "clean": "rimraf dist && rimraf ./node_modules/.vite && echo 'cleaned'", "clean-deps": "rimraf node_modules", "test": "echo 'ok'", "cypress:run-cypress-in-cypress": "cross-env HTTP_PROXY_TARGET_FOR_ORIGIN_REQUESTS=http://localhost:4455 CYPRESS_REMOTE_DEBUGGING_PORT=6666 TZ=America/New_York", "cypress:launch": "yarn cypress:run-cypress-in-cypress gulp open --project .", "cypress:open": "yarn cypress:run-cypress-in-cypress gulp open --project .", "cypress:run:ct": "yarn cypress:run-cypress-in-cypress node ../../scripts/cypress run --component --project .", "cypress:run:e2e": "yarn cypress:run-cypress-in-cypress node ../../scripts/cypress run --project .", "dev": "yarn cypress:run-cypress-in-cypress gulp dev --project .", "start": "echo \"run 'yarn dev' from the root\" && exit 1", "watch": "echo \"run 'yarn dev' from the root\" && exit 1" }, "dependencies": {}, "devDependencies": { "@graphql-typed-document-node/core": "^3.1.0", "@headlessui/vue": "1.4.0", "@iconify/iconify": "2.1.2", "@iconify/json": "1.1.368", "@iconify/vue": "3.0.0-beta.1", "@intlify/vite-plugin-vue-i18n": "2.4.0", "@packages/frontend-shared": "0.0.0-development", "@percy/cypress": "^3.1.0", "@testing-library/cypress": "8.0.0", "@types/faker": "5.5.8", "@urql/core": "2.4.4", "@urql/vue": "0.6.2", "@vitejs/plugin-vue": "2.2.4", "@vitejs/plugin-vue-jsx": "1.3.8", "@vueuse/core": "7.2.2", "ansi-to-html": "0.6.14", "bluebird": "3.5.3", "classnames": "2.3.1", "combine-properties": "0.1.0", "concurrently": "^6.2.0", "cross-env": "6.0.3", "cypress-real-events": "1.6.0", "dayjs": "^1.9.3", "disparity": "^3.0.0", "faker": "5.5.3", "fuzzysort": "^1.1.4", "graphql": "^15.5.1", "graphql-tag": "^2.12.5", "human-interval": "1.0.0", "javascript-time-ago": "2.3.8", "just-my-luck": "3.0.0", "lodash": "4.17.21", "mobx": "5.15.4", "pinia": "2.0.0-rc.14", "rimraf": "3.0.2", "rollup-plugin-copy": "3.4.0", "rollup-plugin-polyfill-node": "^0.7.0", "unplugin-icons": "0.13.2", "unplugin-vue-components": "^0.15.2", "vite": "2.9.0-beta.3", "vite-plugin-components": "0.11.3", "vite-plugin-pages": "0.18.1", "vite-plugin-vue-layouts": "0.6.0", "vite-plugin-windicss": "1.2.4", "vite-svg-loader": "3.1.2", "vue": "3.2.31", "vue-i18n": "9.2.0-beta.7", "vue-router": "4", "vue-tsc": "^0.3.0", "wonka": "^4.0.15" }, "files": [ "dist" ], "vite": { "optimizeDeps": { "include": [ "@cypress/parse-domain", "@headlessui/vue", "@iconify/iconify", "@percy/cypress", "@testing-library/cypress/add-commands", "@toycode/markdown-it-class", "@urql/exchange-execute", "@urql/vue", "@vueuse/core", "ansi-to-html", "bluebird", "cypress-real-events", "dedent", "debug", "events", "fake-uuid", "floating-vue", "fuzzysort", "graphql", "graphql-relay", "graphql/jsutils/Path", "gravatar", "human-interval", "javascript-time-ago", "lodash", "markdown-it", "mobx", "nanoid", "pinia", "shiki", "socket.io-client", "url", "vue", "vue-demi", "vue-toastification", "wonka" ] } } }