You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
380 B
19 lines
380 B
{
|
|
"name": "activitylink",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
"axios": "^1.10.0",
|
|
"element-plus": "^2.10.4",
|
|
"vite": "^4.5.3",
|
|
"vue": "^3.5.17",
|
|
"vue-router": "^4.5.1"
|
|
}
|
|
}
|