-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 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
50
51
52
53
{
"description": "Common behaviors, mixins, modules",
"name": "@unicef-polymer/etools-behaviors",
"version": "3.1.1",
"homepage": "https://github.com/unicef-polymer/etools-behaviors",
"repository": {
"type": "git",
"url": "https://github.com/unicef-polymer/etools-behaviors.git"
},
"scripts": {
"lint": "eslint . --ext js --ignore-path .gitignore",
"format:eslint": "eslint --ext .js . --fix --ignore-path .gitignore",
"format:prettier": "prettier \"**/*.js\" --write --ignore-path .gitignore",
"prepublishOnly": "npm run lint"
},
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0",
"@webcomponents/webcomponentsjs": "^2.4.3"
},
"license": "https://github.com/unicef-polymer/etools-behaviors/blob/master/LICENSE.md",
"dependencies": {
"@polymer/polymer": "^3.4.1",
"dexie": "^3.2.2",
"lit-element": "^2.5.1",
"source-map-support": "^0.5.10"
},
"devDependencies": {
"@polymer/iron-component-page": "^4.0.0",
"@polymer/paper-styles": "^3.0.1",
"@webcomponents/webcomponentsjs": "^2.6.0",
"acorn": ">=7.1.1",
"diff": ">=3.5.0",
"eslint": "^7.1.0",
"prettier": "^2.3.2",
"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",
"lodash": ">=4.17.21",
"minimist": ">=1.2.6",
"minimatch": ">=3.1.2",
"prismjs": ">=1.27.0",
"glob-parent": ">=5.1.2",
"wct-browser-legacy": "^1.0.2"
},
"publishConfig": {
"access": "public"
}
}