8c0e972883
* [feat/add-dropdown-list] Refactoring dropdown list. * Refactoring class Dropdown * [feat/add-dropdown-list] Added bandler(parcler) * Added mouseenter event handling * Fix bug open dropdown and added main.scss * Added private fild and changed methods * Refactoring DropDown * Added placeholder * Added customStyle * Fixed initSelected * Refactored initSelected * Added feature in customize select * featch customStyle complited! * Delited file customStyle.scss Co-authored-by: MaxOvs <rock_maksimus@mail.ru>
25 lines
598 B
JSON
25 lines
598 B
JSON
{
|
|
"name": "dropdown-list",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "parcel ./src/index.html -p 4500 --open",
|
|
"build": "parcel build ./src/index.html"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/MaxOvs19/Dropdown-list.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/MaxOvs19/Dropdown-list/issues"
|
|
},
|
|
"homepage": "https://github.com/MaxOvs19/Dropdown-list#readme",
|
|
"devDependencies": {
|
|
"@parcel/transformer-sass": "^2.7.0",
|
|
"parcel": "^2.7.0",
|
|
"prettier": "^2.7.1"
|
|
}
|
|
}
|