-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.19 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.19 KB
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
{
"name": "baseline-status",
"version": "1.1.1",
"description": "A widget displaying Baseline status of a web feature",
"main": "baseline-status.min.js",
"type": "module",
"module": "baseline-status.js",
"scripts": {
"serve": "concurrently \"rollup -c --watch\" \"wds --watch\"",
"test": "wtr test/**/*.test.js --node-resolve",
"test:update": "wtr test/**/*.test.js --node-resolve --update-snapshots"
},
"author": "ewag@google.com",
"license": "Apache-2.0",
"repository": "github:web-platform-dx/baseline-status",
"dependencies": {
"@lit/task": "^1.0.0",
"lit": "^3.1.3"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"@open-wc/semantic-dom-diff": "^0.20.1",
"@open-wc/testing": "^4.0.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@web/dev-server": "^0.4.4",
"@web/dev-server-legacy": "^2.1.1",
"@web/rollup-plugin-html": "^2.3.0",
"@web/test-runner": "^0.18.2",
"concurrently": "^9.1.1",
"eslint": "^9.3.0",
"eslint-plugin-mocha": "^10.4.3",
"globals": "^15.3.0",
"rollup": "^3.0.0",
"rollup-plugin-html-literals": "^1.1.8",
"rollup-plugin-summary": "^2.0.0"
}
}