playwright/packages/playwright-ct-react/package.json
Andrey Lushnikov 4634adbdc3
devops: auto-publish experimental CT packages (#14060)
This patch:
- adds a hard dependency from `experimental-ct-*` packages to the
  same-version of `@playwright/test`
- aligns `experimental-ct-*` package versions with main package
  version
- starts publishing experimental CT packages together with other
  packages
2022-05-10 08:01:45 -07:00

24 lines
546 B
JSON

{
"name": "@playwright/experimental-ct-react",
"version": "1.22.0-next",
"description": "Playwright Component Testing for React",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
"exports": {
"./register": "./register.mjs",
".": "./index.js"
},
"dependencies": {
"@vitejs/plugin-react": "^1.0.7",
"@playwright/test": "1.22.0-next",
"vite": "^2.9.5"
}
}