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.
34 lines
762 B
JSON
34 lines
762 B
JSON
|
2 years ago
|
{
|
||
|
|
"name": "complaintmanagerview",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@element-plus/icons-vue": "^2.3.1",
|
||
|
|
"@pureadmin/utils": "^1.10.1",
|
||
|
|
"axios": "^1.6.2",
|
||
|
|
"element-plus": "^2.4.4",
|
||
|
|
"moment": "^2.30.1",
|
||
|
|
"qs": "^6.11.2",
|
||
|
|
"typeit": "^8.8.0",
|
||
|
|
"vue": "^3.3.11",
|
||
|
|
"vue-cookies": "^1.8.3",
|
||
|
|
"vue-i18n": "^9.8.0",
|
||
|
|
"vue-router": "^4.2.5"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/uuid": "^9.0.7",
|
||
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
||
|
|
"less": "^4.2.0",
|
||
|
|
"sass": "^1.69.5",
|
||
|
|
"unplugin-auto-import": "^0.17.2",
|
||
|
|
"unplugin-vue-components": "^0.26.0",
|
||
|
|
"vite": "^5.0.8"
|
||
|
|
}
|
||
|
|
}
|