This repository was archived by the owner on Feb 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.52 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.52 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
39
40
{
"name": "switchyd",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@web/dev-server": "^0.4.3",
"@web/dev-server-esbuild": "^1.0.2",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^16.6.2",
"install": "^0.13.0",
"typescript": "^5.3.3",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"type": "module",
"dependencies": {
"@lit-labs/task": "^3.1.0",
"@spectrum-web-components/button": "^0.41.0",
"@spectrum-web-components/field-label": "^0.41.0",
"@spectrum-web-components/icons-workflow": "^0.41.0",
"@spectrum-web-components/progress-circle": "^0.41.0",
"@spectrum-web-components/sidenav": "^0.41.0",
"@spectrum-web-components/split-view": "^0.41.0",
"@spectrum-web-components/styles": "^0.41.0",
"@spectrum-web-components/tabs": "^0.41.0",
"@spectrum-web-components/textfield": "^0.41.0",
"@spectrum-web-components/theme": "^0.41.0",
"lit": "^3.1.2"
},
"scripts": {
"prebuild": "tsc",
"build": "webpack --config webpack.config.cjs",
"postbuild": "zip switchyd.zip index.html resources/*.png dist/option-ui.js dist/service-worker.js manifest.json"
}
}