robin-component 1.0.0 → 1.0.1

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,95 +1,122 @@
1
- {
2
- "name": "robin-component",
3
- "version": "1.0.0",
4
- "main": "dist/Robin-Component.cjs.js",
5
- "module": "dist/Robin-Component.es.js",
6
- "types": "dist/index.d.ts",
7
- "files": [
8
- "dist"
9
- ],
10
- "scripts": {
11
- "build": "vite build"
12
- },
13
- "dependencies": {
14
- "@auth0/auth0-react": "^2.2.4",
15
- "@bpmn-io/element-template-chooser": "^1.0.0",
16
- "@bpmn-io/element-template-icon-renderer": "^0.5.2",
17
- "@bpmn-io/properties-panel": "^3.23.0",
18
- "@camunda/linting": "^3.26.0",
19
- "@coreui/chartjs": "^4.0.0",
20
- "@coreui/coreui": "^5.0.0",
21
- "@coreui/icons": "^3.0.1",
22
- "@coreui/icons-react": "^2.2.1",
23
- "@coreui/react": "^5.0.0",
24
- "@coreui/react-chartjs": "^3.0.0",
25
- "@coreui/utils": "^2.0.2",
26
- "@miragon/camunda-web-modeler": "^0.0.4",
27
- "@phosphor-icons/react": "^2.1.7",
28
- "@popperjs/core": "^2.11.8",
29
- "axios": "^1.7.3",
30
- "bpmn-js": "^17.9.2",
31
- "bpmn-js-create-append-anything": "^0.5.2",
32
- "bpmn-js-element-templates": "^2.2.0",
33
- "bpmn-js-properties-panel": "^5.23.0",
34
- "camunda-bpmn-js": "^4.19.0",
35
- "camunda-bpmn-js-behaviors": "^1.6.1",
36
- "camunda-bpmn-moddle": "^7.0.1",
37
- "chart.js": "^4.4.2",
38
- "classnames": "^2.5.1",
39
- "core-js": "^3.36.1",
40
- "events": "^3.3.0",
41
- "mocha-test-container-support": "^0.2.0",
42
- "moment": "^2.30.1",
43
- "patch-package": "^8.0.0",
44
- "path-intersection": "^1.0.0",
45
- "postinstall-postinstall": "^2.1.0",
46
- "prop-types": "^15.8.1",
47
- "re-resizable": "^6.10.3",
48
- "react": "^18.2.0",
49
- "react-bootstrap": "^2.10.4",
50
- "react-bootstrap-table-next": "^4.0.3",
51
- "react-bootstrap-table2-paginator": "^2.1.2",
52
- "react-bootstrap-table2-toolkit": "^2.1.3",
53
- "react-datepicker": "^7.3.0",
54
- "react-datetime-picker": "^6.0.1",
55
- "react-dom": "^18.2.0",
56
- "react-drag-reorder": "^1.2.0",
57
- "react-dropzone": "^14.2.3",
58
- "react-redux": "^9.1.0",
59
- "react-router-dom": "^6.22.3",
60
- "react-toastify": "^10.0.5",
61
- "redux": "5.0.1",
62
- "simple-xml-to-json": "^1.2.2",
63
- "simplebar-react": "^3.2.4",
64
- "vite-plugin-qiankun-lite": "^1.1.1",
65
- "zeebe-bpmn-moddle": "^1.6.0"
66
- },
67
- "devDependencies": {
68
- "@babel/plugin-transform-runtime": "^7.0.0",
69
- "@babel/preset-env": "^7.26.0",
70
- "@babel/preset-react": "^7.25.9",
71
- "@testing-library/dom": "^10.4.0",
72
- "@testing-library/jest-dom": "^6.6.3",
73
- "@testing-library/react": "^16.0.1",
74
- "@vitejs/plugin-react": "^4.6.0",
75
- "autoprefixer": "^10.4.21",
76
- "babel-jest": "^29.7.0",
77
- "babel-plugin-transform-vite-meta-env": "^1.0.3",
78
- "eslint": "^8.57.0",
79
- "eslint-config-prettier": "^9.1.0",
80
- "eslint-plugin-prettier": "^5.1.3",
81
- "eslint-plugin-react": "^7.34.1",
82
- "eslint-plugin-react-hooks": "^4.6.0",
83
- "identity-obj-proxy": "^3.0.0",
84
- "jest": "^29.7.0",
85
- "jest-environment-jsdom": "^29.7.0",
86
- "jest-transform-stub": "^2.0.0",
87
- "postcss": "^8.4.38",
88
- "postcss-prefix-selector": "^1.16.1",
89
- "prettier": "3.2.5",
90
- "sass": "^1.72.0",
91
- "sonar-scanner": "^3.1.0",
92
- "vite": "^5.2.6",
93
- "vite-plugin-svgr": "^4.2.0"
94
- }
95
- }
1
+ {
2
+ "name": "robin-component",
3
+ "version": "1.0.1",
4
+ "description": "Robin Component",
5
+ "main": "index.js",
6
+ "module": "dist/index.mjs",
7
+ "types": "dist/index.d.ts",
8
+ "scripts": {
9
+ "test": "echo \"Error: no test specified\" && exit 1",
10
+ "rollup": "rollup -c --bundleConfigAsCjs"
11
+ },
12
+ "author": "",
13
+ "license": "ISC",
14
+ "devDependencies": {
15
+ "@babel/core": "^7.22.5",
16
+ "@babel/preset-env": "^7.26.3",
17
+ "@babel/preset-react": "^7.26.3",
18
+ "@rollup/plugin-babel": "^6.0.4",
19
+ "@rollup/plugin-commonjs": "^28.0.2",
20
+ "@rollup/plugin-image": "^3.0.3",
21
+ "@rollup/plugin-json": "^5.0.2",
22
+ "@rollup/plugin-node-resolve": "^16.0.0",
23
+ "@rollup/plugin-replace": "^6.0.2",
24
+ "@rollup/plugin-terser": "^0.4.4",
25
+ "@rollup/plugin-typescript": "^12.1.2",
26
+ "react": "^18.3.1",
27
+ "react-bootstrap": "^2.10.2",
28
+ "rollup": "^4.18.1",
29
+ "rollup-plugin-dts": "^6.1.1",
30
+ "rollup-plugin-peer-deps-external": "^2.2.4",
31
+ "rollup-plugin-postcss": "^4.0.2",
32
+ "tslib": "^2.6.3",
33
+ "typescript": "^5.5.3",
34
+ "@babel/plugin-transform-runtime": "^7.0.0",
35
+ "@testing-library/dom": "^10.4.0",
36
+ "@testing-library/jest-dom": "^6.6.3",
37
+ "@testing-library/react": "^16.0.1",
38
+ "@vitejs/plugin-react": "^4.6.0",
39
+ "autoprefixer": "^10.4.21",
40
+ "babel-jest": "^29.7.0",
41
+ "babel-plugin-transform-vite-meta-env": "^1.0.3",
42
+ "eslint": "^8.57.0",
43
+ "eslint-config-prettier": "^9.1.0",
44
+ "eslint-plugin-prettier": "^5.1.3",
45
+ "eslint-plugin-react": "^7.34.1",
46
+ "eslint-plugin-react-hooks": "^4.6.0",
47
+ "identity-obj-proxy": "^3.0.0",
48
+ "jest": "^29.7.0",
49
+ "jest-environment-jsdom": "^29.7.0",
50
+ "jest-transform-stub": "^2.0.0",
51
+ "postcss": "^8.4.38",
52
+ "postcss-prefix-selector": "^1.16.1",
53
+ "prettier": "3.2.5",
54
+ "sass": "^1.72.0",
55
+ "sonar-scanner": "^3.1.0",
56
+ "vite": "^5.2.6",
57
+ "vite-plugin-svgr": "^4.2.0"
58
+ },
59
+ "dependencies": {
60
+ "@babel/plugin-transform-runtime": "^7.26.8",
61
+ "@babel/runtime": "^7.26.7",
62
+ "@phosphor-icons/react": "^2.1.6",
63
+ "axios": "^1.7.2",
64
+ "bpmn-js": "^17.9.2",
65
+ "moment": "^2.30.1",
66
+ "postcss": "^8.5.1",
67
+ "primeicons": "^7.0.0",
68
+ "primereact": "^10.8.3",
69
+ "re-resizable": "^6.10.3",
70
+ "@auth0/auth0-react": "^2.2.4",
71
+ "@bpmn-io/element-template-chooser": "^1.0.0",
72
+ "@bpmn-io/element-template-icon-renderer": "^0.5.2",
73
+ "@bpmn-io/properties-panel": "^3.23.0",
74
+ "@camunda/linting": "^3.26.0",
75
+ "@coreui/chartjs": "^4.0.0",
76
+ "@coreui/coreui": "^5.0.0",
77
+ "@coreui/icons": "^3.0.1",
78
+ "@coreui/icons-react": "^2.2.1",
79
+ "@coreui/react": "^5.0.0",
80
+ "@coreui/react-chartjs": "^3.0.0",
81
+ "@coreui/utils": "^2.0.2",
82
+ "@miragon/camunda-web-modeler": "^0.0.4",
83
+ "@popperjs/core": "^2.11.8",
84
+ "bpmn-js-create-append-anything": "^0.5.2",
85
+ "bpmn-js-element-templates": "^2.2.0",
86
+ "bpmn-js-properties-panel": "^5.23.0",
87
+ "camunda-bpmn-js": "^4.19.0",
88
+ "camunda-bpmn-js-behaviors": "^1.6.1",
89
+ "camunda-bpmn-moddle": "^7.0.1",
90
+ "chart.js": "^4.4.2",
91
+ "classnames": "^2.5.1",
92
+ "core-js": "^3.36.1",
93
+ "events": "^3.3.0",
94
+ "mocha-test-container-support": "^0.2.0",
95
+ "patch-package": "^8.0.0",
96
+ "path-intersection": "^1.0.0",
97
+ "postinstall-postinstall": "^2.1.0",
98
+ "prop-types": "^15.8.1",
99
+ "react": "^18.2.0",
100
+ "react-bootstrap": "^2.10.4",
101
+ "react-bootstrap-table-next": "^4.0.3",
102
+ "react-bootstrap-table2-paginator": "^2.1.2",
103
+ "react-bootstrap-table2-toolkit": "^2.1.3",
104
+ "react-datepicker": "^7.3.0",
105
+ "react-datetime-picker": "^6.0.1",
106
+ "react-dom": "^18.2.0",
107
+ "react-drag-reorder": "^1.2.0",
108
+ "react-dropzone": "^14.2.3",
109
+ "react-redux": "^9.1.0",
110
+ "react-router-dom": "^6.22.3",
111
+ "react-toastify": "^10.0.5",
112
+ "redux": "5.0.1",
113
+ "simple-xml-to-json": "^1.2.2",
114
+ "simplebar-react": "^3.2.4",
115
+ "vite-plugin-qiankun-lite": "^1.1.1",
116
+ "zeebe-bpmn-moddle": "^1.6.0"
117
+ },
118
+ "peerDependencies": {
119
+ "react": "^18.0.0 || ^19.0.0",
120
+ "react-dom": "^18.0.0 || ^19.0.0"
121
+ }
122
+ }