@flexilla/dropdown
Version:
Utilities package for flexilla library
70 lines (69 loc) • 1.49 kB
JSON
{
"name": "@flexilla/dropdown",
"private": false,
"version": "2.2.0",
"type": "module",
"description": "Utilities package for flexilla library",
"publishConfig": {
"access": "public"
},
"main": "./dist/dropdown.umd.cjs",
"module": "./dist/dropdown.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/dropdown.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/dropdown.umd.cjs"
}
},
"./dropdown.css": "./dist/dropdown.css"
},
"files": [
"dist",
"README.md",
"package.json",
"!vite.config.ts",
"!.gitignore",
"!tsconfig.json"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@flexilla/utilities": "latest",
"typescript": "^5.8.3",
"vite": "^6.3.2",
"vite-plugin-dts": "^4.5.3"
},
"dependencies": {
"@flexilla/manager": "^0.1.0",
"flexipop": "^0.2.0"
},
"keywords": [
"dropdown",
"js",
"ts",
"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": "34e1fb19a9d5b5b3055303de8e59c32ed5a1649a"
}