@zjlab-fe/data-hub-ui 0.5.17 → 0.6.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,137 +1,137 @@
1
- {
2
- "name": "@zjlab-fe/data-hub-ui",
3
- "version": "0.5.17",
4
- "main": "lib/index.js",
5
- "module": "es/index.js",
6
- "types": "dist/types/index.d.ts",
7
- "license": "ISC",
8
- "scripts": {
9
- "start": "cross-env NODE_ENV=development webpack-dev-server --open /fe-assets/data-hub-ui/demo --config webpack.dev.config.js",
10
- "build": "npm run build:lib & npm run build:es",
11
- "build:doc": "cross-env NODE_ENV=production webpack --config webpack.dev.config.js",
12
- "build:lib": "cross-env NODE_ENV=production webpack --config webpack.prod.config.js",
13
- "build:es": "cross-env NODE_ENV=production OUTPUT_TYPE=module webpack --config webpack.prod.config.js",
14
- "lint": "npm run lint-eslint",
15
- "lint-eslint": "eslint -c .eslintrc.js --ext .ts,.tsx,.js,.jsx src --fix",
16
- "prepare": "husky",
17
- "test": "jest --coverage"
18
- },
19
- "devDependencies": {
20
- "@babel/core": "^7.24.7",
21
- "@babel/preset-env": "^7.25.7",
22
- "@babel/preset-react": "^7.24.7",
23
- "@babel/preset-typescript": "^7.25.7",
24
- "@jest/globals": "^29.7.0",
25
- "@tailwindcss/typography": "^0.5.16",
26
- "@testing-library/dom": "^10.4.0",
27
- "@testing-library/react": "^16.0.1",
28
- "@types/filesystem": "^0.0.36",
29
- "@types/jest": "^29.5.13",
30
- "@types/pdfjs-dist": "^2.10.378",
31
- "@types/react": "^18.3.3",
32
- "@types/react-dom": "^18.3.0",
33
- "@typescript-eslint/eslint-plugin": "^7.16.0",
34
- "@typescript-eslint/parser": "^7.16.0",
35
- "babel-jest": "^29.7.0",
36
- "babel-loader": "^9.1.3",
37
- "babel-preset-react-app": "^10.0.1",
38
- "cross-env": "^7.0.3",
39
- "css-loader": "^7.1.2",
40
- "eslint": "8.x",
41
- "eslint-config-prettier": "^9.1.0",
42
- "eslint-plugin-prettier": "^5.1.3",
43
- "eslint-plugin-react": "^7.34.4",
44
- "eslint-plugin-react-hooks": "^4.6.2",
45
- "file-loader": "^6.2.0",
46
- "html-webpack-plugin": "^5.6.0",
47
- "husky": "^9.0.11",
48
- "jest": "^29.7.0",
49
- "jest-environment-jsdom": "^29.7.0",
50
- "lint-staged": "^15.2.7",
51
- "mini-css-extract-plugin": "^2.9.0",
52
- "postcss": "^8.4.47",
53
- "postcss-loader": "^8.1.1",
54
- "postcss-nested": "^6.2.0",
55
- "prettier": "^3.3.3",
56
- "raw-loader": "^4.0.2",
57
- "react-markdown": "^9.0.1",
58
- "react-syntax-highlighter": "^15.6.1",
59
- "react-test-renderer": "^18.3.1",
60
- "sass": "^1.77.6",
61
- "sass-loader": "^14.2.1",
62
- "style-loader": "^4.0.0",
63
- "ts-jest": "^29.2.5",
64
- "ts-loader": "^9.5.1",
65
- "ts-node": "^10.9.2",
66
- "typescript": "^5.6.3",
67
- "url-loader": "^4.1.1",
68
- "webpack": "^5.92.1",
69
- "webpack-cli": "^5.1.4",
70
- "webpack-dev-server": "^5.0.4"
71
- },
72
- "dependencies": {
73
- "@ant-design/icons": "^5.3.7",
74
- "@codesandbox/sandpack-react": "^2.19.9",
75
- "@tiptap/core": "^2.25.0",
76
- "@tiptap/extension-code-block-lowlight": "^2.25.0",
77
- "@tiptap/extension-color": "^2.25.0",
78
- "@tiptap/extension-floating-menu": "^2.25.0",
79
- "@tiptap/extension-highlight": "^2.25.0",
80
- "@tiptap/extension-image": "^2.25.0",
81
- "@tiptap/extension-link": "^2.25.0",
82
- "@tiptap/extension-list-item": "^2.25.0",
83
- "@tiptap/extension-table": "^2.25.0",
84
- "@tiptap/extension-table-cell": "^2.25.0",
85
- "@tiptap/extension-table-header": "^2.25.0",
86
- "@tiptap/extension-table-row": "^2.25.0",
87
- "@tiptap/extension-text-align": "^2.25.0",
88
- "@tiptap/extension-text-style": "^2.25.0",
89
- "@tiptap/extension-underline": "^2.25.0",
90
- "@tiptap/pm": "^2.25.0",
91
- "@tiptap/react": "^2.25.0",
92
- "@tiptap/starter-kit": "^2.25.0",
93
- "@zjlab-fe/util": "^0.0.8",
94
- "antd": "^5.19.2",
95
- "arrow-js-ffi": "^0.4.2",
96
- "autoprefixer": "^10.4.20",
97
- "axios": "^1.7.2",
98
- "chardet": "^2.1.0",
99
- "classnames": "^2.5.1",
100
- "copy-to-clipboard": "^3.3.3",
101
- "dayjs": "^1.11.11",
102
- "i18next": "^25.0.0",
103
- "jotai": "^2.11.0",
104
- "jotai-scope": "^0.7.2",
105
- "lowlight": "^3.3.0",
106
- "marked": "^16.1.2",
107
- "parquet-wasm": "^0.6.1",
108
- "prosemirror-state": "^1.4.3",
109
- "react": "^18.3.1",
110
- "react-dom": "^18.3.1",
111
- "react-error-boundary": "^5.0.0",
112
- "react-json-tree": "^0.20.0",
113
- "react-json-view": "^1.21.3",
114
- "react-router": "^6.24.1",
115
- "react-router-dom": "^6.24.1",
116
- "rehype-mathjax": "^7.1.0",
117
- "rehype-raw": "^7.0.0",
118
- "remark-gfm": "^4.0.0",
119
- "remark-math": "^6.0.0",
120
- "tailwindcss": "^3.4.13",
121
- "unist-util-visit": "^5.0.0"
122
- },
123
- "husky": {
124
- "hooks": {
125
- "pre-commit": "lint-staged"
126
- }
127
- },
128
- "lint-staged": {
129
- "*.{ts,tsx,js,jsx}": [
130
- "eslint --config .eslintrc.js"
131
- ]
132
- },
133
- "publishConfig": {
134
- "registry": "https://registry.npmjs.org/"
135
- },
136
- "packageManager": "pnpm@9.12.1+sha256.91452fdfa46234ae447d46d5c4fc4e7e0a7058f90495c4b6f77f8beebbb154e3"
137
- }
1
+ {
2
+ "name": "@zjlab-fe/data-hub-ui",
3
+ "version": "0.6.1",
4
+ "main": "lib/index.js",
5
+ "module": "es/index.js",
6
+ "types": "dist/types/index.d.ts",
7
+ "license": "ISC",
8
+ "scripts": {
9
+ "start": "cross-env NODE_ENV=development webpack-dev-server --open /fe-assets/data-hub-ui/demo --config webpack.dev.config.js",
10
+ "build": "npm run build:lib & npm run build:es",
11
+ "build:doc": "cross-env NODE_ENV=production webpack --config webpack.dev.config.js",
12
+ "build:lib": "cross-env NODE_ENV=production webpack --config webpack.prod.config.js",
13
+ "build:es": "cross-env NODE_ENV=production OUTPUT_TYPE=module webpack --config webpack.prod.config.js",
14
+ "lint": "npm run lint-eslint",
15
+ "lint-eslint": "eslint -c .eslintrc.js --ext .ts,.tsx,.js,.jsx src --fix",
16
+ "prepare": "husky",
17
+ "test": "jest --coverage"
18
+ },
19
+ "devDependencies": {
20
+ "@babel/core": "^7.24.7",
21
+ "@babel/preset-env": "^7.25.7",
22
+ "@babel/preset-react": "^7.24.7",
23
+ "@babel/preset-typescript": "^7.25.7",
24
+ "@jest/globals": "^29.7.0",
25
+ "@tailwindcss/typography": "^0.5.16",
26
+ "@testing-library/dom": "^10.4.0",
27
+ "@testing-library/react": "^16.0.1",
28
+ "@types/filesystem": "^0.0.36",
29
+ "@types/jest": "^29.5.13",
30
+ "@types/pdfjs-dist": "^2.10.378",
31
+ "@types/react": "^18.3.3",
32
+ "@types/react-dom": "^18.3.0",
33
+ "@typescript-eslint/eslint-plugin": "^7.16.0",
34
+ "@typescript-eslint/parser": "^7.16.0",
35
+ "babel-jest": "^29.7.0",
36
+ "babel-loader": "^9.1.3",
37
+ "babel-preset-react-app": "^10.0.1",
38
+ "cross-env": "^7.0.3",
39
+ "css-loader": "^7.1.2",
40
+ "eslint": "8.x",
41
+ "eslint-config-prettier": "^9.1.0",
42
+ "eslint-plugin-prettier": "^5.1.3",
43
+ "eslint-plugin-react": "^7.34.4",
44
+ "eslint-plugin-react-hooks": "^4.6.2",
45
+ "file-loader": "^6.2.0",
46
+ "html-webpack-plugin": "^5.6.0",
47
+ "husky": "^9.0.11",
48
+ "jest": "^29.7.0",
49
+ "jest-environment-jsdom": "^29.7.0",
50
+ "lint-staged": "^15.2.7",
51
+ "mini-css-extract-plugin": "^2.9.0",
52
+ "postcss": "^8.4.47",
53
+ "postcss-loader": "^8.1.1",
54
+ "postcss-nested": "^6.2.0",
55
+ "prettier": "^3.3.3",
56
+ "raw-loader": "^4.0.2",
57
+ "react-markdown": "^9.0.1",
58
+ "react-syntax-highlighter": "^15.6.1",
59
+ "react-test-renderer": "^18.3.1",
60
+ "sass": "^1.77.6",
61
+ "sass-loader": "^14.2.1",
62
+ "style-loader": "^4.0.0",
63
+ "ts-jest": "^29.2.5",
64
+ "ts-loader": "^9.5.1",
65
+ "ts-node": "^10.9.2",
66
+ "typescript": "^5.6.3",
67
+ "url-loader": "^4.1.1",
68
+ "webpack": "^5.92.1",
69
+ "webpack-cli": "^5.1.4",
70
+ "webpack-dev-server": "^5.0.4"
71
+ },
72
+ "dependencies": {
73
+ "@ant-design/icons": "^5.3.7",
74
+ "@codesandbox/sandpack-react": "^2.19.9",
75
+ "@tiptap/core": "^2.25.0",
76
+ "@tiptap/extension-code-block-lowlight": "^2.25.0",
77
+ "@tiptap/extension-color": "^2.25.0",
78
+ "@tiptap/extension-floating-menu": "^2.25.0",
79
+ "@tiptap/extension-highlight": "^2.25.0",
80
+ "@tiptap/extension-image": "^2.25.0",
81
+ "@tiptap/extension-link": "^2.25.0",
82
+ "@tiptap/extension-list-item": "^2.25.0",
83
+ "@tiptap/extension-table": "^2.25.0",
84
+ "@tiptap/extension-table-cell": "^2.25.0",
85
+ "@tiptap/extension-table-header": "^2.25.0",
86
+ "@tiptap/extension-table-row": "^2.25.0",
87
+ "@tiptap/extension-text-align": "^2.25.0",
88
+ "@tiptap/extension-text-style": "^2.25.0",
89
+ "@tiptap/extension-underline": "^2.25.0",
90
+ "@tiptap/pm": "^2.25.0",
91
+ "@tiptap/react": "^2.25.0",
92
+ "@tiptap/starter-kit": "^2.25.0",
93
+ "@zjlab-fe/util": "^0.0.8",
94
+ "antd": "^5.19.2",
95
+ "arrow-js-ffi": "^0.4.2",
96
+ "autoprefixer": "^10.4.20",
97
+ "axios": "^1.7.2",
98
+ "chardet": "^2.1.0",
99
+ "classnames": "^2.5.1",
100
+ "copy-to-clipboard": "^3.3.3",
101
+ "dayjs": "^1.11.11",
102
+ "i18next": "^25.0.0",
103
+ "jotai": "^2.11.0",
104
+ "jotai-scope": "^0.7.2",
105
+ "lowlight": "^3.3.0",
106
+ "marked": "^16.1.2",
107
+ "parquet-wasm": "^0.6.1",
108
+ "prosemirror-state": "^1.4.3",
109
+ "react": "^18.3.1",
110
+ "react-dom": "^18.3.1",
111
+ "react-error-boundary": "^5.0.0",
112
+ "react-json-tree": "^0.20.0",
113
+ "react-json-view": "^1.21.3",
114
+ "react-router": "^6.24.1",
115
+ "react-router-dom": "^6.24.1",
116
+ "rehype-mathjax": "^7.1.0",
117
+ "rehype-raw": "^7.0.0",
118
+ "remark-gfm": "^4.0.0",
119
+ "remark-math": "^6.0.0",
120
+ "tailwindcss": "^3.4.13",
121
+ "unist-util-visit": "^5.0.0"
122
+ },
123
+ "husky": {
124
+ "hooks": {
125
+ "pre-commit": "lint-staged"
126
+ }
127
+ },
128
+ "lint-staged": {
129
+ "*.{ts,tsx,js,jsx}": [
130
+ "eslint --config .eslintrc.js"
131
+ ]
132
+ },
133
+ "publishConfig": {
134
+ "registry": "https://registry.npmjs.org/"
135
+ },
136
+ "packageManager": "pnpm@9.12.1+sha256.91452fdfa46234ae447d46d5c4fc4e7e0a7058f90495c4b6f77f8beebbb154e3"
137
+ }