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.
25 lines
614 B
25 lines
614 B
{
|
|
"name": "activitylink",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build:test": "vite build --mode test",
|
|
"build:prod": "vite build --mode production",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
"axios": "^1.10.0",
|
|
"element-plus": "^2.10.4",
|
|
"file-saver": "^2.0.5",
|
|
"localforage": "^1.10.0",
|
|
"pinia": "^3.0.3",
|
|
"pinia-plugin-persistedstate": "^4.4.1",
|
|
"vite": "^4.5.3",
|
|
"vue": "^3.5.17",
|
|
"vue-router": "^4.5.1"
|
|
}
|
|
}
|