@linkdlab/funcnodes_react_flow 0.3.9 → 0.3.10

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/package.json CHANGED
@@ -1,76 +1,76 @@
1
- {
2
- "name": "@linkdlab/funcnodes_react_flow",
3
- "version": "0.3.9",
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
- "main": "dist/umd/index.umd.js",
18
- "types": "dist/types/index.d.ts",
19
- "style": "dist/css/style.css",
20
- "files": [
21
- "dist"
22
- ],
23
- "scripts": {
24
- "typecheck": "tsc --noEmit --watch",
25
- "watch:esm": "webpack --config webpack.config.esm.cjs --watch --progress",
26
- "watch:umd": "webpack --config webpack.config.umd.cjs --watch --progress",
27
- "watch:css": "webpack --config webpack.config.css.cjs --watch --progress",
28
- "test": "jest"
29
- },
30
- "dependencies": {
31
- "@emotion/react": "^11.11.4",
32
- "@emotion/styled": "^11.11.5",
33
- "@mui/icons-material": "^5.15.18",
34
- "@mui/material": "^5.15.18",
35
- "@radix-ui/react-dialog": "^1.1.2",
36
- "@radix-ui/react-dismissable-layer": "^1.1.1",
37
- "@radix-ui/react-dropdown-menu": "^2.1.2",
38
- "@radix-ui/react-popover": "^1.0.7",
39
- "@radix-ui/react-tooltip": "^1.0.7",
40
- "axios": "^1.7.9",
41
- "color-convert": "^2.0.1",
42
- "react": "*",
43
- "react-dom": "*",
44
- "react-json-view-lite": "^1.4.0",
45
- "react-markdown": "^9.0.1",
46
- "react-select": "^5.8.0",
47
- "react-svg": "^16.1.34",
48
- "reactflow": "^11.11.3",
49
- "remark-gfm": "^4.0.0",
50
- "uuid": "^9.0.1"
51
- },
52
- "devDependencies": {
53
- "@babel/core": "^7.24.6",
54
- "@types/babel__core": "^7",
55
- "@types/color-convert": "^2",
56
- "@types/react": "*",
57
- "@types/react-dom": "*",
58
- "@types/testing-library__jest-dom": "^6.0.0",
59
- "@types/uuid": "^9.0.8",
60
- "autoprefixer": "^10.4.19",
61
- "babel-loader": "^9.1.3",
62
- "css-loader": "^7.1.2",
63
- "cssnano": "^7.0.1",
64
- "mini-css-extract-plugin": "^2.9.0",
65
- "postcss": "^8.4.38",
66
- "postcss-loader": "^8.1.1",
67
- "sass": "^1.77.2",
68
- "sass-loader": "^14.2.1",
69
- "ts-loader": "^9.5.1",
70
- "typescript": "^5.4.5",
71
- "webpack": "^5.91.0",
72
- "webpack-cli": "^5.1.4",
73
- "webpack-merge": "^5.10.0"
74
- },
75
- "packageManager": "yarn@4.2.2"
76
- }
1
+ {
2
+ "name": "@linkdlab/funcnodes_react_flow",
3
+ "version": "0.3.10",
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
+ "main": "dist/umd/index.umd.js",
18
+ "types": "dist/types/index.d.ts",
19
+ "style": "dist/css/style.css",
20
+ "files": [
21
+ "dist"
22
+ ],
23
+ "scripts": {
24
+ "typecheck": "tsc --noEmit --watch",
25
+ "watch:esm": "webpack --config webpack.config.esm.cjs --watch --progress",
26
+ "watch:umd": "webpack --config webpack.config.umd.cjs --watch --progress",
27
+ "watch:css": "webpack --config webpack.config.css.cjs --watch --progress",
28
+ "test": "jest"
29
+ },
30
+ "dependencies": {
31
+ "@emotion/react": "^11.11.4",
32
+ "@emotion/styled": "^11.11.5",
33
+ "@mui/icons-material": "^5.15.18",
34
+ "@mui/material": "^5.15.18",
35
+ "@radix-ui/react-dialog": "^1.1.2",
36
+ "@radix-ui/react-dismissable-layer": "^1.1.1",
37
+ "@radix-ui/react-dropdown-menu": "^2.1.2",
38
+ "@radix-ui/react-popover": "^1.0.7",
39
+ "@radix-ui/react-tooltip": "^1.0.7",
40
+ "axios": "^1.7.9",
41
+ "color-convert": "^2.0.1",
42
+ "react": "*",
43
+ "react-dom": "*",
44
+ "react-json-view-lite": "^1.4.0",
45
+ "react-markdown": "^9.0.1",
46
+ "react-select": "^5.8.0",
47
+ "react-svg": "^16.1.34",
48
+ "reactflow": "^11.11.3",
49
+ "remark-gfm": "^4.0.0",
50
+ "uuid": "^9.0.1"
51
+ },
52
+ "devDependencies": {
53
+ "@babel/core": "^7.24.6",
54
+ "@types/babel__core": "^7",
55
+ "@types/color-convert": "^2",
56
+ "@types/react": "*",
57
+ "@types/react-dom": "*",
58
+ "@types/testing-library__jest-dom": "^6.0.0",
59
+ "@types/uuid": "^9.0.8",
60
+ "autoprefixer": "^10.4.19",
61
+ "babel-loader": "^9.1.3",
62
+ "css-loader": "^7.1.2",
63
+ "cssnano": "^7.0.1",
64
+ "mini-css-extract-plugin": "^2.9.0",
65
+ "postcss": "^8.4.38",
66
+ "postcss-loader": "^8.1.1",
67
+ "sass": "^1.77.2",
68
+ "sass-loader": "^14.2.1",
69
+ "ts-loader": "^9.5.1",
70
+ "typescript": "^5.4.5",
71
+ "webpack": "^5.91.0",
72
+ "webpack-cli": "^5.1.4",
73
+ "webpack-merge": "^5.10.0"
74
+ },
75
+ "packageManager": "yarn@4.2.2"
76
+ }