Files
cypress/packages/launchpad/package.json
Adam Stone-Lord 4c11731ee1 chore: optimize task execution (#27848)
* Revert "chore: simplify build script (#27547)"

This reverts commit 0a86ec686e.

* Revert "chore: upgrade lerna to 6, cache build step (#26913)"

This reverts commit 9e60aeba8f.

* [run ci]

* chore: upgrade lerna to 6, cache build step (#26913)

* chore: update build-npm-modules script

* chore: update build-npm-modules script

* chore: update build-npm-modules script

* chore: update build-npm-modules script

* chore: update lerna to 6

* [run ci]

* try caching build step

* we can't clean without building after

* add dependencies on scripts for npm packages

* update commands

* add config for data-context build step

* fix output configurations for npm packages, add gitignores

* revert changes to config and data-context build steps

* fix outputs

* run with cache

* fix outputs for cli

* actually fix outputs

* test with cache

---------

Co-authored-by: astone123 <adams@cypress.io>

* chore: simplify build script (#27547)

* chore: simplify build script

* update CI workflows

* fix workflows

* empty commit because Percy weirdness

* chore: add driver, reporter, config as implicit dependencies for runner package (#27559)

* run all workflows on branch

* chore: parallelize test-binary-against-recipes CI step (#27570)

* chore: fix some easy circular dependencies in dep graph (#27612)

* chore: remove gulp tasks from postinstall (#27616)

* empty commit

* chore: minor improvements to node_modules_install (#27647)

* chore: fix cypress:open and dev scripts

* run with cache [run ci]

* exclude mochaawesome assets from .yarnclean [run ci]

* bump cache again [run ci]

* run cached [run ci]

* chore: do not cache cli build step [run ci]

* update workflow command and docs for build-cli [run ci]

* fix commands that use scope [run ci]

* use different branch for publish repo [run ci]

* percy weirdness? [run ci]

* fix postbuild cli script [run ci]

* try to remove typescript from production binary [run ci]

* fix circular dependency [run ci]

* try removing ts from node_modules [run ci]

* remove typescript resolution [run ci]

* remove redundant target scripts

* update to lerna scoped commands

* remove unneeded yarn in lerna command

* try to fix Electron install in Windows workflow

---------

Co-authored-by: Jordan <jordan@jpdesigning.com>
Co-authored-by: Dave Kasper <dave.m.kasper@gmail.com>
2023-10-04 12:25:00 -05:00

84 lines
2.9 KiB
JSON

{
"name": "@packages/launchpad",
"version": "0.0.0-development",
"private": true,
"scripts": {
"check-ts": "vue-tsc --noEmit",
"build": "vite build",
"clean": "rimraf dist && rimraf dist-e2e && echo 'cleaned'",
"clean-deps": "rimraf node_modules",
"test": "yarn cypress:run:ct && yarn types",
"cypress:run-cypress-in-cypress": "cross-env CYPRESS_INTERNAL_E2E_TESTING_SELF_PARENT_PROJECT=1 TZ=America/New_York",
"cypress:open": "yarn cypress:run-cypress-in-cypress gulp open --project .",
"cypress:open:ct": "yarn cypress:run-cypress-in-cypress gulp open --component --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 --e2e --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": {},
"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/unplugin-vue-i18n": "0.10.0",
"@packages/frontend-shared": "0.0.0-development",
"@packages/scaffold-config": "0.0.0-development",
"@percy/cypress": "^3.1.2",
"@purge-icons/generated": "0.8.1",
"@testing-library/cypress": "9.0.0",
"@tooling/system-tests": "0.0.0-development",
"@toycode/markdown-it-class": "1.2.3",
"@types/dedent": "^0.7.0",
"@types/fs-extra": "^8.0.1",
"@urql/core": "2.4.4",
"@urql/devtools": "2.0.3",
"@urql/vue": "0.6.2",
"@vitejs/plugin-vue": "4.2.0",
"@vitejs/plugin-vue-jsx": "3.0.1",
"@vue/compiler-core": "3.2.47",
"@vue/compiler-dom": "3.2.47",
"@vue/compiler-sfc": "3.2.47",
"@vueuse/core": "7.2.2",
"bluebird": "3.5.3",
"classnames": "2.3.1",
"concurrently": "^6.2.0",
"cross-env": "6.0.3",
"cypress-real-events": "1.6.0",
"dedent": "^0.7.0",
"disparity": "^3.0.0",
"engine.io-client": "3.5.2",
"fs-extra": "8.1.0",
"globby": "^11.0.1",
"graphql": "^15.5.1",
"graphql-tag": "^2.12.5",
"gravatar": "1.8.0",
"javascript-time-ago": "2.3.8",
"markdown-it": "13.0.1",
"rollup-plugin-polyfill-node": "^0.7.0",
"type-fest": "^2.3.4",
"unplugin-vue-components": "0.24.1",
"vite": "4.3.2",
"vite-plugin-optimize-persist": "0.1.2",
"vite-plugin-package-config": "0.1.1",
"vite-svg-loader": "4.0.0",
"vue": "3.2.47",
"vue-i18n": "9.2.0-beta.7",
"vue-tsc": "^0.3.0",
"vue3-file-selector": "^1.0.1",
"wonka": "^4.0.15"
},
"files": [
"dist"
],
"nx": {
"implicitDependencies": [
"@packages/graphql"
]
}
}