-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.67 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 4.67 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
{
"name": "web-console",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --host",
"build": "svelte-kit sync && svelte-check --threshold error && vite build",
"preview": "vite preview --host",
"check": "svelte-kit sync && svelte-check",
"check:watch": "svelte-kit sync && svelte-check --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"openapi": "openapi-ts -i path/to/openapi.json -o src/client",
"generate-openapi": "openapi-ts && bun format",
"build-openapi": "cd .. && cargo run --bin pipeline-manager -- --dump-openapi",
"test-e2e": "PLAYWRIGHT_API_ORIGIN=http://localhost:8080/ PLAYWRIGHT_APP_ORIGIN=http://localhost:8080/ 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",
"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"
},
"devDependencies": {
"@auth/sveltekit": "^1.7.4",
"@axa-fr/oidc-client": "^7.25.3",
"@bithero/monaco-editor-vite-plugin": "^1.0.2",
"@fontsource-variable/dm-sans": "^5.1.1",
"@fontsource/dm-mono": "^5.1.1",
"@fortawesome/fontawesome-free": "^6.7.2",
"@hey-api/client-fetch": "0.1.10",
"@hey-api/openapi-ts": "^0.47.2",
"@playwright/experimental-ct-svelte": "^1.50.1",
"@playwright/test": "^1.50.1",
"@poppanator/sveltekit-svg": "^5.0.0",
"@revolist/svelte-datagrid": "^4.12.2",
"@skeletonlabs/skeleton": "^3.0.0-next.10",
"@skeletonlabs/skeleton-svelte": "^1.0.0-next.18",
"@square/svelte-store": "^1.0.18",
"@streamparser/json": "^0.0.21",
"@svelte-bin/clipboard": "^0.1.4",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.17.1",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@types/args": "^5.0.3",
"@types/d3-format": "^3.0.4",
"@types/eslint": "^8.56.12",
"@types/jsonpath": "^0.2.4",
"@types/node": "^20.17.17",
"@types/vusion__webfonts-generator": "^0.8.6",
"@vincjo/datatables": "^2.5.0",
"@vusion/webfonts-generator": "^0.8.0",
"add": "^2.0.6",
"apache-arrow": "^20.0.0",
"args": "^5.0.3",
"array-join": "^3.2.1",
"autoprefixer": "^10.4.20",
"bignumber.js": "^9.1.2",
"boxicons": "^2.1.4",
"bun-types": "^1.2.2",
"clsx": "^2.1.1",
"d3-format": "^3.1.0",
"dayjs": "^1.11.13",
"echarts": "^5.6.0",
"eslint": "^9.20.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"fancy-ansi": "^0.1.3",
"fast-deep-equal": "^3.1.3",
"flowbite-svelte": "^0.46.23",
"formsnap": "^2.0.0",
"globals": "^15.14.0",
"jsonpath": "^1.1.1",
"monaco-editor": "^0.49.0",
"new-github-issue-url": "^1.0.0",
"oidc-client-ts-lumeris": "^1.0.0",
"oslllo-svg-fixer": "^5.0.0",
"paneforge": "^0.0.5",
"postcss": "^8.5.2",
"posthog-js": "^1.217.0",
"prettier": "^3.5.0",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"runed": "^0.23.3",
"sass-embedded": "^1.83.4",
"semver": "^7.6.3",
"sk-oidc-oauth": "^1.2.0",
"sort-on": "^6.1.0",
"strip-ansi": "^7.1.0",
"style-to-object": "^1.0.8",
"svelte": "^5.30.1",
"svelte-attr": "^0.0.2",
"svelte-check": "^4.1.4",
"svelte-echarts": "^1.0.0-rc3",
"svelte-french-toast": "^1.2.0",
"svelte-monaco": "^0.4.0",
"svelte-virtual": "^1.0.0-next.22",
"svelte-virtuallists": "^1.4.0",
"sveltekit-superforms": "^2.23.1",
"sveltekit-top-loader": "^0.0.4",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.17",
"tiny-invariant": "^1.3.3",
"true-json-bigint": "^1.0.1",
"ts-pattern": "^5.6.2",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.0",
"valibot": "^1.0.0-rc.0",
"virtua": "^0.40.0",
"vite": "^5.4.14",
"vite-plugin-virtual": "^0.4.0",
"worker-timers": "^8.0.14"
},
"type": "module",
"trustedDependencies": [
"@axa-fr/oidc-client",
"sk-oidc-oauth",
"svelte-preprocess"
]
}