chem-generic-ui 0.5.7 → 0.6.0-rc-dnd.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/dist/bundle.js +2 -2
- package/package.json +25 -15
- package/dist/bundle.js.LICENSE.txt +0 -7
- package/dist/bundle.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chem-generic-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0-rc-dnd.1",
|
|
4
4
|
"main": "./dist/bundle.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
@@ -17,7 +17,18 @@
|
|
|
17
17
|
"analyze": "yarn build && yarn source-map-explorer dist/bundle.js --only-mapped --html tree.html",
|
|
18
18
|
"start": "webpack-dev-server --config ./webpack.dev.js --hot",
|
|
19
19
|
"build": "webpack --config ./webpack.config.js",
|
|
20
|
+
"cc:clean:dev5": "rm -rf /home/ubuntu/workspace/github/dev5/node_modules/chem-generic-ui/dist/*",
|
|
21
|
+
"cc:cp:dev5": "cp -f ./dist/* /home/ubuntu/workspace/github/dev5/node_modules/chem-generic-ui/dist/.",
|
|
22
|
+
"cc:cpp:dev5": "cp -f package.json /home/ubuntu/workspace/github/dev5/node_modules/chem-generic-ui/package.json",
|
|
23
|
+
"cc:cp:spec": "cp -f ./dist/* /home/ubuntu/workspace/github/react-spectra-editor/node_modules/chem-generic-ui/dist/.",
|
|
24
|
+
"cc:cpp:spec": "cp -f package.json /home/ubuntu/workspace/github/react-spectra-editor/node_modules/chem-generic-ui/package.json",
|
|
25
|
+
"cc:ubuntu": "yarn build && yarn cc:clean:dev5 && yarn cc:cp:dev5 && yarn cc:cpp:dev5 && yarn cc:cp:spec",
|
|
26
|
+
"cc:clean:dev6": "rm -rf /home/ubuntu/workspace/github/dev6/node_modules/chem-generic-ui/dist/*",
|
|
27
|
+
"cc:cp:dev6": "cp -f ./dist/* /home/ubuntu/workspace/github/dev6/node_modules/chem-generic-ui/dist/.",
|
|
28
|
+
"cc:cpp:dev6": "cp -f package.json /home/ubuntu/workspace/github/dev6/node_modules/chem-generic-ui/package.json",
|
|
29
|
+
"cc:ubuntu6": "yarn build && yarn cc:clean:dev6 && yarn cc:cp:dev6 && yarn cc:cpp:dev6",
|
|
20
30
|
"sass": "sass src:src --no-source-map",
|
|
31
|
+
"cc:dev": "webpack --config ./webpack.config.js --mode=development && yarn cc:clean:dev6 && yarn cc:cp:dev6 && yarn cc:cpp:dev6",
|
|
21
32
|
"test": "react-scripts test --env=jsdom --testPathIgnorePatterns=src/__tests__/helper/* src/__tests__/e2e/*",
|
|
22
33
|
"eject": "react-scripts eject"
|
|
23
34
|
},
|
|
@@ -29,22 +40,19 @@
|
|
|
29
40
|
"ag-grid-community": "^28.2.1",
|
|
30
41
|
"ag-grid-react": "^28.2.1",
|
|
31
42
|
"date-fns": "^2.29.3",
|
|
43
|
+
"generic-ui-core": "^0.1.0-beta",
|
|
32
44
|
"lodash": "^4.17.21",
|
|
33
45
|
"moment": "^2.29.4",
|
|
34
46
|
"moment-precise-range-plugin": "^1.3.0",
|
|
35
47
|
"numeral": "^2.0.6",
|
|
36
48
|
"prop-types": "^15.8.1",
|
|
37
49
|
"react-datepicker": "^4.8.0",
|
|
38
|
-
"react-dnd": "^
|
|
39
|
-
"react-dnd-html5-backend": "^
|
|
50
|
+
"react-dnd": "^14.0.3",
|
|
51
|
+
"react-dnd-html5-backend": "^14.0.3",
|
|
40
52
|
"react-draggable": "^4.4.5",
|
|
41
53
|
"react-dropzone": "^3.6.0",
|
|
42
|
-
"react-flow-renderer": "^9.6.4",
|
|
43
|
-
"react-redux": "^7.2.4",
|
|
44
54
|
"react-select": "5.4.0",
|
|
45
|
-
"
|
|
46
|
-
"redux-immutable": "^4.0.0",
|
|
47
|
-
"redux-thunk": "^2.0.0",
|
|
55
|
+
"reactflow": "^11.7.2",
|
|
48
56
|
"uuid": "^8.3.2"
|
|
49
57
|
},
|
|
50
58
|
"peerDependencies": {
|
|
@@ -56,30 +64,32 @@
|
|
|
56
64
|
"@babel/core": "^7.17.8",
|
|
57
65
|
"@babel/eslint-parser": "^7.15.0",
|
|
58
66
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
67
|
+
"@babel/plugin-transform-react-jsx": "^7.22.3",
|
|
59
68
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
60
69
|
"@babel/preset-env": "^7.16.11",
|
|
61
70
|
"@babel/preset-react": "^7.16.7",
|
|
71
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
|
62
72
|
"babel-loader": "^8.2.4",
|
|
63
73
|
"css-loader": "^6.7.1",
|
|
64
|
-
"eslint": "
|
|
74
|
+
"eslint": "7.32.0",
|
|
65
75
|
"eslint-config-airbnb": "^18.2.1",
|
|
66
|
-
"eslint-config-prettier": "^8.
|
|
67
|
-
"eslint-plugin-import": "^2.
|
|
76
|
+
"eslint-config-prettier": "^8.8.0",
|
|
77
|
+
"eslint-plugin-import": "^2.27.5",
|
|
68
78
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
69
|
-
"eslint-plugin-prettier": "^
|
|
79
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
70
80
|
"eslint-plugin-react": "^7.4.0",
|
|
71
81
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
82
|
+
"jsdoc-to-markdown": "^8.0.0",
|
|
72
83
|
"postcss": "^8.4.8",
|
|
73
84
|
"postcss-cli": "^9.1.0",
|
|
74
85
|
"postcss-loader": "^6.2.1",
|
|
75
86
|
"postcss-nested": "^5.0.6",
|
|
76
87
|
"postcss-preset-env": "^7.4.3",
|
|
77
|
-
"prettier": "
|
|
88
|
+
"prettier": "^2.8.8",
|
|
78
89
|
"react": "^17.0.2",
|
|
79
90
|
"react-bootstrap": "~0.33.1",
|
|
80
91
|
"react-dom": "^17.0.2",
|
|
81
|
-
"react-
|
|
82
|
-
"redux-logger": "^3.0.6",
|
|
92
|
+
"react-refresh": "^0.14.0",
|
|
83
93
|
"sass": "^1.49.10",
|
|
84
94
|
"sass-loader": "^12.6.0",
|
|
85
95
|
"source-map-explorer": "^2.5.2",
|