mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-03 13:09:49 -06:00
118 lines
3.6 KiB
JSON
118 lines
3.6 KiB
JSON
{
|
|
"name": "@packages/data-context",
|
|
"version": "0.0.0-development",
|
|
"description": "Centralized data access for the Cypress application",
|
|
"main": "index.js",
|
|
"browser": "src/index.ts",
|
|
"scripts": {
|
|
"build": "node ./scripts/build.js",
|
|
"build-prod": "tsc || echo 'built, with errors'",
|
|
"check-ts": "tsc --noEmit && yarn -s tslint",
|
|
"clean": "rimraf --glob \"./{src,test}/**/*.js\"",
|
|
"clean-deps": "rimraf node_modules",
|
|
"lint": "eslint --ext .js,.ts,.json, .",
|
|
"test": "yarn test-unit",
|
|
"test-unit": "mocha -r @packages/ts/register --config ./test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json",
|
|
"tslint": "tslint --config ../ts/tslint.json --project ."
|
|
},
|
|
"dependencies": {
|
|
"@babel/code-frame": "7.24.7",
|
|
"@babel/generator": "7.25.0",
|
|
"@babel/parser": "7.25.3",
|
|
"@graphql-tools/batch-execute": "^8.4.6",
|
|
"@graphql-tools/delegate": "8.2.1",
|
|
"@packages/telemetry": "0.0.0-development",
|
|
"@urql/core": "2.4.4",
|
|
"@urql/exchange-execute": "1.1.0",
|
|
"@urql/exchange-graphcache": "4.3.6",
|
|
"ast-types": "^0.14.2",
|
|
"chalk": "4.1.2",
|
|
"chokidar": "3.5.1",
|
|
"common-path-prefix": "3.0.0",
|
|
"cross-fetch": "^4.1.0",
|
|
"dataloader": "^2.0.0",
|
|
"dayjs": "^1.9.3",
|
|
"debug": "^4.4.0",
|
|
"dedent": "^0.7.0",
|
|
"ejs": "^3.1.10",
|
|
"endent": "2.0.1",
|
|
"execa": "1.0.0",
|
|
"front-matter": "^4.0.2",
|
|
"fs-extra": "8.1.0",
|
|
"get-tsconfig": "4.10.0",
|
|
"getenv": "1.0.0",
|
|
"globby": "^11.0.1",
|
|
"graphql": "^15.5.1",
|
|
"isbinaryfile": "^4.0.8",
|
|
"launch-editor": "2.9.1",
|
|
"lodash": "4.17.21",
|
|
"micromatch": "^4.0.8",
|
|
"minimatch": "3.1.2",
|
|
"node-machine-id": "1.1.12",
|
|
"p-defer": "^3.0.0",
|
|
"parse-glob": "3.0.4",
|
|
"prettier": "2.8.8",
|
|
"randexp": "0.5.3",
|
|
"randomstring": "1.3.0",
|
|
"react-docgen": "6.0.4",
|
|
"recast": "0.20.4",
|
|
"resolve": "^1.22.10",
|
|
"semver": "^7.7.1",
|
|
"server-destroy": "1.0.1",
|
|
"simple-git": "^3.27.0",
|
|
"stringify-object": "^3.0.0",
|
|
"tsx": "4.19.3",
|
|
"underscore.string": "^3.3.6",
|
|
"wonka": "^4.0.15"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/types": "7.25.2",
|
|
"@packages/config": "0.0.0-development",
|
|
"@packages/errors": "0.0.0-development",
|
|
"@packages/example": "0.0.0-development",
|
|
"@packages/graphql": "0.0.0-development",
|
|
"@packages/network": "0.0.0-development",
|
|
"@packages/resolve-dist": "0.0.0-development",
|
|
"@packages/root": "0.0.0-development",
|
|
"@packages/scaffold-config": "0.0.0-development",
|
|
"@packages/socket": "0.0.0-development",
|
|
"@packages/ts": "0.0.0-development",
|
|
"@packages/types": "0.0.0-development",
|
|
"@tooling/system-tests": "0.0.0-development",
|
|
"@types/babel__code-frame": "^7.0.3",
|
|
"@types/dedent": "^0.7.0",
|
|
"@types/ejs": "^3.1.2",
|
|
"@types/fs-extra": "^8.0.1",
|
|
"@types/micromatch": "4.0.9",
|
|
"@types/mocha": "^8.0.3",
|
|
"@types/parse-glob": "3.0.29",
|
|
"@types/prettier": "2.4.3",
|
|
"@types/sinon": "10.0.11",
|
|
"@types/sinon-chai": "3.2.12",
|
|
"@types/stringify-object": "^3.0.0",
|
|
"mocha": "7.0.1",
|
|
"mocha-junit-reporter": "2.2.0",
|
|
"mocha-multi-reporters": "1.5.1",
|
|
"nexus": "^1.2.0-next.15",
|
|
"sinon": "13.0.2",
|
|
"sinon-chai": "3.7.0",
|
|
"tslint": "^6.1.3"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"types": "src/index.ts",
|
|
"nx": {
|
|
"targets": {
|
|
"build": {
|
|
"outputs": [
|
|
"{projectRoot}/src/gen/urql-introspection.gen.ts"
|
|
]
|
|
}
|
|
},
|
|
"implicitDependencies": [
|
|
"@packages/graphql"
|
|
]
|
|
}
|
|
}
|