-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.61 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
44
45
46
47
48
49
{
"name": "@unicef-polymer/etools-content-panel",
"description": "A simple panel with header to display a collapsible content.",
"version": "5.1.0",
"homepage": "https://github.com/unicef-polymer/etools-content-panel",
"repository": {
"type": "git",
"url": "https://github.com/unicef-polymer/etools-content-panel.git"
},
"license": "Apache-2.0",
"main": "etools-content-panel.js",
"module": "etools-content-panel.js",
"scripts": {
"lint": "eslint . --ext js,html",
"format:eslint": "eslint --ext .ts . --fix --ignore-path .gitignore",
"format:prettier": "prettier \"**/*.ts\" --write --ignore-path .gitignore",
"prepublishOnly": "npm run lint",
"gen-typings": "gen-typescript-declarations --deleteExisting --outDir './'"
},
"dependencies": {
"@polymer/iron-collapse": "^3.0.1",
"@polymer/paper-icon-button": "^3.0.2",
"lit-element": "^2.5.1",
"@polymer/polymer": "^3.5.1"
},
"devDependencies": {
"@polymer/gen-typescript-declarations": "^1.6.2",
"@polymer/iron-component-page": "^4.0.1",
"@polymer/iron-demo-helpers": "^3.0.0",
"@webcomponents/webcomponentsjs": "^2.4.3",
"diff": ">=3.5.0",
"eslint": "^8.0.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-prettier": "^4.0.0",
"growl": ">=1.10.0",
"js-yaml": "^3.14.0",
"minimist": ">=1.2.6",
"minimatch": ">=3.1.2",
"prettier": "^2.3.2",
"prismjs": "^1.27.0",
"path-parse": "^1.0.7",
"wct-browser-legacy": "^0.0.1-pre.11"
},
"publishConfig": {
"access": "public"
}
}