forked from Cloud-Pipelines/pipeline-editor
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
147 lines (147 loc) · 5.22 KB
/
package.json
File metadata and controls
147 lines (147 loc) · 5.22 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
140
141
142
143
144
145
146
147
{
"name": "tangleml/tangle-ui",
"homepage": "https://tangleml.com",
"version": "0.1.0",
"description": "Tangle-UI is a web app that allows the users to build and run Machine Learning pipelines using drag and drop without having to set up development environment.",
"keywords": [
"ML",
"AI",
"Machine Learning",
"pipelines",
"containers",
"cloud",
"Kubernetes",
"MLOps"
],
"bugs": "https://github.com/tangleml/tangle-ui/issues",
"license": "Apache-2.0",
"author": {
"name": "Alexey Volkov",
"email": "alexey.volkov+oss@ark-kun.com",
"url": "http://ark-kun.com/"
},
"repository": "github:tangleml/tangle-ui",
"private": true,
"type": "module",
"scripts": {
"start": "vite --port 3000",
"build": "vite build && tsc",
"build:ghpages": "VITE_BASE_URL=/tangle-ui/ VITE_GITHUB_PAGES=true vite build --config vite.config.ghpages.js && tsc",
"build:hf": "VITE_REQUIRE_AUTHORIZATION=true VITE_HUGGING_FACE_AUTHORIZATION=true VITE_BASE_URL=/ VITE_GITHUB_PAGES=true vite build && tsc",
"serve": "vite preview",
"serve:ghpages": "vite preview --config vite.config.ghpages.js",
"test": "vitest run",
"test:coverage": "npx vitest --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"test:e2e:ci": "playwright test --config=playwright.config.ci.ts",
"lint": "eslint src --config eslint.config.js",
"lint:e2e": "eslint tests/e2e --config eslint.config.js",
"format": "prettier --write .",
"typecheck": "tsc --noEmit",
"gh-pages": "npm run build:ghpages && gh-pages -d dist",
"lint:fix": "eslint src --config eslint.config.js --fix",
"validate": "npm run format && npm run lint:fix && npm run typecheck && npm run knip",
"validate:test": "npm run validate && npm run test",
"generate-api": "openapi-ts",
"knip": "knip",
"hydrate-component-library": "tsx scripts/hydrate-component-library.ts public/component_library.original.yaml public/component_library.yaml"
},
"dependencies": {
"@bugsnag/js": "^8.8.1",
"@bugsnag/plugin-react": "^8.8.0",
"@dagrejs/dagre": "^3.0.0",
"@dnd-kit/core": "^6.3.1",
"@hey-api/client-fetch": "^0.13.1",
"@hyperjump/browser": "^1.3.1",
"@hyperjump/json-schema": "^1.17.5",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/history": "1.161.6",
"@tanstack/react-query": "^5.96.2",
"@tanstack/react-query-devtools": "^5.96.2",
"@tanstack/react-router": "1.168.10",
"@tanstack/router-devtools": "1.166.11",
"@types/gapi": "^0.0.47",
"@xyflow/react": "^12.10.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dexie": "^4.4.2",
"dexie-react-hooks": "^4.4.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"fast-deep-equal": "^3.1.3",
"gh-pages": "^6.3.0",
"js-yaml": "^4.1.1",
"localforage": "^1.10.0",
"lucide-react": "^0.577.0",
"nanoid": "^5.1.7",
"pyodide": "^0.29.3",
"random-words": "^2.0.1",
"react": "^19.2.4",
"react-colorful": "^5.6.1",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.4",
"react-error-boundary": "^6.1.1",
"react-icons": "^5.6.0",
"react-scan": "^0.5.3",
"react-toastify": "^11.0.5",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.1.16",
"tailwindcss-animate": "^1.0.7"
},
"peerDependencies": {
"monaco-editor": "^0.54.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@hey-api/openapi-ts": "^0.95.0",
"@playwright/test": "^1.59.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/js-yaml": "^4.0.9",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/coverage-v8": "^3.2.4",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.2",
"eslint-plugin-playwright": "^2.10.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
"fake-indexeddb": "^6.2.5",
"globals": "^17.4.0",
"jsdom": "^29.0.1",
"knip": "^6.3.0",
"prettier": "^3.8.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.58.0",
"vite": "^7.3.1",
"vitest": "^3.0.5"
}
}