-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.66 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
{
"description": "This element will allow you to select and prepare the files you are gonna upload.",
"name": "@unicef-polymer/etools-file",
"version": "3.0.3",
"homepage": "https://github.com/unicef-polymer/etools-file",
"repository": {
"type": "git",
"url": "https://github.com/unicef-polymer/etools-file.git"
},
"scripts": {
"start": "polymer serve",
"lint": "eslint . --ext js,html",
"prepublishOnly": "npm run lint",
"publish": "git push --tags && npm publish"
},
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0",
"@webcomponents/webcomponentsjs": "^2.4.3"
},
"main": "etools-file.js",
"module": "etools-file.js",
"license": "https://github.com/unicef-polymer/etools-file/blob/master/LICENSE.md",
"dependencies": {
"@polymer/iron-flex-layout": "^3.0.1",
"@polymer/iron-icon": "^3.0.1",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-dropdown-menu": "^3.1.0",
"@polymer/paper-item": "^3.0.1",
"@polymer/paper-listbox": "^3.0.1",
"@polymer/paper-toast": "^3.0.1",
"@polymer/polymer": "^3.4.1",
"dayjs": "^1.10.2",
"web-animations-js": "^2.3.2"
},
"devDependencies": {
"@polymer/iron-component-page": "^4.0.1",
"@polymer/iron-demo-helpers": "^3.1.0",
"@polymer/paper-input": "^3.2.0",
"@webcomponents/webcomponentsjs": "^2.4.3",
"ajv": ">=6.12.6",
"acorn": ">=7.1.1",
"eslint": "^7.1.0",
"eslint-config-google": "^0.7.0",
"eslint-plugin-html": "^6.0.2",
"wct-browser-legacy": "^1.0.2",
"prismjs": ">=1.27.0",
"glob-parent": ">=5.1.2",
"ansi-regex": ">=5.0.1"
}
}