接入前端P0页面真实接口
This commit is contained in:
42
client/package.json
Normal file
42
client/package.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "th-hotel-simple-client",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host 127.0.0.1 --port 5174",
|
||||
"build": "vue-tsc --noEmit && vite build",
|
||||
"preview": "vite preview --host 127.0.0.1 --port 4174",
|
||||
"typecheck": "vue-tsc --noEmit",
|
||||
"test": "vitest run",
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@primevue/themes": "^4.3.0",
|
||||
"@tanstack/vue-query": "^5.80.0",
|
||||
"pinia": "^3.0.0",
|
||||
"primeicons": "^7.0.0",
|
||||
"primevue": "^4.3.0",
|
||||
"vue": "^3.5.0",
|
||||
"vue-i18n": "^11.0.0",
|
||||
"vue-router": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.13.0",
|
||||
"@vitejs/plugin-vue": "^6.0.0",
|
||||
"@vue/eslint-config-typescript": "^14.0.0",
|
||||
"@vue/test-utils": "^2.4.0",
|
||||
"@vue/tsconfig": "^0.8.0",
|
||||
"eslint": "^10.0.0",
|
||||
"eslint-plugin-vue": "^10.0.0",
|
||||
"jsdom": "^26.0.0",
|
||||
"typescript": "~6.0.0",
|
||||
"typescript-eslint": "^8.0.0",
|
||||
"vite": "^8.0.0",
|
||||
"vitest": "^4.0.0",
|
||||
"vue-tsc": "^3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.13.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user