-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.73 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
{
"name": "@unicef-polymer/etools-profile-dropdown",
"description": "User profile dropdown for header toolbar.",
"version": "8.2.0",
"homepage": "https://github.com/unicef-polymer/etools-profile-dropdown",
"repository": {
"type": "git",
"url": "https://github.com/unicef-polymer/etools-profile-dropdown.git"
},
"scripts": {
"lint": "eslint . --ext js,html",
"prepublishOnly": "npm run lint",
"test": "polymer test",
"gen-typings": "gen-typescript-declarations --deleteExisting --outDir './'",
"publish": "git push --tags && npm publish"
},
"main": "etools-profile-dropdown.js",
"license": "https://github.com/unicef-polymer/etools-profile-dropdown/blob/master/LICENSE.md",
"dependencies": {
"@polymer/iron-dropdown": "^3.0.1",
"@polymer/iron-icons": "^3.0.1",
"@polymer/paper-icon-button": "^3.0.2",
"@polymer/paper-input": "^3.2.1",
"@polymer/paper-styles": "^3.0.1",
"@polymer/polymer": "^3.5.1",
"@unicef-polymer/etools-ajax": "^4.4.2",
"@unicef-polymer/etools-dialog": "^7.0.0",
"lit-element": "^2.5.1",
"dexie": ">=3.2.2"
},
"devDependencies": {
"@polymer/gen-typescript-declarations": "^1.6.2",
"@polymer/iron-component-page": "^4.0.1",
"@polymer/iron-demo-helpers": "^3.1.0",
"@webcomponents/webcomponentsjs": "^2.6.0",
"eslint": "^7.20.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-lit": "^1.6.1",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "~2.5.1",
"prismjs": ">=1.27.0",
"path-parse": ">=1.0.7",
"glob-parent": ">=5.1.2",
"lodash-es": "^4.17.21",
"minimatch": ">=3.1.2"
},
"publishConfig": {
"access": "public"
}
}