@flexilla/accordion
Version:
A versatile and interactive accordion component for creating collapsible sections in web applications, conserving space and improving user experience
62 lines (61 loc) • 1.42 kB
JSON
{
"name": "@flexilla/accordion",
"version": "2.2.7",
"private": false,
"type": "module",
"sideEffects": false,
"description": "A versatile and interactive accordion component for creating collapsible sections in web applications, conserving space and improving user experience",
"publishConfig": {
"access": "public"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsdown",
"clean": "rm -rf dist",
"dev": "tsdown --watch",
"typecheck": "tsc --noEmit -p ../../tsconfig.json"
},
"dependencies": {
"@flexilla/collapsible": "0.1.3",
"@flexilla/manager": "0.2.3",
"@flexilla/utilities": "2.5.4"
},
"devDependencies": {
"typescript": "5.9.3"
},
"keywords": [
"accordion",
"js",
"ts",
"collapsible",
"component",
"interactive",
"intercative component",
"Flexilla"
],
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/unoforge/flexilla"
},
"bugs": {
"url": "https://github.com/unoforge/flexilla/issues"
},
"license": "MIT",
"author": "johnkat-mj",
"gitHead": "b642d6db4a3bb9d7d8193c4374b3d2fecbe6ed2e"
}