UNPKG

@flexilla/alpine-navbar

Version:
67 lines (66 loc) 1.61 kB
{ "name": "@flexilla/alpine-navbar", "version": "0.2.0", "description": "AlpineJS plugin for easily adding interactive navbar", "type": "module", "private": false, "publishConfig": { "access": "public" }, "license": "MIT", "author": { "name": "Johnkat MJ", "url": "https://github.com/johnkat-mj" }, "repository": { "type": "git", "url": "git+https://github.com/unoforge/alpine-plugin.git" }, "main": "src/index.js", "module": "dist/module.esm.js", "types": "src/index.d.ts", "scripts": { "build": "node ./scripts/build.js", "watch": "node ./scripts/build.js --watch", "lint": "eslint .", "lint-fix": "eslint . --fix" }, "bugs": { "url": "https://github.com/unoforge/alpine-plugin/issues" }, "homepage": "https://github.com/unoforge/alpine-plugin/packages/alpine-navbar/README.md", "devDependencies": { "brotli-size": "^4.0.0", "esbuild": "^0.25.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^7.2.1", "eslint-plugin-standard": "^4.1.0", "lint-staged": "^15.5.0" }, "files": [ "LICENSE", "README.md", "src/index.js", "src/index.d.ts", "package.json", "dist" ], "keywords": [ "AlpineJS", "Alpine Navbar", "Toggle Navbar", "Alpine Plugin Navbar", "Alpine Plugin", "Alpinejs Pugin", "ts", "component", "interactive", "intercative component", "Flexilla" ], "dependencies": { "@flexilla/utilities": "^2.1.1" }, "gitHead": "9ac916234e8bb129724224819f3b59420b34081f" }