mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-04-23 02:30:41 +08:00
- Created TownsPage.vue to display a list of towns with filtering options and a modal for details. - Implemented a router.js file to manage application routes, including the new towns page.
22 lines
426 B
JSON
22 lines
426 B
JSON
{
|
|
"name": "bailuyuan-web",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"update:stats": "python scripts/statsprocess.py"
|
|
},
|
|
"dependencies": {
|
|
"marked": "^17.0.4",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"vite": "^5.4.14"
|
|
}
|
|
}
|