forked from antmicro/zephelin-trace-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.78 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.78 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"private": true,
"type": "module",
"workspaces": [
"third-party/*"
],
"scripts": {
"eslint": "eslint src --fix",
"stylelint": "stylelint src/**/*.scss --fix",
"lint": "yarn eslint && yarn stylelint",
"dev": "vite",
"build": "vite build --base=./",
"build-singlefile": "vite build --base=./ --mode=single-file",
"preview": "vite preview"
},
"dependencies": {
"@bokeh/bokehjs": "^3.7.3",
"@d3fc/d3fc-chart": "patch:@d3fc/d3fc-chart@npm%3A5.1.9#~/.yarn/patches/@d3fc-d3fc-chart-npm-5.1.9-43f8ce229d.patch",
"aphrodite": "2.1.0",
"d3": "^7.9.0",
"d3-svg-annotation": "^2.5.1",
"d3fc": "patch:d3fc@npm%3A15.2.13#~/.yarn/patches/d3fc-npm-15.2.13-99863f16a4.patch",
"flexlayout-react": "^0.8.17",
"preact": "^10.25.3",
"react-click-away-listener": "^2.4.0",
"speedscope": "workspace:*"
},
"devDependencies": {
"@eslint/json": "^0.12.0",
"@preact/preset-vite": "^2.9.3",
"@stylistic/eslint-plugin": "^4.4.1",
"@types/d3": "^7",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"eslint": "^8.57.1",
"eslint-config-preact": "^1.5.0",
"eslint-parser-plain": "^0.1.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsonc": "^2.20.1",
"eslint-plugin-unused-imports": "^4.1.4",
"prettier": "^3.6.2",
"sass-embedded": "^1.89.1",
"stylelint": "^16.23.1",
"stylelint-config-recommended-scss": "^15.0.1",
"stylelint-prettier": "^5.0.3",
"stylelint-scss": "^6.12.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1",
"vite": "^6.0.4",
"vite-plugin-singlefile": "^2.3.0"
},
"eslintConfig": {
"extends": "preact"
},
"packageManager": "yarn@4.9.2",
"resolutions": {
"@d3fc/d3fc-chart@npm:^5.1.9": "patch:@d3fc/d3fc-chart@npm%3A5.1.9#~/.yarn/patches/@d3fc-d3fc-chart-npm-5.1.9-43f8ce229d.patch"
}
}