Files
craftlabs-authorization-sdk/web/delivery-platform-ui/package.json
T
dependabot[bot] e0972031e6 build(deps): bump vue from 3.5.32 to 3.5.35 in /web/delivery-platform-ui
Bumps [vue](https://github.com/vuejs/core) from 3.5.32 to 3.5.35.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.5.32...v3.5.35)

---
updated-dependencies:
- dependency-name: vue
  dependency-version: 3.5.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-09 08:19:09 +00:00

24 lines
454 B
JSON

{
"name": "delivery-platform-ui",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.9",
"echarts": "^6.1.0",
"element-plus": "^2.9.1",
"pinia": "^2.3.0",
"vue": "^3.5.35",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^6.0.7"
}
}