mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-16 07:33:35 +03:00
25 lines
562 B
JSON
25 lines
562 B
JSON
{
|
|
"name": "ct-vue-vite",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 5050",
|
|
"typecheck": "vue-tsc --noEmit --project tsconfig.test.json"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.2.31",
|
|
"vue-router": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"vite": "^3.2.1",
|
|
"vue-tsc": "^1.0.0"
|
|
},
|
|
"@standaloneDevDependencies": {
|
|
"@playwright/experimental-ct-vue": "^1.22.2",
|
|
"@playwright/test": "^1.22.2"
|
|
}
|
|
}
|