@zjlab-fe/data-hub-ui 0.13.0 → 0.13.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/package.json CHANGED
@@ -1,144 +1,144 @@
1
- {
2
- "name": "@zjlab-fe/data-hub-ui",
3
- "version": "0.13.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 /data-hub-ui/demo --config webpack.dev.config.js",
10
- "build:dist": "npm run build:lib & npm run build:es",
11
- "build": "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
- "clsx": "^2.1.1",
39
- "cross-env": "^7.0.3",
40
- "css-loader": "^7.1.2",
41
- "eslint": "8.x",
42
- "eslint-config-prettier": "^9.1.0",
43
- "eslint-plugin-prettier": "^5.1.3",
44
- "eslint-plugin-react": "^7.34.4",
45
- "eslint-plugin-react-hooks": "^4.6.2",
46
- "file-loader": "^6.2.0",
47
- "html-webpack-plugin": "^5.6.0",
48
- "husky": "^9.0.11",
49
- "jest": "^29.7.0",
50
- "jest-environment-jsdom": "^29.7.0",
51
- "lint-staged": "^15.2.7",
52
- "mini-css-extract-plugin": "^2.9.0",
53
- "postcss": "^8.4.47",
54
- "postcss-loader": "^8.1.1",
55
- "postcss-nested": "^6.2.0",
56
- "prettier": "^3.3.3",
57
- "raw-loader": "^4.0.2",
58
- "react-syntax-highlighter": "^15.6.1",
59
- "react-test-renderer": "^18.3.1",
60
- "sass": "1.77.x",
61
- "sass-loader": "14.x",
62
- "style-loader": "^4.0.0",
63
- "tailwind-merge": "^2.6.0",
64
- "ts-jest": "^29.2.5",
65
- "ts-loader": "^9.5.1",
66
- "ts-node": "^10.9.2",
67
- "typescript": "^5.6.3",
68
- "url-loader": "^4.1.1",
69
- "webpack": "^5.92.1",
70
- "webpack-cli": "^5.1.4",
71
- "webpack-dev-server": "^5.0.4"
72
- },
73
- "dependencies": {
74
- "@ant-design/icons": "^5.3.7",
75
- "@codesandbox/sandpack-react": "^2.19.9",
76
- "@floating-ui/dom": "^1.7.4",
77
- "@radix-ui/react-slot": "^1.2.4",
78
- "@tiptap/core": "^3.14.0",
79
- "@tiptap/extension-code-block-lowlight": "^3.14.0",
80
- "@tiptap/extension-color": "^3.14.0",
81
- "@tiptap/extension-floating-menu": "^3.14.0",
82
- "@tiptap/extension-highlight": "^3.14.0",
83
- "@tiptap/extension-image": "^3.14.0",
84
- "@tiptap/extension-link": "^3.14.0",
85
- "@tiptap/extension-list-item": "^3.14.0",
86
- "@tiptap/extension-placeholder": "^3.14.0",
87
- "@tiptap/extension-table": "^3.14.0",
88
- "@tiptap/extension-table-cell": "^3.14.0",
89
- "@tiptap/extension-table-header": "^3.14.0",
90
- "@tiptap/extension-table-row": "^3.14.0",
91
- "@tiptap/extension-text-align": "^3.14.0",
92
- "@tiptap/extension-text-style": "^3.14.0",
93
- "@tiptap/extension-underline": "^3.14.0",
94
- "@tiptap/markdown": "^3.14.0",
95
- "@tiptap/pm": "^3.14.0",
96
- "@tiptap/react": "^3.14.0",
97
- "@tiptap/starter-kit": "^3.14.0",
98
- "@zjlab-fe/util": "^0.5.5",
99
- "antd": "^5.19.2",
100
- "arrow-js-ffi": "^0.4.2",
101
- "autoprefixer": "^10.4.20",
102
- "axios": "^1.7.2",
103
- "chardet": "^2.1.0",
104
- "classnames": "^2.5.1",
105
- "copy-to-clipboard": "^3.3.3",
106
- "dayjs": "^1.11.11",
107
- "i18next": "^25.0.0",
108
- "jotai": "^2.11.0",
109
- "jotai-scope": "^0.9.7",
110
- "lowlight": "^3.3.0",
111
- "marked": "^16.1.2",
112
- "mathjax-full": "3.2.2",
113
- "parquet-wasm": "^0.6.1",
114
- "prosemirror-state": "^1.4.3",
115
- "react": "^18.3.1",
116
- "react-dom": "^18.3.1",
117
- "react-error-boundary": "^5.0.0",
118
- "react-json-tree": "^0.20.0",
119
- "react-json-view": "^1.21.3",
120
- "react-markdown": "^9.1.0",
121
- "react-router": "^6.24.1",
122
- "react-router-dom": "^6.24.1",
123
- "rehype-mathjax": "^7.1.0",
124
- "rehype-raw": "^7.0.0",
125
- "remark-gfm": "^4.0.0",
126
- "remark-math": "^6.0.0",
127
- "tailwindcss": "^3.4.13",
128
- "unist-util-visit": "^5.0.0"
129
- },
130
- "husky": {
131
- "hooks": {
132
- "pre-commit": "lint-staged"
133
- }
134
- },
135
- "lint-staged": {
136
- "*.{ts,tsx,js,jsx}": [
137
- "eslint --config .eslintrc.js"
138
- ]
139
- },
140
- "publishConfig": {
141
- "registry": "https://registry.npmjs.org/"
142
- },
143
- "packageManager": "pnpm@9.12.1+sha256.91452fdfa46234ae447d46d5c4fc4e7e0a7058f90495c4b6f77f8beebbb154e3"
144
- }
1
+ {
2
+ "name": "@zjlab-fe/data-hub-ui",
3
+ "version": "0.13.2",
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 /data-hub-ui/demo --config webpack.dev.config.js",
10
+ "build:dist": "npm run build:lib & npm run build:es",
11
+ "build": "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
+ "clsx": "^2.1.1",
39
+ "cross-env": "^7.0.3",
40
+ "css-loader": "^7.1.2",
41
+ "eslint": "8.x",
42
+ "eslint-config-prettier": "^9.1.0",
43
+ "eslint-plugin-prettier": "^5.1.3",
44
+ "eslint-plugin-react": "^7.34.4",
45
+ "eslint-plugin-react-hooks": "^4.6.2",
46
+ "file-loader": "^6.2.0",
47
+ "html-webpack-plugin": "^5.6.0",
48
+ "husky": "^9.0.11",
49
+ "jest": "^29.7.0",
50
+ "jest-environment-jsdom": "^29.7.0",
51
+ "lint-staged": "^15.2.7",
52
+ "mini-css-extract-plugin": "^2.9.0",
53
+ "postcss": "^8.4.47",
54
+ "postcss-loader": "^8.1.1",
55
+ "postcss-nested": "^6.2.0",
56
+ "prettier": "^3.3.3",
57
+ "raw-loader": "^4.0.2",
58
+ "react-syntax-highlighter": "^15.6.1",
59
+ "react-test-renderer": "^18.3.1",
60
+ "sass": "1.77.x",
61
+ "sass-loader": "14.x",
62
+ "style-loader": "^4.0.0",
63
+ "tailwind-merge": "^2.6.0",
64
+ "ts-jest": "^29.2.5",
65
+ "ts-loader": "^9.5.1",
66
+ "ts-node": "^10.9.2",
67
+ "typescript": "^5.6.3",
68
+ "url-loader": "^4.1.1",
69
+ "webpack": "^5.92.1",
70
+ "webpack-cli": "^5.1.4",
71
+ "webpack-dev-server": "^5.0.4"
72
+ },
73
+ "dependencies": {
74
+ "@ant-design/icons": "^5.3.7",
75
+ "@codesandbox/sandpack-react": "^2.19.9",
76
+ "@floating-ui/dom": "^1.7.4",
77
+ "@radix-ui/react-slot": "^1.2.4",
78
+ "@tiptap/core": "^3.14.0",
79
+ "@tiptap/extension-code-block-lowlight": "^3.14.0",
80
+ "@tiptap/extension-color": "^3.14.0",
81
+ "@tiptap/extension-floating-menu": "^3.14.0",
82
+ "@tiptap/extension-highlight": "^3.14.0",
83
+ "@tiptap/extension-image": "^3.14.0",
84
+ "@tiptap/extension-link": "^3.14.0",
85
+ "@tiptap/extension-list-item": "^3.14.0",
86
+ "@tiptap/extension-placeholder": "^3.14.0",
87
+ "@tiptap/extension-table": "^3.14.0",
88
+ "@tiptap/extension-table-cell": "^3.14.0",
89
+ "@tiptap/extension-table-header": "^3.14.0",
90
+ "@tiptap/extension-table-row": "^3.14.0",
91
+ "@tiptap/extension-text-align": "^3.14.0",
92
+ "@tiptap/extension-text-style": "^3.14.0",
93
+ "@tiptap/extension-underline": "^3.14.0",
94
+ "@tiptap/markdown": "^3.14.0",
95
+ "@tiptap/pm": "^3.14.0",
96
+ "@tiptap/react": "^3.14.0",
97
+ "@tiptap/starter-kit": "^3.14.0",
98
+ "@zjlab-fe/util": "^0.5.5",
99
+ "antd": "^5.19.2",
100
+ "arrow-js-ffi": "^0.4.2",
101
+ "autoprefixer": "^10.4.20",
102
+ "axios": "^1.7.2",
103
+ "chardet": "^2.1.0",
104
+ "classnames": "^2.5.1",
105
+ "copy-to-clipboard": "^3.3.3",
106
+ "dayjs": "^1.11.11",
107
+ "i18next": "^25.0.0",
108
+ "jotai": "^2.11.0",
109
+ "jotai-scope": "^0.9.7",
110
+ "lowlight": "^3.3.0",
111
+ "marked": "^16.1.2",
112
+ "mathjax-full": "3.2.2",
113
+ "parquet-wasm": "^0.6.1",
114
+ "prosemirror-state": "^1.4.3",
115
+ "react": "^18.3.1",
116
+ "react-dom": "^18.3.1",
117
+ "react-error-boundary": "^5.0.0",
118
+ "react-json-tree": "^0.20.0",
119
+ "react-json-view": "^1.21.3",
120
+ "react-markdown": "^9.1.0",
121
+ "react-router": "^6.24.1",
122
+ "react-router-dom": "^6.24.1",
123
+ "rehype-mathjax": "^7.1.0",
124
+ "rehype-raw": "^7.0.0",
125
+ "remark-gfm": "^4.0.0",
126
+ "remark-math": "^6.0.0",
127
+ "tailwindcss": "^3.4.13",
128
+ "unist-util-visit": "^5.0.0"
129
+ },
130
+ "husky": {
131
+ "hooks": {
132
+ "pre-commit": "lint-staged"
133
+ }
134
+ },
135
+ "lint-staged": {
136
+ "*.{ts,tsx,js,jsx}": [
137
+ "eslint --config .eslintrc.js"
138
+ ]
139
+ },
140
+ "publishConfig": {
141
+ "registry": "https://registry.npmjs.org/"
142
+ },
143
+ "packageManager": "pnpm@9.12.1+sha256.91452fdfa46234ae447d46d5c4fc4e7e0a7058f90495c4b6f77f8beebbb154e3"
144
+ }