-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 989 Bytes
/
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
{
"name": "@vaadin/vaadin-themable-mixin",
"version": "1.6.2",
"description": "vaadin-themable-mixin",
"main": "vaadin-themable-mixin.html",
"repository": "vaadin/vaadin-themable-mixin",
"keywords": [
"Vaadin",
"web-components",
"web-component",
"polymer"
],
"author": "Vaadin Ltd",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vaadin/vaadin-themable-mixin/issues"
},
"homepage": "https://vaadin.com/elements",
"files": [
"*.d.ts",
"vaadin-*.js",
"register-styles.js"
],
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"scripts": {
"test": "wct",
"lint": "npm-run-all --parallel lint:*",
"lint:css": "stylelint *.html test/*html",
"lint:html": "eslint *.html test --ext .html",
"lint:js": "eslint *.js",
"lint:polymer": "polymer lint --rules polymer-2 --input *.html"
},
"devDependencies": {
"@vaadin/vaadin-component-dev-dependencies": "^3.2.0"
}
}