-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "@unicef-polymer/etools-table",
"description": "Etools table",
"version": "2.0.0",
"homepage": "https://github.com/unicef-polymer/etools-table",
"main": "etools-table.js",
"module": "etools-table.js",
"repository": {
"type": "git",
"url": "https://github.com/unicef-polymer/etools-table.git"
},
"license": "Apache-2.0",
"dependencies": {
"@polymer/iron-icons": "^3.0.1",
"@polymer/paper-checkbox": "^3.1.0",
"@polymer/paper-icon-button": "^3.0.2",
"@polymer/polymer": "^3.4.1",
"lit-element": "^2.4.0",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@webcomponents/webcomponentsjs": "^2.6.0",
"acorn": "^8.0.5",
"diff": "^5.0.0",
"eslint": "^7.20.0",
"eslint-config-google": "^0.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-prettier": "^3.2.0",
"growl": ">=1.10.0",
"minimist": ">=1.2.6",
"minimatch": ">=3.1.2",
"prettier": "^2.3.2",
"wct-browser-legacy": "^1.0.2",
"glob-parent": ">=5.1.2"
},
"scripts": {
"lint": "eslint . --ext js,html",
"prepublishOnly": "npm run lint",
"publish": "git push --tags && npm publish"
},
"publishConfig": {
"access": "public"
}
}