mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-02 10:34:27 +03:00
eebb69121e
Due to [Vue 3.4](https://blog.vuejs.org/posts/vue-3-4): _"refactored reactivity system that makes effect triggering more accurate and efficient"_ closes: https://github.com/microsoft/playwright/issues/28830
21 lines
409 B
JSON
21 lines
409 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"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.4.0",
|
|
"vue-router": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.1.0",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"vite": "^4.2.1",
|
|
"vue-tsc": "^1.0.0"
|
|
}
|
|
}
|