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

37 lines
797 B
JSON
Raw Normal View History

2022-08-24 00:08:53 +03:00
{
"name": "@playwright/experimental-ct-solid",
2023-01-21 06:29:14 +03:00
"version": "1.31.0-next",
2022-08-24 00:08:53 +03:00
"description": "Playwright Component Testing for Solid",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
},
"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"
}
},
"dependencies": {
2022-12-27 20:14:39 +03:00
"vite": "^4.0.3",
"vite-plugin-solid": "^2.5.0",
2023-01-21 06:29:14 +03:00
"@playwright/test": "1.31.0-next"
2022-08-24 00:08:53 +03:00
},
"devDependencies": {
"solid-js": "^1.4.7"
}
}