-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.89 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@unicef-polymer/etools-data-table",
"description": "Data table",
"version": "7.0.0",
"homepage": "https://github.com/unicef-polymer/etools-data-table",
"repository": {
"type": "git",
"url": "https://github.com/unicef-polymer/etools-data-table.git"
},
"license": "Apache-2.0",
"scripts": {
"lint": "eslint . --ext js,html",
"prepublishOnly": "npm run lint",
"gen-typings": "gen-typescript-declarations --deleteExisting --outDir './'",
"publish": "git push --tags && npm publish"
},
"publishConfig": {
"access": "public"
},
"resolutions": {
"inherits": "2.0.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0",
"@webcomponents/webcomponentsjs": "2.4.3"
},
"main": "index.js",
"module": "index.js",
"dependencies": {
"@polymer/iron-collapse": "^3.0.1",
"@polymer/iron-icons": "^3.0.1",
"@polymer/neon-animation": "^3.0.1",
"@polymer/paper-dropdown-menu": "^3.1.0",
"@polymer/paper-icon-button": "^3.0.2",
"@polymer/paper-item": "^3.0.1",
"@polymer/paper-listbox": "^3.0.1",
"@polymer/polymer": "^3.4.1",
"lit-element": "^2.5.1",
"web-animations-js": "^2.3.2"
},
"devDependencies": {
"@polymer/gen-typescript-declarations": "^1.6.1",
"@polymer/iron-component-page": "^4.0.1",
"@polymer/iron-demo-helpers": "^3.1.0",
"@polymer/iron-test-helpers": "^3.0.1",
"@webcomponents/webcomponentsjs": "^2.5.0",
"acorn": "^7.4.1",
"diff": ">=3.5.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",
"js-yaml": "^3.14.1",
"lodash": ">=4.17.21",
"prettier": "^2.3.2",
"prismjs": ">=1.27.0",
"minimatch": ">=3.1.2",
"path-parse": ">=1.0.7",
"glob-parent": ">=5.1.2",
"wct-browser-legacy": "^1.0.2"
}
}