hlc-layer-ui
Version:
HLC Layer Components for Vue - Including Button and Hero Slider components with Prismic CMS integration
44 lines (43 loc) • 853 B
JSON
{
"name": "hlc-layer-ui",
"version": "0.1.10",
"description": "HLC Layer Components for Vue - Including Button and Hero Slider components with Prismic CMS integration",
"type": "module",
"main": "./nuxt.config.ts",
"files": [
"src",
"nuxt.config.ts",
"README.md"
],
"scripts": {
"dev": "nuxt dev playground",
"build": "nuxt build playground",
"prepare": "nuxt prepare",
"publish": "npm publish"
},
"peerDependencies": {
"nuxt": "^3.0.0",
"vue": "^3.0.0"
},
"devDependencies": {
"nuxt": "^3.15.4"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"vue",
"ui",
"components",
"layer",
"design-system",
"nuxt",
"hero-slider",
"prismic"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"hlc-layer-ui": "^0.1.7"
}
}