UNPKG

@pd200x/custom-dropdown-menu

Version:
76 lines (75 loc) 2.31 kB
{ "name": "@pd200x/custom-dropdown-menu", "version": "0.0.21", "description": "Custom-made npm UI Component.", "main": "index.js", "scripts": { "build": "webpack --config webpack.prod.js", "dev": "webpack serve --config webpack.dev.js", "prepare": "husky && husky install", "deploy:make-branch": "git branch gh-pages", "deploy:delete-branch": "git branch -D gh-pages && git push origin --delete gh-pages", "deploy:sync-branch": "git status && git add . && git commit -m \"final deployment\" && git checkout gh-pages && git merge main --no-edit", "deploy:build-web": "npm run build", "deploy:commit": "git add dist -f && git commit -m \"Deployment commit\"", "deploy:upload": " git subtree push --prefix dist origin gh-pages && git checkout main", "tailwind-cli:watch": "tailwindcss -i ./src/css/input.css -o ./src/css/output.css --watch" }, "keywords": [ "dropdown", "ui", "component", "menu", "tailwind", "custom" ], "author": "Pritam Debnath", "license": "ISC", "dependencies": { "smooth-scrollbar": "^8.8.4" }, "devDependencies": { "@eslint/js": "^9.33.0", "@tailwindcss/cli": "^4.1.12", "autoprefixer": "^10.4.21", "css-loader": "^7.1.2", "eslint": "^9.33.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "globals": "^16.3.0", "html-loader": "^5.1.0", "html-webpack-plugin": "^5.6.3", "husky": "^9.1.7", "lint-staged": "^16.1.5", "prettier": "3.6.2", "style-loader": "^4.0.0", "tailwindcss": "^4.1.12", "webpack": "^5.99.9", "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.2" }, "lint-staged": { "!(*.eslintcache)": [], "*.js": [ "eslint --cache --fix", "prettier --write" ], "*.{css,md,json,html,yml,yaml}": [ "prettier --write" ] }, "files": [ "index.js", "./src/js/components/drop_down_menu.js", "./src/fonts/Inter.ttf", "./src/css/component.css" ], "repository": { "type": "git", "url": "git+https://github.com/whatisaProCoder/custom-dropdown-menu.git" }, "bugs": { "url": "https://github.com/whatisaProCoder/custom-dropdown-menu/issues" }, "homepage": "https://whatisaprocoder.github.io/custom-dropdown-menu/" }