playwright/tests/components/ct-react-vite/package.json

28 lines
625 B
JSON
Raw Normal View History

2022-03-12 00:46:11 +01:00
{
"name": "ct-react-vite",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
2022-10-20 22:33:25 +02:00
"preview": "vite preview",
"typecheck": "tsc --noEmit"
2022-03-12 00:46:11 +01:00
},
"dependencies": {
"react": "^17.0.2",
2022-11-08 17:39:48 +01:00
"react-dom": "^17.0.2",
"react-router-dom": "^6.4.2"
2022-03-12 00:46:11 +01:00
},
"devDependencies": {
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
2022-12-27 18:14:39 +01:00
"@vitejs/plugin-react": "^3.0.0",
2022-03-12 00:46:11 +01:00
"typescript": "^4.5.4",
2023-02-13 22:19:59 +01:00
"vite": "^4.1.1"
},
"@standaloneDevDependencies": {
2022-06-03 02:37:43 +02:00
"@playwright/experimental-ct-react": "^1.22.2",
"@playwright/test": "^1.22.2"
2022-03-12 00:46:11 +01:00
}
2022-12-27 18:14:39 +01:00
}