2022-03-11 19:00:46 +03:00
|
|
|
{
|
2022-04-08 04:16:22 +03:00
|
|
|
"name": "@playwright/experimental-ct-react",
|
2022-05-12 21:12:01 +03:00
|
|
|
"version": "1.23.0-next",
|
2022-04-08 04:16:22 +03:00
|
|
|
"description": "Playwright Component Testing for React",
|
|
|
|
"repository": "github:Microsoft/playwright",
|
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
"engines": {
|
2022-05-10 18:01:45 +03:00
|
|
|
"node": ">=14"
|
2022-04-08 04:16:22 +03:00
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"exports": {
|
|
|
|
"./register": "./register.mjs",
|
2022-05-04 01:48:46 +03:00
|
|
|
".": "./index.js"
|
2022-04-08 04:16:22 +03:00
|
|
|
},
|
2022-04-27 02:15:08 +03:00
|
|
|
"dependencies": {
|
|
|
|
"@vitejs/plugin-react": "^1.0.7",
|
2022-05-12 21:12:01 +03:00
|
|
|
"@playwright/test": "1.23.0-next",
|
2022-04-27 02:15:08 +03:00
|
|
|
"vite": "^2.9.5"
|
2022-04-08 04:16:22 +03:00
|
|
|
}
|
2022-03-11 19:00:46 +03:00
|
|
|
}
|