-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
91 lines (91 loc) · 2.49 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@neovici/paper-autocomplete-chips",
"version": "3.3.1",
"description": "A multi-selection chips version of paper-autocomplete.",
"keywords": [
"polymer",
"web-components"
],
"homepage": "https://github.com/neovici/paper-autocomplete-chips#readme",
"bugs": {
"url": "https://github.com/neovici/paper-autocomplete-chips/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neovici/paper-autocomplete-chips.git"
},
"license": "Apache-2.0",
"author": "Neovici Development",
"main": "paper-autocomplete-chips.js",
"directories": {
"test": "test"
},
"scripts": {
"analyze": "polymer analyze --input paper-*.js > analysis.json",
"lint": "eslint --cache --ext .js,.html . && polymer lint paper-*.js",
"start": "polymer serve -o",
"test": "polymer test"
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/git"
],
"branch": "master",
"preset": "conventionalcommits"
},
"publishConfig": {
"access": "public"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"@neovici/cosmoz-i18next": "^3.0.0",
"@neovici/paper-autocomplete": "^4.0.0",
"@polymer/iron-flex-layout": "^3.0.0",
"@polymer/iron-icon": "^3.0.0",
"@polymer/paper-item": "^3.0.0",
"@polymer/paper-ripple": "^3.0.0",
"@polymer/polymer": "^3.0.0",
"@webcomponents/shadycss": "^1.9.0"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@neovici/eslint-config": "^1.2.0",
"@neovici/github-actions-eslint-annotator": "^0.4.0",
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-demo-helpers": "^3.0.0",
"@polymer/iron-test-helpers": "^3.0.0",
"@polymer/paper-dialog": "^3.0.0",
"@polymer/paper-dialog-scrollable": "^3.0.0",
"@polymer/test-fixture": "^4.0.2",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@webcomponents/webcomponentsjs": "^2.3.0",
"babel-eslint": "^10.0.3",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-mocha": "^6.3.0",
"husky": "^4.2.0",
"mocha": "^5.0.0",
"polymer-cli": "^1.9.11",
"semantic-release": "^17.0.0",
"wct-istanbul": "^0.14.3",
"wct-mocha": "^1.0.0"
}
}