@zjlab-fe/data-hub-ui 0.7.0 → 0.7.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,140 +1,140 @@
1
- {
2
- "name": "@zjlab-fe/data-hub-ui",
3
- "version": "0.7.0",
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-syntax-highlighter": "^15.6.1",
58
- "react-test-renderer": "^18.3.1",
59
- "sass": "^1.77.6",
60
- "sass-loader": "^14.2.1",
61
- "style-loader": "^4.0.0",
62
- "ts-jest": "^29.2.5",
63
- "ts-loader": "^9.5.1",
64
- "ts-node": "^10.9.2",
65
- "typescript": "^5.6.3",
66
- "url-loader": "^4.1.1",
67
- "webpack": "^5.92.1",
68
- "webpack-cli": "^5.1.4",
69
- "webpack-dev-server": "^5.0.4"
70
- },
71
- "dependencies": {
72
- "@ant-design/icons": "^5.3.7",
73
- "@codesandbox/sandpack-react": "^2.19.9",
74
- "@floating-ui/dom": "^1.7.4",
75
- "@tiptap/core": "^3.11.1",
76
- "@tiptap/extension-code-block-lowlight": "^3.11.1",
77
- "@tiptap/extension-color": "^3.11.1",
78
- "@tiptap/extension-floating-menu": "^3.11.1",
79
- "@tiptap/extension-highlight": "^3.11.1",
80
- "@tiptap/extension-image": "^3.11.1",
81
- "@tiptap/extension-link": "^3.11.1",
82
- "@tiptap/extension-list-item": "^3.11.1",
83
- "@tiptap/extension-placeholder": "^3.11.1",
84
- "@tiptap/extension-table": "^3.11.1",
85
- "@tiptap/extension-table-cell": "^3.11.1",
86
- "@tiptap/extension-table-header": "^3.11.1",
87
- "@tiptap/extension-table-row": "^3.11.1",
88
- "@tiptap/extension-text-align": "^3.11.1",
89
- "@tiptap/extension-text-style": "^3.11.1",
90
- "@tiptap/extension-underline": "^3.11.1",
91
- "@tiptap/markdown": "^3.11.1",
92
- "@tiptap/pm": "^3.11.1",
93
- "@tiptap/react": "^3.11.1",
94
- "@tiptap/starter-kit": "^3.11.1",
95
- "lowlight": "^3.3.0",
96
- "@zjlab-fe/util": "^0.0.8",
97
- "antd": "^5.19.2",
98
- "arrow-js-ffi": "^0.4.2",
99
- "autoprefixer": "^10.4.20",
100
- "axios": "^1.7.2",
101
- "chardet": "^2.1.0",
102
- "classnames": "^2.5.1",
103
- "copy-to-clipboard": "^3.3.3",
104
- "dayjs": "^1.11.11",
105
- "i18next": "^25.0.0",
106
- "jotai": "^2.11.0",
107
- "jotai-scope": "^0.7.2",
108
- "marked": "^16.1.2",
109
- "parquet-wasm": "^0.6.1",
110
- "prosemirror-state": "^1.4.3",
111
- "react": "^18.3.1",
112
- "react-dom": "^18.3.1",
113
- "react-error-boundary": "^5.0.0",
114
- "react-json-tree": "^0.20.0",
115
- "react-json-view": "^1.21.3",
116
- "react-markdown": "^9.1.0",
117
- "react-router": "^6.24.1",
118
- "react-router-dom": "^6.24.1",
119
- "rehype-mathjax": "^7.1.0",
120
- "rehype-raw": "^7.0.0",
121
- "remark-gfm": "^4.0.0",
122
- "remark-math": "^6.0.0",
123
- "tailwindcss": "^3.4.13",
124
- "unist-util-visit": "^5.0.0"
125
- },
126
- "husky": {
127
- "hooks": {
128
- "pre-commit": "lint-staged"
129
- }
130
- },
131
- "lint-staged": {
132
- "*.{ts,tsx,js,jsx}": [
133
- "eslint --config .eslintrc.js"
134
- ]
135
- },
136
- "publishConfig": {
137
- "registry": "https://registry.npmjs.org/"
138
- },
139
- "packageManager": "pnpm@9.12.1+sha256.91452fdfa46234ae447d46d5c4fc4e7e0a7058f90495c4b6f77f8beebbb154e3"
140
- }
1
+ {
2
+ "name": "@zjlab-fe/data-hub-ui",
3
+ "version": "0.7.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-syntax-highlighter": "^15.6.1",
58
+ "react-test-renderer": "^18.3.1",
59
+ "sass": "1.77.x",
60
+ "sass-loader": "14.x",
61
+ "style-loader": "^4.0.0",
62
+ "ts-jest": "^29.2.5",
63
+ "ts-loader": "^9.5.1",
64
+ "ts-node": "^10.9.2",
65
+ "typescript": "^5.6.3",
66
+ "url-loader": "^4.1.1",
67
+ "webpack": "^5.92.1",
68
+ "webpack-cli": "^5.1.4",
69
+ "webpack-dev-server": "^5.0.4"
70
+ },
71
+ "dependencies": {
72
+ "@ant-design/icons": "^5.3.7",
73
+ "@codesandbox/sandpack-react": "^2.19.9",
74
+ "@floating-ui/dom": "^1.7.4",
75
+ "@tiptap/core": "^3.11.1",
76
+ "@tiptap/extension-code-block-lowlight": "^3.11.1",
77
+ "@tiptap/extension-color": "^3.11.1",
78
+ "@tiptap/extension-floating-menu": "^3.11.1",
79
+ "@tiptap/extension-highlight": "^3.11.1",
80
+ "@tiptap/extension-image": "^3.11.1",
81
+ "@tiptap/extension-link": "^3.11.1",
82
+ "@tiptap/extension-list-item": "^3.11.1",
83
+ "@tiptap/extension-placeholder": "^3.11.1",
84
+ "@tiptap/extension-table": "^3.11.1",
85
+ "@tiptap/extension-table-cell": "^3.11.1",
86
+ "@tiptap/extension-table-header": "^3.11.1",
87
+ "@tiptap/extension-table-row": "^3.11.1",
88
+ "@tiptap/extension-text-align": "^3.11.1",
89
+ "@tiptap/extension-text-style": "^3.11.1",
90
+ "@tiptap/extension-underline": "^3.11.1",
91
+ "@tiptap/markdown": "^3.11.1",
92
+ "@tiptap/pm": "^3.11.1",
93
+ "@tiptap/react": "^3.11.1",
94
+ "@tiptap/starter-kit": "^3.11.1",
95
+ "@zjlab-fe/util": "^0.0.8",
96
+ "antd": "^5.19.2",
97
+ "arrow-js-ffi": "^0.4.2",
98
+ "autoprefixer": "^10.4.20",
99
+ "axios": "^1.7.2",
100
+ "chardet": "^2.1.0",
101
+ "classnames": "^2.5.1",
102
+ "copy-to-clipboard": "^3.3.3",
103
+ "dayjs": "^1.11.11",
104
+ "i18next": "^25.0.0",
105
+ "jotai": "^2.11.0",
106
+ "jotai-scope": "^0.9.7",
107
+ "lowlight": "^3.3.0",
108
+ "marked": "^16.1.2",
109
+ "parquet-wasm": "^0.6.1",
110
+ "prosemirror-state": "^1.4.3",
111
+ "react": "^18.3.1",
112
+ "react-dom": "^18.3.1",
113
+ "react-error-boundary": "^5.0.0",
114
+ "react-json-tree": "^0.20.0",
115
+ "react-json-view": "^1.21.3",
116
+ "react-markdown": "^9.1.0",
117
+ "react-router": "^6.24.1",
118
+ "react-router-dom": "^6.24.1",
119
+ "rehype-mathjax": "^7.1.0",
120
+ "rehype-raw": "^7.0.0",
121
+ "remark-gfm": "^4.0.0",
122
+ "remark-math": "^6.0.0",
123
+ "tailwindcss": "^3.4.13",
124
+ "unist-util-visit": "^5.0.0"
125
+ },
126
+ "husky": {
127
+ "hooks": {
128
+ "pre-commit": "lint-staged"
129
+ }
130
+ },
131
+ "lint-staged": {
132
+ "*.{ts,tsx,js,jsx}": [
133
+ "eslint --config .eslintrc.js"
134
+ ]
135
+ },
136
+ "publishConfig": {
137
+ "registry": "https://registry.npmjs.org/"
138
+ },
139
+ "packageManager": "pnpm@9.12.1+sha256.91452fdfa46234ae447d46d5c4fc4e7e0a7058f90495c4b6f77f8beebbb154e3"
140
+ }