You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
408 B
JSON
22 lines
408 B
JSON
2 weeks ago
|
{
|
||
|
"name": "airport",
|
||
|
"private": true,
|
||
|
"version": "0.0.0",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vite build",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"element-plus": "^2.10.4",
|
||
|
"@vitejs/plugin-basic-ssl": "^2.0.0",
|
||
|
"vue": "^3.5.17",
|
||
|
"vue-router": "4"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vitejs/plugin-vue": "^6.0.0",
|
||
|
"vite": "^7.0.4"
|
||
|
}
|
||
|
}
|