mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-08 16:19:55 -06:00
* chore(deps): update to @faker-js/faker@8.4.1 * Use up-to-date methods from faker and create new type
88 lines
3.2 KiB
JSON
88 lines
3.2 KiB
JSON
{
|
|
"name": "@packages/app",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"check-ts": "vue-tsc --noEmit",
|
|
"clean": "rimraf dist && echo 'cleaned'",
|
|
"clean-deps": "rimraf node_modules",
|
|
"cypress:launch": "yarn cypress:run-cypress-in-cypress gulp open --project .",
|
|
"cypress:open": "yarn cypress:run-cypress-in-cypress gulp open --project .",
|
|
"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: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 .",
|
|
"cypress:run:e2e:update:snapshots": "CYPRESS_SNAPSHOT_UPDATE=1 yarn cypress:run-cypress-in-cypress node ../../scripts/cypress run --project . --spec **/*mochaEvents* --browser chrome",
|
|
"dev": "yarn cypress:run-cypress-in-cypress gulp dev --project .",
|
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, .",
|
|
"start": "echo \"run 'yarn dev' or 'yarn watch' from the root\" && exit 1",
|
|
"test": "echo 'ok'",
|
|
"watch": "echo \"run 'yarn dev' or 'yarn watch' from the root\" && exit 1"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@cypress-design/vue-button": "^0.11.6",
|
|
"@cypress-design/vue-icon": "^0.26.0",
|
|
"@cypress-design/vue-statusicon": "^0.5.7",
|
|
"@cypress-design/vue-tabs": "^0.5.1",
|
|
"@faker-js/faker": "8.4.1",
|
|
"@graphql-typed-document-node/core": "^3.1.0",
|
|
"@headlessui/vue": "1.4.0",
|
|
"@iconify-json/mdi": "1.1.63",
|
|
"@intlify/unplugin-vue-i18n": "4.0.0",
|
|
"@packages/frontend-shared": "0.0.0-development",
|
|
"@packages/telemetry": "0.0.0-development",
|
|
"@percy/cypress": "^3.1.2",
|
|
"@popperjs/core": "2.11.6",
|
|
"@testing-library/cypress": "9.0.0",
|
|
"@urql/core": "2.4.4",
|
|
"@urql/vue": "0.6.2",
|
|
"@vitejs/plugin-legacy": "5.4.0",
|
|
"@vitejs/plugin-vue": "5.0.4",
|
|
"@vitejs/plugin-vue-jsx": "3.1.0",
|
|
"@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",
|
|
"engine.io-client": "3.5.2",
|
|
"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",
|
|
"nanoid": "3.3.4",
|
|
"pinia": "2.0.0-rc.14",
|
|
"rollup-plugin-copy": "3.4.0",
|
|
"rollup-plugin-polyfill-node": "^0.7.0",
|
|
"unplugin-icons": "0.19.0",
|
|
"unplugin-vue-components": "^0.27.0",
|
|
"vite": "5.2.11",
|
|
"vite-plugin-pages": "0.32.1",
|
|
"vite-plugin-vue-layouts": "0.11.0",
|
|
"vite-svg-loader": "5.1.0",
|
|
"vue": "3.2.47",
|
|
"vue-i18n": "9.13.1",
|
|
"vue-router": "4",
|
|
"vue-tsc": "^2.0.19",
|
|
"wonka": "^4.0.15"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"nx": {
|
|
"implicitDependencies": [
|
|
"@packages/data-context",
|
|
"@packages/graphql"
|
|
]
|
|
}
|
|
}
|