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

40 lines
866 B
JSON
Raw Normal View History

2022-03-11 19:00:46 +03:00
{
2022-04-08 04:16:22 +03:00
"name": "@playwright/experimental-ct-react",
2024-02-27 03:45:25 +03:00
"version": "1.43.0-next",
2022-04-08 04:16:22 +03:00
"description": "Playwright Component Testing for React",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/playwright.git"
},
2022-04-08 04:16:22 +03:00
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"
2022-04-08 04:16:22 +03: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 04:16:22 +03:00
},
2022-04-27 02:15:08 +03:00
"dependencies": {
2024-02-27 03:45:25 +03:00
"@playwright/experimental-ct-core": "1.43.0-next",
"@vitejs/plugin-react": "^4.2.1"
},
"bin": {
"playwright": "cli.js",
"pw-react": "cli.js"
2022-04-08 04:16:22 +03:00
}
2022-03-11 19:00:46 +03:00
}