{ "name": "@packages/app", "version": "0.0.0-development", "private": true, "scripts": { "check-ts": "vue-tsc --noEmit", "build": "vite build", "clean": "rimraf dist && echo 'cleaned'", "clean-deps": "rimraf node_modules", "test": "echo 'ok'", "cypress:run-cypress-in-cypress": "cross-env CYPRESS_INTERNAL_E2E_TESTING_SELF_PARENT_PROJECT=1 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", "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, ." }, "dependencies": {}, "files": [ "dist" ], "nx": { "implicitDependencies": [ "@packages/data-context", "@packages/graphql" ] } }