@flexilla/alpine-tabs
Version:
AlpineJS plugin for creating collapsible components
67 lines (66 loc) • 1.59 kB
JSON
{
"name": "@flexilla/alpine-tabs",
"version": "0.1.0",
"description": "AlpineJS plugin for creating collapsible components",
"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-tabs/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 Dissmissible",
"Alpine Plugin",
"Alpinejs Pugin",
"ts",
"Dissmissible",
"component",
"interactive",
"intercative component",
"Flexilla",
"Dissmiss"
],
"dependencies": {
"@flexilla/tabs": "^2.2.0"
},
"gitHead": "34cb017e7b29fb1ee10ded1d4317256fa7167093"
}