forked from web-platform-tests/wpt.fyi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.72 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
{
"name": "wptdashboard",
"description": "Node packages leveraged by build rules for the wpt.fyi project.",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/web-platform-tests/wpt.fyi.git"
},
"devDependencies": {
"@polymer/test-fixture": "^4.0.2",
"babel-eslint": "^10.0.1",
"eslint": "^4.14.0",
"eslint-plugin-html": "^5.0.3",
"wct-browser-legacy": "^1.0.2",
"web-component-tester": "^6.9.2"
},
"scripts": {
"test": "npm run wct",
"lint": "eslint 'components/*.js' && eslint --plugin html 'components/test/*.html'",
"lint-fix": "eslint --fix 'components/**/*.js' && eslint --fix --plugin html 'components/test/*.html' ",
"wctp": "wct --npm -p",
"wct": "wct --npm"
},
"dependencies": {
"@google-web-components/google-chart": "^3.0.3",
"@polymer/iron-collapse": "^3.0.0",
"@polymer/iron-form": "^3.0.0",
"@polymer/iron-icons": "^3.0.0",
"@polymer/paper-button": "^3.0.0",
"@polymer/paper-card": "^3.0.0",
"@polymer/paper-checkbox": "^3.0.0",
"@polymer/paper-dialog": "^3.0.1",
"@polymer/paper-dropdown-menu": "^3.0.0",
"@polymer/paper-input": "^3.0.0",
"@polymer/paper-item": "^3.0.0",
"@polymer/paper-listbox": "^3.0.0",
"@polymer/paper-radio-button": "^3.0.1",
"@polymer/paper-radio-group": "^3.0.1",
"@polymer/paper-spinner": "^3.0.2",
"@polymer/paper-styles": "^3.0.0",
"@polymer/paper-tabs": "^3.0.0",
"@polymer/paper-toast": "^3.0.0",
"@polymer/paper-toggle-button": "^3.0.0",
"@polymer/paper-tooltip": "^3.0.0",
"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-date-picker": "^3.3.2",
"@webcomponents/webcomponentsjs": "^2.2.7",
"pluralize": "^7.0.0"
}
}