@zjlab-fe/data-hub-ui 0.5.8 → 0.5.9

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.
Files changed (3) hide show
  1. package/es/index.js +1 -1
  2. package/lib/index.js +1 -1
  3. package/package.json +114 -113
package/package.json CHANGED
@@ -1,113 +1,114 @@
1
- {
2
- "name": "@zjlab-fe/data-hub-ui",
3
- "version": "0.5.8",
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
- "@testing-library/dom": "^10.4.0",
26
- "@testing-library/react": "^16.0.1",
27
- "@types/filesystem": "^0.0.36",
28
- "@types/jest": "^29.5.13",
29
- "@types/pdfjs-dist": "^2.10.378",
30
- "@types/react": "^18.3.3",
31
- "@types/react-dom": "^18.3.0",
32
- "@typescript-eslint/eslint-plugin": "^7.16.0",
33
- "@typescript-eslint/parser": "^7.16.0",
34
- "babel-jest": "^29.7.0",
35
- "babel-loader": "^9.1.3",
36
- "babel-preset-react-app": "^10.0.1",
37
- "cross-env": "^7.0.3",
38
- "css-loader": "^7.1.2",
39
- "eslint": "8.x",
40
- "eslint-config-prettier": "^9.1.0",
41
- "eslint-plugin-prettier": "^5.1.3",
42
- "eslint-plugin-react": "^7.34.4",
43
- "eslint-plugin-react-hooks": "^4.6.2",
44
- "file-loader": "^6.2.0",
45
- "html-webpack-plugin": "^5.6.0",
46
- "husky": "^9.0.11",
47
- "jest": "^29.7.0",
48
- "jest-environment-jsdom": "^29.7.0",
49
- "lint-staged": "^15.2.7",
50
- "mini-css-extract-plugin": "^2.9.0",
51
- "postcss": "^8.4.47",
52
- "postcss-loader": "^8.1.1",
53
- "postcss-nested": "^6.2.0",
54
- "prettier": "^3.3.3",
55
- "raw-loader": "^4.0.2",
56
- "react-markdown": "^9.0.1",
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
- "@zjlab-fe/util": "^0.0.8",
75
- "antd": "^5.19.2",
76
- "arrow-js-ffi": "^0.4.2",
77
- "autoprefixer": "^10.4.20",
78
- "axios": "^1.7.2",
79
- "classnames": "^2.5.1",
80
- "copy-to-clipboard": "^3.3.3",
81
- "dayjs": "^1.11.11",
82
- "i18next": "^25.0.0",
83
- "jotai": "^2.11.0",
84
- "jotai-scope": "^0.7.2",
85
- "parquet-wasm": "^0.6.1",
86
- "react": "^18.3.1",
87
- "react-dom": "^18.3.1",
88
- "react-error-boundary": "^5.0.0",
89
- "react-json-tree": "^0.20.0",
90
- "react-json-view": "^1.21.3",
91
- "react-router": "^6.24.1",
92
- "react-router-dom": "^6.24.1",
93
- "rehype-mathjax": "^7.1.0",
94
- "rehype-raw": "^7.0.0",
95
- "remark-gfm": "^4.0.0",
96
- "remark-math": "^6.0.0",
97
- "tailwindcss": "^3.4.13"
98
- },
99
- "husky": {
100
- "hooks": {
101
- "pre-commit": "lint-staged"
102
- }
103
- },
104
- "lint-staged": {
105
- "*.{ts,tsx,js,jsx}": [
106
- "eslint --config .eslintrc.js"
107
- ]
108
- },
109
- "publishConfig": {
110
- "registry": "https://registry.npmjs.org/"
111
- },
112
- "packageManager": "pnpm@9.12.1+sha256.91452fdfa46234ae447d46d5c4fc4e7e0a7058f90495c4b6f77f8beebbb154e3"
113
- }
1
+ {
2
+ "name": "@zjlab-fe/data-hub-ui",
3
+ "version": "0.5.9",
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
+ "@testing-library/dom": "^10.4.0",
26
+ "@testing-library/react": "^16.0.1",
27
+ "@types/filesystem": "^0.0.36",
28
+ "@types/jest": "^29.5.13",
29
+ "@types/pdfjs-dist": "^2.10.378",
30
+ "@types/react": "^18.3.3",
31
+ "@types/react-dom": "^18.3.0",
32
+ "@typescript-eslint/eslint-plugin": "^7.16.0",
33
+ "@typescript-eslint/parser": "^7.16.0",
34
+ "babel-jest": "^29.7.0",
35
+ "babel-loader": "^9.1.3",
36
+ "babel-preset-react-app": "^10.0.1",
37
+ "cross-env": "^7.0.3",
38
+ "css-loader": "^7.1.2",
39
+ "eslint": "8.x",
40
+ "eslint-config-prettier": "^9.1.0",
41
+ "eslint-plugin-prettier": "^5.1.3",
42
+ "eslint-plugin-react": "^7.34.4",
43
+ "eslint-plugin-react-hooks": "^4.6.2",
44
+ "file-loader": "^6.2.0",
45
+ "html-webpack-plugin": "^5.6.0",
46
+ "husky": "^9.0.11",
47
+ "jest": "^29.7.0",
48
+ "jest-environment-jsdom": "^29.7.0",
49
+ "lint-staged": "^15.2.7",
50
+ "mini-css-extract-plugin": "^2.9.0",
51
+ "postcss": "^8.4.47",
52
+ "postcss-loader": "^8.1.1",
53
+ "postcss-nested": "^6.2.0",
54
+ "prettier": "^3.3.3",
55
+ "raw-loader": "^4.0.2",
56
+ "react-markdown": "^9.0.1",
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
+ "@zjlab-fe/util": "^0.0.8",
75
+ "antd": "^5.19.2",
76
+ "arrow-js-ffi": "^0.4.2",
77
+ "autoprefixer": "^10.4.20",
78
+ "axios": "^1.7.2",
79
+ "classnames": "^2.5.1",
80
+ "copy-to-clipboard": "^3.3.3",
81
+ "dayjs": "^1.11.11",
82
+ "i18next": "^25.0.0",
83
+ "jotai": "^2.11.0",
84
+ "jotai-scope": "^0.7.2",
85
+ "parquet-wasm": "^0.6.1",
86
+ "react": "^18.3.1",
87
+ "react-dom": "^18.3.1",
88
+ "react-error-boundary": "^5.0.0",
89
+ "react-json-tree": "^0.20.0",
90
+ "react-json-view": "^1.21.3",
91
+ "react-router": "^6.24.1",
92
+ "react-router-dom": "^6.24.1",
93
+ "rehype-mathjax": "^7.1.0",
94
+ "rehype-raw": "^7.0.0",
95
+ "remark-gfm": "^4.0.0",
96
+ "remark-math": "^6.0.0",
97
+ "tailwindcss": "^3.4.13",
98
+ "unist-util-visit": "^5.0.0"
99
+ },
100
+ "husky": {
101
+ "hooks": {
102
+ "pre-commit": "lint-staged"
103
+ }
104
+ },
105
+ "lint-staged": {
106
+ "*.{ts,tsx,js,jsx}": [
107
+ "eslint --config .eslintrc.js"
108
+ ]
109
+ },
110
+ "publishConfig": {
111
+ "registry": "https://registry.npmjs.org/"
112
+ },
113
+ "packageManager": "pnpm@9.12.1+sha256.91452fdfa46234ae447d46d5c4fc4e7e0a7058f90495c4b6f77f8beebbb154e3"
114
+ }