chem-generic-ui 0.6.0-rc-dnd.1 → 0.6.0-rc-dnd.2
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 +30 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chem-generic-ui",
|
|
3
|
-
"version": "0.6.0-rc-dnd.
|
|
3
|
+
"version": "0.6.0-rc-dnd.2",
|
|
4
4
|
"main": "./dist/bundle.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"scripts": {
|
|
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
|
+
"compile": "rm -rf dist && NODE_ENV=production babel --ignore tests,stories ./src --out-dir ./dist",
|
|
19
20
|
"build": "webpack --config ./webpack.config.js",
|
|
20
21
|
"cc:clean:dev5": "rm -rf /home/ubuntu/workspace/github/dev5/node_modules/chem-generic-ui/dist/*",
|
|
21
22
|
"cc:cp:dev5": "cp -f ./dist/* /home/ubuntu/workspace/github/dev5/node_modules/chem-generic-ui/dist/.",
|
|
@@ -23,13 +24,19 @@
|
|
|
23
24
|
"cc:cp:spec": "cp -f ./dist/* /home/ubuntu/workspace/github/react-spectra-editor/node_modules/chem-generic-ui/dist/.",
|
|
24
25
|
"cc:cpp:spec": "cp -f package.json /home/ubuntu/workspace/github/react-spectra-editor/node_modules/chem-generic-ui/package.json",
|
|
25
26
|
"cc:ubuntu": "yarn build && yarn cc:clean:dev5 && yarn cc:cp:dev5 && yarn cc:cpp:dev5 && yarn cc:cp:spec",
|
|
26
|
-
"cc:clean
|
|
27
|
-
"cc:cp
|
|
28
|
-
"cc:cpp
|
|
29
|
-
"cc:ubuntu6": "yarn build && yarn cc:clean
|
|
27
|
+
"cc:ubuntu6:clean": "rm -rf /home/ubuntu/workspace/github/dev6/node_modules/chem-generic-ui/dist/*",
|
|
28
|
+
"cc:ubuntu6:cp": "cp -f ./dist/* /home/ubuntu/workspace/github/dev6/node_modules/chem-generic-ui/dist/.",
|
|
29
|
+
"cc:ubuntu6:cpp": "cp -f package.json /home/ubuntu/workspace/github/dev6/node_modules/chem-generic-ui/package.json",
|
|
30
|
+
"cc:ubuntu6": "yarn build && yarn cc:ubuntu6:clean && yarn cc:ubuntu6:cp && yarn cc:ubuntu6:cpp",
|
|
31
|
+
"cc:clean:dev6": "rm -rf /home/claire/workspace/github/dev6/node_modules/chem-generic-ui/dist/*",
|
|
32
|
+
"cc:cp:dev6": "cp -rf ./dist/* /home/claire/workspace/github/dev6/node_modules/chem-generic-ui/dist/.",
|
|
33
|
+
"cc:cpp:dev6": "cp -rf package.json /home/claire/workspace/github/dev6/node_modules/chem-generic-ui/package.json",
|
|
34
|
+
"cc:claire6": "yarn build && yarn cc:clean:dev6 && yarn cc:cp:dev6 && yarn cc:cpp:dev6",
|
|
35
|
+
"cc:com": "this does not work, need to fine tune: yarn compile && yarn cc:clean:dev6 && cp -r ./src/* /home/claire/workspace/github/dev6/node_modules/chem-generic-ui/dist/.",
|
|
30
36
|
"sass": "sass src:src --no-source-map",
|
|
31
37
|
"cc:dev": "webpack --config ./webpack.config.js --mode=development && yarn cc:clean:dev6 && yarn cc:cp:dev6 && yarn cc:cpp:dev6",
|
|
32
|
-
"test": "
|
|
38
|
+
"test": "jest --verbose",
|
|
39
|
+
"testall": "jest --verbose --coverage --watchAll=false",
|
|
33
40
|
"eject": "react-scripts eject"
|
|
34
41
|
},
|
|
35
42
|
"dependencies": {
|
|
@@ -40,7 +47,7 @@
|
|
|
40
47
|
"ag-grid-community": "^28.2.1",
|
|
41
48
|
"ag-grid-react": "^28.2.1",
|
|
42
49
|
"date-fns": "^2.29.3",
|
|
43
|
-
"generic-ui-core": "^0.1.0-beta",
|
|
50
|
+
"generic-ui-core": "^0.1.0-beta.1",
|
|
44
51
|
"lodash": "^4.17.21",
|
|
45
52
|
"moment": "^2.29.4",
|
|
46
53
|
"moment-precise-range-plugin": "^1.3.0",
|
|
@@ -53,7 +60,7 @@
|
|
|
53
60
|
"react-dropzone": "^3.6.0",
|
|
54
61
|
"react-select": "5.4.0",
|
|
55
62
|
"reactflow": "^11.7.2",
|
|
56
|
-
"uuid": "^
|
|
63
|
+
"uuid": "^9.0.0"
|
|
57
64
|
},
|
|
58
65
|
"peerDependencies": {
|
|
59
66
|
"react": "^17.0.2",
|
|
@@ -61,24 +68,36 @@
|
|
|
61
68
|
},
|
|
62
69
|
"devDependencies": {
|
|
63
70
|
"@babel/cli": "^7.17.6",
|
|
64
|
-
"@babel/core": "^7.
|
|
71
|
+
"@babel/core": "^7.22.10",
|
|
65
72
|
"@babel/eslint-parser": "^7.15.0",
|
|
66
73
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
74
|
+
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
|
|
67
75
|
"@babel/plugin-transform-react-jsx": "^7.22.3",
|
|
68
76
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
69
|
-
"@babel/preset-env": "^7.
|
|
70
|
-
"@babel/preset-react": "^7.
|
|
77
|
+
"@babel/preset-env": "^7.22.10",
|
|
78
|
+
"@babel/preset-react": "^7.22.5",
|
|
71
79
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
|
80
|
+
"@testing-library/dom": "^9.3.1",
|
|
81
|
+
"@testing-library/jest-dom": "^6.0.0",
|
|
82
|
+
"@testing-library/react": "12.1.5",
|
|
83
|
+
"@testing-library/user-event": "^14.4.3",
|
|
84
|
+
"babel-jest": "^29.6.2",
|
|
72
85
|
"babel-loader": "^8.2.4",
|
|
73
86
|
"css-loader": "^6.7.1",
|
|
74
87
|
"eslint": "7.32.0",
|
|
75
88
|
"eslint-config-airbnb": "^18.2.1",
|
|
76
89
|
"eslint-config-prettier": "^8.8.0",
|
|
77
90
|
"eslint-plugin-import": "^2.27.5",
|
|
91
|
+
"eslint-plugin-jest": "^27.2.3",
|
|
92
|
+
"eslint-plugin-jest-dom": "^5.0.2",
|
|
78
93
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
79
94
|
"eslint-plugin-prettier": "^4.2.1",
|
|
80
95
|
"eslint-plugin-react": "^7.4.0",
|
|
81
96
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
97
|
+
"identity-obj-proxy": "^3.0.0",
|
|
98
|
+
"jest": "^29.6.2",
|
|
99
|
+
"jest-environment-jsdom": "^29.6.2",
|
|
100
|
+
"jest-extended": "^4.0.1",
|
|
82
101
|
"jsdoc-to-markdown": "^8.0.0",
|
|
83
102
|
"postcss": "^8.4.8",
|
|
84
103
|
"postcss-cli": "^9.1.0",
|