PortIO/package.json

25 lines
594 B
JSON
Raw Normal View History

2023-03-14 14:33:06 +00:00
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.2",
"vite": "^4.0.0"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"@vitejs/plugin-vue": "^4.0.0",
"bootstrap": "5.3.0-alpha1",
"bootstrap-icons": "^1.10.3",
2023-05-14 07:42:18 +00:00
"echarts": "^5.4.2",
"humanize-plus": "^1.8.2",
2023-03-14 14:33:06 +00:00
"vue": "^3.2.36",
"vue-axios": "^3.5.2",
2023-07-30 11:15:45 +00:00
"vue-recaptcha": "2.0.3",
2023-03-14 14:33:06 +00:00
"vue-router": "^4.0.13"
}
}