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

24 lines
546 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",
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": {
"node": ">=14"
2022-04-08 04:16:22 +03:00
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
"exports": {
"./register": "./register.mjs",
".": "./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
}