playwright/packages/playwright-ct-react/package.json

36 lines
776 B
JSON
Raw Normal View History

2022-03-11 17:00:46 +01:00
{
2022-04-08 03:16:22 +02:00
"name": "@playwright/experimental-ct-react",
2023-07-24 19:43:17 +02:00
"version": "1.36.2",
2022-04-08 03:16:22 +02:00
"description": "Playwright Component Testing for React",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"
2022-04-08 03:16:22 +02: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"
}
2022-04-08 03:16:22 +02:00
},
2022-04-27 01:15:08 +02:00
"dependencies": {
2023-07-24 19:43:17 +02:00
"@playwright/experimental-ct-core": "1.36.2",
2023-05-02 00:19:49 +02:00
"@vitejs/plugin-react": "^4.0.0"
},
"bin": {
"playwright": "./cli.js"
2022-04-08 03:16:22 +02:00
}
2022-03-11 17:00:46 +01:00
}