-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.37 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.37 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
41
42
43
44
45
46
{
"name": "codec_compare",
"version": "0.6.6",
"description": "Codec performance comparison tool",
"publisher": "Google LLC",
"author": "Yannis Guyon",
"license": "Apache-2.0",
"scripts": {
"dev": "vite --open",
"build": "vite build",
"postbuild": "./postbuild.sh",
"preview": "vite preview --open",
"test": "karma start"
},
"devDependencies": {
"@types/jasmine": "^5.1.4",
"@types/node": "^20.10.4",
"@types/plotly.js-dist": "npm:@types/plotly.js@^2.12.30",
"jasmine-core": "^5.1.1",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
"karma-spec-reporter": "^0.0.36",
"karma-typescript": "^5.5.4",
"karma-typescript-es6-transform": "^5.5.4",
"typescript": "^5.3.3",
"vite": "^6.3.2"
},
"dependencies": {
"@material/mwc-button": "^0.27.0",
"@material/mwc-checkbox": "^0.27.0",
"@material/mwc-fab": "^0.27.0",
"@material/mwc-icon": "^0.27.0",
"@material/mwc-icon-button": "^0.27.0",
"@material/mwc-linear-progress": "^0.27.0",
"@material/mwc-menu": "^0.27.0",
"@material/mwc-slider": "^0.27.0",
"@material/mwc-snackbar": "^0.27.0",
"@material/mwc-switch": "^0.27.0",
"@material/mwc-tab": "^0.27.0",
"@material/mwc-tab-bar": "^0.27.0",
"@material/mwc-textfield": "^0.27.0",
"lit": "^3.1.0",
"plotly.js-dist": "^2.27.1"
}
}