2023-03-03 23:28:33 +01:00
|
|
|
{
|
|
|
|
|
"name": "@playwright/experimental-ct-react17",
|
2024-10-25 22:23:05 +02:00
|
|
|
"version": "1.48.2",
|
2023-03-03 23:28:33 +01:00
|
|
|
"description": "Playwright Component Testing for React",
|
2023-10-06 01:18:22 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2023-10-06 01:42:27 +02:00
|
|
|
"url": "git+https://github.com/microsoft/playwright.git"
|
2023-10-06 01:18:22 +02:00
|
|
|
},
|
2023-03-03 23:28:33 +01:00
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
|
"engines": {
|
2024-05-08 18:41:27 +02:00
|
|
|
"node": ">=18"
|
2023-03-03 23:28:33 +01:00
|
|
|
},
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
|
},
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
|
"default": "./index.js"
|
|
|
|
|
},
|
|
|
|
|
"./register": {
|
|
|
|
|
"types": "./register.d.ts",
|
|
|
|
|
"default": "./register.mjs"
|
|
|
|
|
},
|
|
|
|
|
"./hooks": {
|
|
|
|
|
"types": "./hooks.d.ts",
|
|
|
|
|
"default": "./hooks.mjs"
|
2024-07-01 18:51:59 +02:00
|
|
|
},
|
|
|
|
|
"./package.json": "./package.json"
|
2023-03-03 23:28:33 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-10-25 22:23:05 +02:00
|
|
|
"@playwright/experimental-ct-core": "1.48.2",
|
2024-01-19 20:13:03 +01:00
|
|
|
"@vitejs/plugin-react": "^4.2.1"
|
2023-03-03 23:28:33 +01:00
|
|
|
},
|
|
|
|
|
"bin": {
|
2024-03-01 01:50:00 +01:00
|
|
|
"playwright": "cli.js"
|
2023-03-03 23:28:33 +01:00
|
|
|
}
|
|
|
|
|
}
|