UNPKG

@enso-ui/discounts

Version:

Discount administration routes and pages for Enso UI.

49 lines (48 loc) 1.24 kB
{ "name": "@enso-ui/discounts", "version": "5.2.5", "description": "Discount administration routes and pages for Enso UI.", "main": "index.js", "repository": { "type": "git", "url": "git+https://git.xtelecom.ro/enso-ui/discounts.git" }, "keywords": [ "discounts", "vue" ], "author": "Adrian Ocneanu <aocneanu@gmail.com>", "license": "proprietary", "bugs": { "url": "https://git.xtelecom.ro/enso-ui/discounts/issues" }, "homepage": "https://git.xtelecom.ro/enso-ui/discounts#readme", "scripts": { "test": "vitest", "test:run": "vitest run" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^7.2.0", "@fortawesome/free-solid-svg-icons": "^7.2.0" }, "peerDependencies": { "@enso-ui/filters": "^3.3.0", "@enso-ui/forms": "^4.1.0", "@enso-ui/tables": "^4.1.0", "@enso-ui/ui": "^7.1.0", "pinia": "^3.0.3", "vue": "^3.5.0" }, "devDependencies": { "@vitejs/plugin-vue": "^6.0.1", "@enso-ui/enums": "^2.1.0", "@enso-ui/filters": "^3.3.0", "@enso-ui/forms": "^4.1.0", "@enso-ui/tables": "^4.1.0", "@enso-ui/ui": "^7.1.0", "jsdom": "^26.1.0", "pinia": "^3.0.3", "vitest": "^3.2.4", "vue": "^3.5.0" } }