-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.64 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
{
"name": "@vaadin/vcf-enhanced-rich-text-editor",
"version": "0.1.3",
"description": "vcf-enhanced-rich-text-editor",
"main": "vcf-enhanced-rich-text-editor.html",
"repository": "vaadin-component-factory/vcf-enhanced-rich-text-editor",
"keywords": [
"Vaadin",
"vcf-enhanced-rich-text-editor",
"web-components",
"web-component",
"polymer"
],
"author": "Vaadin Ltd",
"license": "https://vaadin.com/license/cval-3.0",
"bugs": {
"url": "https://github.com/vaadin-component-factory/vcf-enhanced-rich-text-editor/issues"
},
"homepage": "https://vaadin.com/components",
"files": [
"vaadin-*.js",
"src",
"vendor",
"theme"
],
"scripts": {
"test": "wct",
"check": "npm-run-all --parallel check:*",
"check:bower": "magi check-bower",
"check:version": "magi check-version",
"icons": "gulp icons",
"lint": "npm-run-all --parallel lint:*",
"lint:css": "stylelint *.html src/*.html demo/*.html theme/**/*.html test/*html",
"lint:html": "eslint *.html src demo test --ext .html",
"lint:js": "eslint *.js test",
"lint:polymer": "polymer lint --rules polymer-2 --input ./src/*.html ./theme/**/*.html",
"prestart": "polymer analyze vcf-* > analysis.json",
"start": "polymer serve --port 3000 --open --hostname 0.0.0.0",
"preversion": "magi update-version"
},
"devDependencies": {
"@vaadin/vaadin-component-dev-dependencies": "^3.0.0",
"gulp": "^4.0.0",
"gulp-cli": "^2.0.1",
"gulp-iconfont": "^10.0.1"
},
"dependencies": {
"@polymer/iron-icon": "^3.0.1",
"@vaadin/vaadin-icons": "^4.3.1",
"polymer": "^0.5.0",
"polymer-cli": "^1.9.8"
}
}