mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
25 lines
557 B
JSON
25 lines
557 B
JSON
{
|
|
"name": "ct-react-vite",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.33",
|
|
"@types/react-dom": "^17.0.10",
|
|
"@vitejs/plugin-react": "^1.0.7",
|
|
"typescript": "^4.5.4",
|
|
"vite": "^2.8.0"
|
|
},
|
|
"@standaloneDevDependencies": {
|
|
"@playwright/experimental-ct-react": "^1.22.2",
|
|
"@playwright/test": "^1.22.2"
|
|
}
|
|
} |