Add Checkly

This commit is contained in:
ajnart
2023-05-16 15:46:14 +09:00
parent 1bff6ed225
commit ea950d6445
7 changed files with 10709 additions and 9002 deletions

View File

@@ -77,6 +77,7 @@
"devDependencies": {
"@next/bundle-analyzer": "^13.0.0",
"@next/eslint-plugin-next": "^13.0.0",
"@playwright/test": "^1.33.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/dockerode": "^3.3.9",
@@ -89,6 +90,7 @@
"@typescript-eslint/parser": "^5.30.7",
"@vitest/coverage-c8": "^0.29.3",
"@vitest/ui": "^0.29.3",
"checkly": "latest",
"eslint": "^8.20.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
@@ -104,13 +106,12 @@
"node-mocks-http": "^1.12.2",
"prettier": "^2.7.1",
"sass": "^1.56.1",
"ts-node": "latest",
"turbo": "latest",
"typescript": "latest",
"video.js": "^8.0.3",
"vitest": "^0.29.3",
"vitest-fetch-mock": "^0.2.2",
"checkly": "latest",
"ts-node": "latest"
"vitest-fetch-mock": "^0.2.2"
},
"resolutions": {
"@types/react": "17.0.59",