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

39 lines
838 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",
2023-09-12 04:16:16 +03:00
"version": "1.39.0-next",
2022-04-08 04:16:22 +03:00
"description": "Playwright Component Testing for React",
"repository": {
"type": "git",
"url": "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": {
2023-09-12 04:16:16 +03:00
"@playwright/experimental-ct-core": "1.39.0-next",
2023-05-02 01:19:49 +03:00
"@vitejs/plugin-react": "^4.0.0"
},
"bin": {
"playwright": "./cli.js"
2022-04-08 04:16:22 +03:00
}
2022-03-11 19:00:46 +03:00
}