-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@lindelwa122/dropdown-menu",
"version": "0.1.3",
"description": "A small JS library for creating dropdown menus.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack serve --open",
"prepare": "husky install"
},
"author": "Lindelwa",
"license": "MIT",
"devDependencies": {
"css-loader": "^6.8.1",
"eslint": "^8.50.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "3.0.3",
"style-loader": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@dom-manipulation-library/dml": "^1.0.0",
"bootstrap-icons": "^1.11.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lindelwa122/dropdown-menu.git"
},
"keywords": [
"dropdown",
"menu"
],
"bugs": {
"url": "https://github.com/lindelwa122/dropdown-menu/issues"
},
"homepage": "https://github.com/lindelwa122/dropdown-menu#readme"
}