UNPKG

baked-recipe-admin

Version:

Baked is an opinionated framework for .NET in backend and Nuxt in frontend. This is a recipe package that brings together all the components one needs for an Admin UI.

44 lines 937 B
{ "name": "@primevue/core", "version": "4.3.9", "author": "PrimeTek Informatics", "description": "", "homepage": "https://primevue.org/", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/primefaces/primevue.git", "directory": "packages/core" }, "bugs": { "url": "https://github.com/primefaces/primevue/issues" }, "main": "./index.mjs", "module": "./index.mjs", "types": "./index.d.ts", "exports": { ".": { "types": "./index.d.ts", "import": "./index.mjs", "default": "./index.mjs" }, "./*": { "types": "./*/index.d.ts", "import": "./*/index.mjs", "default": "./*/index.mjs" } }, "publishConfig": { "access": "public" }, "dependencies": { "@primeuix/styled": "^0.7.2", "@primeuix/utils": "^0.6.1" }, "peerDependencies": { "vue": "^3.5.0" }, "engines": { "node": ">=12.11.0" } }