Skip to content

Commit a7678d8

Browse files
committed
Deploying to main from @ SeptKit/set@8d4c0fc 🚀
1 parent edc8fd1 commit a7678d8

File tree

2 files changed

+7902
-0
lines changed

2 files changed

+7902
-0
lines changed

extensions/dataflow/1/package.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"name": "Dataflow Extension",
3+
"version": "1",
4+
"description": "extension for SET Platform that provides dataflow capabilities between Logic-Nodes",
5+
"private": true,
6+
"type": "module",
7+
"contributes": {
8+
"customEditors": [
9+
{
10+
"id": "sprinteins.dataflow_extension.dataflow",
11+
"displayName": "Dataflow Extension",
12+
"icon": "/assets/icon.svg",
13+
"fileSelectors": [
14+
"SSD",
15+
"ASD",
16+
"SCD"
17+
],
18+
"entryPoint": "/shell.js"
19+
}
20+
]
21+
},
22+
"scripts": {
23+
"dev": "vite",
24+
"build": "vite build",
25+
"build:watch": "npm run build -- --watch",
26+
"build:serve": "concurrently \"npm run preview\" \"npm run build:watch\"",
27+
"preview": "vite preview --port 54947",
28+
"test": "vitest --project unit",
29+
"test:watch": "pnpm test --watch",
30+
"build-only": "vite build",
31+
"type-check": "vue-tsc --build",
32+
"lint": "oxlint . --fix -D correctness --ignore-path .gitignore",
33+
"format": "prettier --write src/",
34+
"format:check": "prettier --check src/",
35+
"install:browser": "pnpm exec playwright install chromium"
36+
},
37+
"dependencies": {
38+
"@septkit/fileio": "0.0.3",
39+
"@septkit/ui": "0.0.1",
40+
"@tailwindcss/vite": "^4.1.11",
41+
"@vueuse/core": "^13.5.0",
42+
"daisyui": "^5.0.46",
43+
"dexie": "catalog:",
44+
"pinia": "^3.0.3",
45+
"tailwindcss": "^4.1.12",
46+
"vite-plugin-css-injected-by-js": "^3.5.2",
47+
"vite-plugin-static-copy": "^3.1.1",
48+
"vitest-browser-vue": "^1.0.0",
49+
"vue": "^3.5.17"
50+
},
51+
"devDependencies": {
52+
"@testing-library/vue": "^8.1.0",
53+
"@tsconfig/node22": "^22.0.2",
54+
"@types/jsdom": "^21.1.7",
55+
"@types/node": "^22.15.32",
56+
"@vitejs/plugin-vue": "^6.0.0",
57+
"@vitest/browser": "^3.2.4",
58+
"@vue/test-utils": "^2.4.6",
59+
"@vue/tsconfig": "^0.7.0",
60+
"concurrently": "^9.2.0",
61+
"jiti": "^2.4.2",
62+
"npm-run-all2": "^8.0.4",
63+
"oxlint": "~1.6.0",
64+
"playwright": "^1.53.2",
65+
"prettier": "3.5.3",
66+
"typescript": "~5.8.0",
67+
"vite": "^7.0.0",
68+
"vite-plugin-vue-devtools": "^7.7.7",
69+
"vitest": "^3.2.4",
70+
"vue-tsc": "^2.2.10"
71+
}
72+
}

extensions/dataflow/1/shell.js

Lines changed: 7830 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)