-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.06 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.06 KB
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
44
{
"name": "@maksu/side-menu",
"version": "1.1.0",
"description": "Side menu for navigating in web applications",
"author": "Gero Vachkov <gerovachkov@gmail.com>",
"keywords": [
"web-component",
"web-components",
"lit",
"litelement",
"side",
"navigation",
"menu"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gero1992/side-menu.git"
},
"scripts": {
"start": "wds --node-resolve --open --watch"
},
"main": "index.js",
"module": "index.js",
"type": "module",
"dependencies": {
"@polymer/iron-icon": "3.0.1",
"@polymer/iron-icons": "3.0.1",
"@polymer/paper-tooltip": "^3.0.1",
"lit": "^3.1.1"
},
"devDependencies": {
"gh-pages": "^6.1.1",
"rollup": "^4.9.5",
"@rollup/plugin-node-resolve": "^15.2.3",
"@web/dev-server": "^0.4.1",
"@rollup/plugin-commonjs": "^25.0.7",
"rollup-plugin-copy": "^3.5.0"
},
"bugs": {
"url": "https://github.com/gero1992/side-menu/issues"
},
"homepage": "https://github.com/gero1992/side-menu#readme",
"license": "MIT"
}