mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
27 lines
624 B
JSON
27 lines
624 B
JSON
{
|
|
"name": "ct-react-vite",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router-dom": "^6.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.33",
|
|
"@types/react-dom": "^17.0.10",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"typescript": "^4.5.4",
|
|
"vite": "^3.2.1"
|
|
},
|
|
"@standaloneDevDependencies": {
|
|
"@playwright/experimental-ct-react": "^1.22.2",
|
|
"@playwright/test": "^1.22.2"
|
|
}
|
|
} |