2023-03-10 07:21:32 +00:00
|
|
|
{
|
2023-05-11 05:26:03 +00:00
|
|
|
"name": "appsmith-ci-test",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"engines": {
|
2023-08-15 13:26:04 +00:00
|
|
|
"node": "^18.17.1",
|
|
|
|
|
"yarn": "^3.5.1"
|
2023-05-11 05:26:03 +00:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"install": "node apply-patches.js"
|
|
|
|
|
},
|
|
|
|
|
"browserslist": [
|
|
|
|
|
">0.2%",
|
|
|
|
|
"not dead",
|
|
|
|
|
"not ie <= 11",
|
|
|
|
|
"not op_mini all"
|
|
|
|
|
],
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@blueprintjs/core": "^3.36.0",
|
|
|
|
|
"@blueprintjs/datetime": "^3.23.6",
|
|
|
|
|
"@blueprintjs/icons": "^3.10.0",
|
|
|
|
|
"@blueprintjs/popover2": "^0.5.0",
|
|
|
|
|
"@blueprintjs/select": "^3.10.0",
|
|
|
|
|
"@faker-js/faker": "^7.4.0",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
|
|
|
|
"@typescript-eslint/parser": "^5.25.0",
|
|
|
|
|
"chalk": "^4.1.1",
|
|
|
|
|
"cy-verify-downloads": "^0.0.5",
|
2023-08-18 05:18:35 +00:00
|
|
|
"cypress": "^12.17.4",
|
2023-05-11 05:26:03 +00:00
|
|
|
"cypress-file-upload": "^4.1.1",
|
|
|
|
|
"cypress-image-snapshot": "^4.0.1",
|
|
|
|
|
"cypress-log-to-output": "^1.1.2",
|
|
|
|
|
"cypress-multi-reporters": "^1.2.4",
|
|
|
|
|
"cypress-plugin-tab": "^1.0.5",
|
2023-08-01 09:34:15 +00:00
|
|
|
"cypress-real-events": "^1.8.1",
|
2023-05-11 18:45:06 +00:00
|
|
|
"cypress-tags": "^1.1.2",
|
2023-05-11 05:26:03 +00:00
|
|
|
"cypress-wait-until": "^1.7.2",
|
|
|
|
|
"cypress-xpath": "^1.4.0",
|
|
|
|
|
"diff": "^5.0.0",
|
|
|
|
|
"dotenv": "^8.1.0",
|
|
|
|
|
"eslint-plugin-cypress": "^2.11.2",
|
|
|
|
|
"tinycolor2": "^1.4.2",
|
2023-05-19 18:37:06 +00:00
|
|
|
"typescript": "4.9.5"
|
2023-05-11 05:26:03 +00:00
|
|
|
}
|
2023-03-10 07:21:32 +00:00
|
|
|
}
|