참고소스 수정본
This commit is contained in:
22
참고/playwright-main/tests/components/ct-vue-vite/package.json
Normal file
22
참고/playwright-main/tests/components/ct-vue-vite/package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "ct-vue-vite",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"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": "^5.2.0",
|
||||
"@vue/tsconfig": "^0.5.1",
|
||||
"typescript": "5.6.2",
|
||||
"vite": "^5.2.8",
|
||||
"vue-tsc": "^2.0.21"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user