mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-06 07:10:12 -06:00
* chore(deps): update @testing-library/cypress to 10.1.0 * update system-tests yarn.lock files
93 lines
3.3 KiB
JSON
93 lines
3.3 KiB
JSON
{
|
|
"name": "@packages/launchpad",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"check-ts": "vue-tsc --noEmit && yarn -s tslint",
|
|
"clean": "rimraf dist && rimraf dist-e2e && echo 'cleaned'",
|
|
"clean-deps": "rimraf node_modules",
|
|
"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-cypress-in-cypress": "cross-env CYPRESS_INTERNAL_E2E_TESTING_SELF_PARENT_PROJECT=1 TZ=America/New_York",
|
|
"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 .",
|
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, .",
|
|
"start": "echo 'run yarn dev from the root' && exit 1",
|
|
"test": "yarn cypress:run:ct && yarn types",
|
|
"tslint": "tslint --config ../ts/tslint.json --project . --exclude ../graphql/src/gen/nxs.gen.ts",
|
|
"watch": "echo 'run yarn dev from the root' && exit 1"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@cypress-design/icon-registry": "^1.5.1",
|
|
"@cypress-design/vue-button": "^1.1.0",
|
|
"@faker-js/faker": "9.6.0",
|
|
"@graphql-typed-document-node/core": "^3.1.0",
|
|
"@headlessui/vue": "1.4.0",
|
|
"@intlify/unplugin-vue-i18n": "4.0.0",
|
|
"@packages/data-context": "0.0.0-development",
|
|
"@packages/frontend-shared": "0.0.0-development",
|
|
"@packages/net-stubbing": "0.0.0-development",
|
|
"@packages/root": "0.0.0-development",
|
|
"@packages/scaffold-config": "0.0.0-development",
|
|
"@packages/types": "0.0.0-development",
|
|
"@percy/cypress": "^3.1.3",
|
|
"@purge-icons/generated": "0.8.1",
|
|
"@testing-library/cypress": "10.1.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": "6.0.0",
|
|
"@vitejs/plugin-vue-jsx": "5.0.1",
|
|
"@vue/compiler-core": "3.2.47",
|
|
"@vue/compiler-dom": "3.2.47",
|
|
"@vue/compiler-sfc": "3.2.47",
|
|
"@vueuse/core": "7.7.1",
|
|
"bluebird": "3.5.3",
|
|
"classnames": "^2.5.1",
|
|
"concurrently": "^6.2.0",
|
|
"cross-env": "7.0.3",
|
|
"cypress-plugin-tab": "1.0.5",
|
|
"cypress-real-events": "1.15.0",
|
|
"dedent": "^0.7.0",
|
|
"disparity": "^3.2.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",
|
|
"human-interval": "1.0.0",
|
|
"javascript-time-ago": "2.3.8",
|
|
"markdown-it": "13.0.1",
|
|
"rollup-plugin-polyfill-node": "^0.7.0",
|
|
"sinon": "13.0.2",
|
|
"type-fest": "^2.3.4",
|
|
"unplugin-vue-components": "0.27.0",
|
|
"vite": "6.3.5",
|
|
"vite-plugin-optimize-persist": "0.1.2",
|
|
"vite-plugin-package-config": "0.1.1",
|
|
"vite-svg-loader": "5.1.0",
|
|
"vue": "3.2.47",
|
|
"vue-i18n": "9.14.5",
|
|
"vue-tsc": "^2.0.19",
|
|
"vue3-file-selector": "^1.0.1",
|
|
"wonka": "^4.0.15"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"nx": {
|
|
"implicitDependencies": [
|
|
"@packages/frontend-shared",
|
|
"@packages/data-context"
|
|
]
|
|
}
|
|
}
|