mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
24 lines
500 B
JSON
24 lines
500 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": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"typescript": "^4.5.4",
|
|
"vite": "^4.2.1"
|
|
}
|
|
}
|