-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathpackage.json
More file actions
139 lines (139 loc) · 5.24 KB
/
package.json
File metadata and controls
139 lines (139 loc) · 5.24 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "web-console",
"version": "0.0.1",
"devDependencies": {
"@auth/sveltekit": "1.11.1",
"@axa-fr/oidc-client": "7.26.4",
"@biomejs/biome": "2.4.3",
"@bithero/monaco-editor-vite-plugin": "^1.0.3",
"@fontsource-variable/dm-sans": "5.2.8",
"@fontsource/dm-mono": "5.2.7",
"@fortawesome/fontawesome-free": "7.2.0",
"@hey-api/client-fetch": "0.13.1",
"@hey-api/openapi-ts": "0.92.4",
"@monaco-editor/loader": "1.7.0",
"@playwright/test": "1.58.2",
"@poppanator/sveltekit-svg": "6.0.1",
"@revolist/svelte-datagrid": "4.20.2",
"@skeletonlabs/skeleton": "4.12.0",
"@skeletonlabs/skeleton-svelte": "4.12.0",
"@square/svelte-store": "1.0.18",
"@streamparser/json": "0.0.22",
"@svelte-bin/clipboard": "0.1.4",
"@sveltejs/adapter-auto": "7.0.1",
"@sveltejs/adapter-static": "3.0.10",
"@sveltejs/kit": "2.52.2",
"@sveltejs/vite-plugin-svelte": "7.0.0",
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/typography": "0.5.19",
"@tailwindcss/vite": "4.2.0",
"@types/args": "5.0.4",
"@types/d3-format": "3.0.4",
"@types/eslint": "9.6.1",
"@types/jsonpath": "0.2.4",
"@types/node": "25.3.0",
"@types/nprogress": "0.2.3",
"@types/vusion__webfonts-generator": "0.8.6",
"@vincjo/datatables": "2.8.0",
"@vitest/browser-playwright": "^4.0.18",
"@vusion/webfonts-generator": "0.8.0",
"add": "2.0.6",
"args": "5.0.3",
"array-join": "3.2.1",
"autoprefixer": "10.4.24",
"bignumber.js": "9.3.1",
"bun-types": "1.3.9",
"but-unzip": "0.1.7",
"clsx": "2.1.1",
"colorizr": "4.0.1",
"d3-format": "3.1.2",
"dayjs": "1.11.19",
"echarts": "6.0.0",
"eslint": "10.0.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-svelte": "3.15.0",
"fancy-ansi": "0.1.3",
"fast-deep-equal": "3.1.3",
"feldera-theme": "workspace:*",
"flowbite-svelte": "1.31.0",
"formsnap": "2.0.1",
"globals": "17.3.0",
"jwt-decode": "4.0.0",
"monaco-editor": "0.55.1",
"new-github-issue-url": "1.1.0",
"nprogress": "0.2.0",
"oidc-client-ts-lumeris": "1.0.0",
"oslllo-svg-fixer": "6.0.1",
"paneforge": "1.0.2",
"playwright": "^1.58.2",
"posthog-js": "1.352.0",
"prettier": "3.8.1",
"prettier-plugin-svelte": "3.5.0",
"prettier-plugin-tailwindcss": "0.7.2",
"profiler-layout": "workspace:*",
"profiler-lib": "workspace:*",
"runed": "0.37.1",
"sass-embedded": "1.97.3",
"semver": "7.7.4",
"sk-oidc-oauth": "1.2.0",
"sort-on": "7.0.0",
"strip-ansi": "7.1.2",
"style-to-object": "1.0.14",
"svelte": "5.53.5",
"svelte-attr": "0.0.2",
"svelte-check": "4.4.1",
"svelte-echarts": "1.0.0",
"svelte-french-toast": "1.2.0",
"svelte-virtuallists": "1.4.2",
"sveltekit-superforms": "2.29.1",
"tailwind-scrollbar": "4.0.2",
"tailwindcss": "4.2.0",
"tiny-invariant": "1.3.3",
"triage-types": "workspace:*",
"true-json-bigint": "1.0.1",
"ts-pattern": "5.9.0",
"tslib": "2.8.1",
"typescript": "5.9.3",
"typescript-eslint": "8.56.0",
"valibot": "1.2.0",
"virtua": "0.48.6",
"vite": "npm:rolldown-vite@7.3.1",
"vite-plugin-devtools-json": "1.0.0",
"vite-plugin-virtual": "0.5.0",
"vitest": "^4.0.18",
"vitest-browser-svelte": "^2.0.2",
"worker-timers": "8.0.30"
},
"overrides": {
"vite": "npm:rolldown-vite@7.3.1",
"devalue": "^5.6.2",
"ajv": "6.14.0"
},
"private": true,
"scripts": {
"clean-install": "bun ci",
"dev": "vite dev --host",
"prebuild": "cd ../profiler-layout && bun run build",
"build": "svelte-kit sync && vite build",
"preview": "vite preview --host",
"check": "svelte-kit sync && svelte-check --threshold error",
"check:watch": "svelte-kit sync && svelte-check --threshold error --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write . && biome check --write .",
"openapi": "openapi-ts -i path/to/openapi.json -o src/client",
"generate-openapi": "openapi-ts && bun run format",
"build-openapi": "cd ../.. && cargo run -p pipeline-manager -- --dump-openapi",
"build-icons": "bun run scripts/build-webfont.ts -- -s src/assets/icons/feldera-material-icons -d src/assets/fonts/ -n feldera-material-icons -p fd --fix && bun run scripts/build-webfont.ts -- -s src/assets/icons/generic -d src/assets/fonts/ -n generic-icons -p gc && bun run format",
"test-e2e": "DISPLAY= bun playwright test",
"test-e2e-ui": "PLAYWRIGHT_API_ORIGIN=http://localhost:8080/ PLAYWRIGHT_APP_ORIGIN=http://localhost:8080/ DISPLAY= bun playwright test --ui-host=0.0.0.0",
"test-ct": "DISPLAY= bun playwright test -c playwright-ct.config.ts",
"test-ct-ui": "DISPLAY= bun playwright test -c playwright-ct.config.ts --ui-host=0.0.0.0",
"test-report": "bun playwright show-report",
"test-prepare": "git clone --depth 1 https://github.com/feldera/playwright-snapshots.git || true && mkdir -p playwright-snapshots/e2e playwright-snapshots/component",
"test-update-snapshots": "bun run test -- --update && bun playwright test --update-snapshots",
"test-unit": "vitest",
"test": "bun run test-unit -- --run"
},
"trustedDependencies": ["@axa-fr/oidc-client", "sk-oidc-oauth", "svelte-preprocess"],
"type": "module"
}