mapomodule
Version:
Mapo is a nuxt module that helps in the creation of Administration Panels.
29 lines (28 loc) • 803 B
JSON
{
"name": "mapomodule",
"version": "1.0.0-alpha.55",
"description": "Mapo is a nuxt module that helps in the creation of Administration Panels.",
"author": "bnznamco <gabriele.baldi.01@gmail.com>",
"keywords": [
"mapo",
"nuxt",
"Admin",
"Panel"
],
"license": "MIT",
"repository": "https://github.com/lotrekagency/mapo",
"main": "./module.js",
"dependencies": {
"@mapomodule/core": "^1.0.0-alpha.49",
"@mapomodule/integrations": "^1.0.0-alpha.16",
"@mapomodule/routemeta": "^1.0.0-alpha.8",
"@mapomodule/store": "^1.0.0-alpha.49",
"@mapomodule/uikit": "^1.0.0-alpha.55",
"@nuxtjs/axios": "^5.13.6",
"lodash.mergewith": "^4.6.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ca8944723dea0ab8ba6a5b02c6ef5bc1110f02e7"
}