@linkdlab/funcnodes_react_flow 1.0.0 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/funcnodes_react_flow.css +1 -1
- package/dist/index.cjs.js +6 -6
- package/dist/index.d.ts +6 -0
- package/dist/index.es.js +19 -20
- package/dist/index.umd.js +6 -6
- package/package.json +89 -89
package/package.json
CHANGED
|
@@ -1,89 +1,89 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@linkdlab/funcnodes_react_flow",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Frontend with React Flow for FuncNodes",
|
|
5
|
-
"repository": {
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/Linkdlab/FuncNodesReact.git"
|
|
8
|
-
},
|
|
9
|
-
"author": "Julian Kimmig",
|
|
10
|
-
"license": "MIT",
|
|
11
|
-
"bugs": {
|
|
12
|
-
"url": "https://github.com/Linkdlab/FuncNodesReact/issues"
|
|
13
|
-
},
|
|
14
|
-
"homepage": "https://github.com/Linkdlab/FuncNodesReact#readme",
|
|
15
|
-
"type": "module",
|
|
16
|
-
"source": "src/index.tsx",
|
|
17
|
-
"module": "dist/index.es.js",
|
|
18
|
-
"main": "dist/index.cjs.js",
|
|
19
|
-
"umd:main": "dist/index.umd.js",
|
|
20
|
-
"types": "dist/index.d.ts",
|
|
21
|
-
"style": "dist/funcnodes_react_flow.css",
|
|
22
|
-
"files": [
|
|
23
|
-
"dist"
|
|
24
|
-
],
|
|
25
|
-
"scripts": {
|
|
26
|
-
"typewatch": "tsc --noEmit --watch",
|
|
27
|
-
"typecheck": "tsc --noEmit",
|
|
28
|
-
"build": "vite build --config vite.browser.config.js && vite build",
|
|
29
|
-
"watch": "vite --config vite.browser.config.js",
|
|
30
|
-
"preview": "vite build --config vite.browser.config.js && vite preview --config vite.browser.config.js",
|
|
31
|
-
"test": "vitest run --config vitest.config.fast.ts",
|
|
32
|
-
"test:fast": "vitest run --config vitest.config.fast.ts",
|
|
33
|
-
"e2e": "playwright test",
|
|
34
|
-
"e2eserver": "vite --port 5061 --config vite.browser.config.js"
|
|
35
|
-
},
|
|
36
|
-
"dependencies": {
|
|
37
|
-
"@emotion/react": "^11.14.0",
|
|
38
|
-
"@emotion/styled": "^11.14.0",
|
|
39
|
-
"@fortawesome/fontawesome-svg-core": "7.0.0",
|
|
40
|
-
"@fortawesome/free-solid-svg-icons": "7.0.0",
|
|
41
|
-
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
42
|
-
"@mui/material": "7.2.0",
|
|
43
|
-
"@radix-ui/react-dialog": "^1.1.7",
|
|
44
|
-
"@radix-ui/react-dropdown-menu": "^2.1.7",
|
|
45
|
-
"@radix-ui/react-popover": "^1.1.7",
|
|
46
|
-
"@radix-ui/react-slider": "^1.2.4",
|
|
47
|
-
"@radix-ui/react-tabs": "^1.1.12",
|
|
48
|
-
"@radix-ui/react-toast": "^1.2.14",
|
|
49
|
-
"@xyflow/react": "^12.5.5",
|
|
50
|
-
"axios": "^1.8.4",
|
|
51
|
-
"color-convert": "^3.0.1",
|
|
52
|
-
"react-json-view-lite": "^2.4.1",
|
|
53
|
-
"react-markdown": "^10.1.0",
|
|
54
|
-
"react-select": "^5.10.1",
|
|
55
|
-
"react-svg": "^16.3.0",
|
|
56
|
-
"remark-gfm": "^4.0.1",
|
|
57
|
-
"uuid": "^11.1.0"
|
|
58
|
-
},
|
|
59
|
-
"devDependencies": {
|
|
60
|
-
"@playwright/test": "^1.42.1",
|
|
61
|
-
"@radix-ui/react-tabs": "^1.1.12",
|
|
62
|
-
"@testing-library/dom": "^10.4.0",
|
|
63
|
-
"@testing-library/jest-dom": "^6.4.8",
|
|
64
|
-
"@testing-library/react": "^16.0.0",
|
|
65
|
-
"@testing-library/user-event": "^14.5.2",
|
|
66
|
-
"@types/color-convert": "^2.0.4",
|
|
67
|
-
"@types/node": "24.1.0",
|
|
68
|
-
"@types/react": "^19.1.0",
|
|
69
|
-
"@types/react-dom": "^19.1.2",
|
|
70
|
-
"@types/uuid": "^10.0.0",
|
|
71
|
-
"@vitejs/plugin-react": "^4.3.4",
|
|
72
|
-
"concurrently": "9.2.0",
|
|
73
|
-
"happy-dom": "18.0.1",
|
|
74
|
-
"identity-obj-proxy": "^3.0.0",
|
|
75
|
-
"jsdom": "26.1.0",
|
|
76
|
-
"react": "^19.1.0",
|
|
77
|
-
"react-dom": "^19.1.0",
|
|
78
|
-
"sass": "^1.86.3",
|
|
79
|
-
"typescript": "^5.8.3",
|
|
80
|
-
"vite": "7.0.5",
|
|
81
|
-
"vite-plugin-dts": "^4.5.3",
|
|
82
|
-
"vitest": "3.2.4"
|
|
83
|
-
},
|
|
84
|
-
"peerDependencies": {
|
|
85
|
-
"react": "^19.0",
|
|
86
|
-
"react-dom": "^19.0"
|
|
87
|
-
},
|
|
88
|
-
"packageManager": "yarn@4.9.2"
|
|
89
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@linkdlab/funcnodes_react_flow",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "Frontend with React Flow for FuncNodes",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/Linkdlab/FuncNodesReact.git"
|
|
8
|
+
},
|
|
9
|
+
"author": "Julian Kimmig",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://github.com/Linkdlab/FuncNodesReact/issues"
|
|
13
|
+
},
|
|
14
|
+
"homepage": "https://github.com/Linkdlab/FuncNodesReact#readme",
|
|
15
|
+
"type": "module",
|
|
16
|
+
"source": "src/index.tsx",
|
|
17
|
+
"module": "dist/index.es.js",
|
|
18
|
+
"main": "dist/index.cjs.js",
|
|
19
|
+
"umd:main": "dist/index.umd.js",
|
|
20
|
+
"types": "dist/index.d.ts",
|
|
21
|
+
"style": "dist/funcnodes_react_flow.css",
|
|
22
|
+
"files": [
|
|
23
|
+
"dist"
|
|
24
|
+
],
|
|
25
|
+
"scripts": {
|
|
26
|
+
"typewatch": "tsc --noEmit --watch",
|
|
27
|
+
"typecheck": "tsc --noEmit",
|
|
28
|
+
"build": "vite build --config vite.browser.config.js && vite build",
|
|
29
|
+
"watch": "vite --config vite.browser.config.js",
|
|
30
|
+
"preview": "vite build --config vite.browser.config.js && vite preview --config vite.browser.config.js",
|
|
31
|
+
"test": "vitest run --config vitest.config.fast.ts",
|
|
32
|
+
"test:fast": "vitest run --config vitest.config.fast.ts",
|
|
33
|
+
"e2e": "playwright test",
|
|
34
|
+
"e2eserver": "vite --port 5061 --config vite.browser.config.js"
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"@emotion/react": "^11.14.0",
|
|
38
|
+
"@emotion/styled": "^11.14.0",
|
|
39
|
+
"@fortawesome/fontawesome-svg-core": "7.0.0",
|
|
40
|
+
"@fortawesome/free-solid-svg-icons": "7.0.0",
|
|
41
|
+
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
42
|
+
"@mui/material": "7.2.0",
|
|
43
|
+
"@radix-ui/react-dialog": "^1.1.7",
|
|
44
|
+
"@radix-ui/react-dropdown-menu": "^2.1.7",
|
|
45
|
+
"@radix-ui/react-popover": "^1.1.7",
|
|
46
|
+
"@radix-ui/react-slider": "^1.2.4",
|
|
47
|
+
"@radix-ui/react-tabs": "^1.1.12",
|
|
48
|
+
"@radix-ui/react-toast": "^1.2.14",
|
|
49
|
+
"@xyflow/react": "^12.5.5",
|
|
50
|
+
"axios": "^1.8.4",
|
|
51
|
+
"color-convert": "^3.0.1",
|
|
52
|
+
"react-json-view-lite": "^2.4.1",
|
|
53
|
+
"react-markdown": "^10.1.0",
|
|
54
|
+
"react-select": "^5.10.1",
|
|
55
|
+
"react-svg": "^16.3.0",
|
|
56
|
+
"remark-gfm": "^4.0.1",
|
|
57
|
+
"uuid": "^11.1.0"
|
|
58
|
+
},
|
|
59
|
+
"devDependencies": {
|
|
60
|
+
"@playwright/test": "^1.42.1",
|
|
61
|
+
"@radix-ui/react-tabs": "^1.1.12",
|
|
62
|
+
"@testing-library/dom": "^10.4.0",
|
|
63
|
+
"@testing-library/jest-dom": "^6.4.8",
|
|
64
|
+
"@testing-library/react": "^16.0.0",
|
|
65
|
+
"@testing-library/user-event": "^14.5.2",
|
|
66
|
+
"@types/color-convert": "^2.0.4",
|
|
67
|
+
"@types/node": "24.1.0",
|
|
68
|
+
"@types/react": "^19.1.0",
|
|
69
|
+
"@types/react-dom": "^19.1.2",
|
|
70
|
+
"@types/uuid": "^10.0.0",
|
|
71
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
72
|
+
"concurrently": "9.2.0",
|
|
73
|
+
"happy-dom": "18.0.1",
|
|
74
|
+
"identity-obj-proxy": "^3.0.0",
|
|
75
|
+
"jsdom": "26.1.0",
|
|
76
|
+
"react": "^19.1.0",
|
|
77
|
+
"react-dom": "^19.1.0",
|
|
78
|
+
"sass": "^1.86.3",
|
|
79
|
+
"typescript": "^5.8.3",
|
|
80
|
+
"vite": "7.0.5",
|
|
81
|
+
"vite-plugin-dts": "^4.5.3",
|
|
82
|
+
"vitest": "3.2.4"
|
|
83
|
+
},
|
|
84
|
+
"peerDependencies": {
|
|
85
|
+
"react": "^19.0",
|
|
86
|
+
"react-dom": "^19.0"
|
|
87
|
+
},
|
|
88
|
+
"packageManager": "yarn@4.9.2"
|
|
89
|
+
}
|