es-grid-template 1.7.37 → 1.7.39

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,116 +1,116 @@
1
- {
2
- "name": "es-grid-template",
3
- "version": "1.7.37",
4
- "description": "es-grid-template",
5
- "keywords": [
6
- "react",
7
- "react-component",
8
- "grid",
9
- "table"
10
- ],
11
- "license": "MIT",
12
- "main": "lib/index",
13
- "module": "es/index",
14
- "files": [
15
- "lib",
16
- "es",
17
- "assets/*.css",
18
- "assets/*.scss"
19
- ],
20
- "scripts": {
21
- "__compile": "father build && ",
22
- "compile": "father build && sass assets/index.scss assets/index.css",
23
- "clean": "rimraf lib es",
24
- "__docs:build": "dumi build",
25
- "__docs:deploy": "gh-pages -d dist",
26
- "lint": "eslint src/ --ext .tsx,.ts,.jsx,.js",
27
- "__now-build": "npm run docs:build",
28
- "prepare": "dumi setup",
29
- "prepublishOnly": "npm run compile",
30
- "___postpublish": "npm run docs:build",
31
- "__postpublish": "npm run docs:build && npm run docs:deploy",
32
- "start": "dumi dev",
33
- "test": "vitest --watch false",
34
- "coverage": "vitest run --coverage"
35
- },
36
- "dependencies": {
37
- "@ant-design/colors": "^8.0.0",
38
- "@ant-design/icons": "^5.5.2",
39
- "@babel/runtime": "^7.11.2",
40
- "@core-rc/rc-select": "^0.1.3",
41
- "@dnd-kit/core": "^6.3.1",
42
- "@dnd-kit/modifiers": "^9.0.0",
43
- "@dnd-kit/sortable": "^10.0.0",
44
- "@faker-js/faker": "^9.5.0",
45
- "@floating-ui/react": "^0.27.5",
46
- "@hookform/resolvers": "^5.0.1",
47
- "@rc-component/color-picker": "^2.0.1",
48
- "@rc-component/father-plugin": "^2.0.1",
49
- "@rc-component/trigger": "^2.0.0",
50
- "@rc-component/util": "^1.0.1",
51
- "@tanstack/react-table": "^8.21.3",
52
- "@tanstack/react-virtual": "^3.13.12",
53
- "@types/react-resizable": "^3.0.8",
54
- "@types/styled-components": "^5.1.34",
55
- "@vitest/coverage-v8": "^2.0.5",
56
- "antd": "^5.24.1",
57
- "antd-style": "^3.7.1",
58
- "becoxy-icons": "^2.0.1",
59
- "classnames": "^2.3.1",
60
- "dayjs": "^1.11.13",
61
- "lodash": "^4.17.21",
62
- "moment": "^2.30.1",
63
- "postcss": "^8.4.35",
64
- "rc-checkbox": "^3.5.0",
65
- "rc-dropdown": "^4.2.1",
66
- "rc-field-form": "^2.6.0",
67
- "rc-master-ui": "1.1.43",
68
- "rc-select": "^14.16.3",
69
- "rc-tooltip": "^6.3.0",
70
- "rc-tree": "^5.10.1",
71
- "rc-tree-select": "^5.24.5",
72
- "react-full-screen": "^1.1.1",
73
- "react-hook-form": "^7.54.2",
74
- "react-hot-toast": "^2.5.2",
75
- "react-numeric-component": "^1.0.7",
76
- "react-resizable": "^3.0.5",
77
- "react-tooltip": "^5.28.1",
78
- "rimraf": "5.0.10",
79
- "sass": "^1.81.0",
80
- "styled-components": "^6.1.15",
81
- "sweetalert2": "^11.4.14",
82
- "sweetalert2-react-content": "^5.0.0",
83
- "throttle-debounce": "^5.0.2",
84
- "vitest": "^2.0.5",
85
- "yup": "^1.6.1"
86
- },
87
- "devDependencies": {
88
- "@babel/cli": "^7.26.4",
89
- "@babel/preset-env": "^7.26.9",
90
- "@rc-component/np": "^1.0.3",
91
- "@testing-library/react": "^14.0.0",
92
- "@types/jest": "^29.4.0",
93
- "@types/react": "^18.0.26",
94
- "@types/react-dom": "^18.0.10",
95
- "@types/warning": "^3.0.0",
96
- "cross-env": "^7.0.0",
97
- "dumi": "^2.2.13",
98
- "eslint": "^8.56.0",
99
- "eslint-plugin-unicorn": "^55.0.0",
100
- "father": "^4.0.0",
101
- "gh-pages": "^3.1.0",
102
- "less": "^4.1.1",
103
- "np": "^7.1.0",
104
- "rc-test": "^7.0.9",
105
- "react": "^18.2.0",
106
- "react-dom": "^18.2.0",
107
- "typescript": "^4.0.5"
108
- },
109
- "peerDependencies": {
110
- "react": ">=16.9.0",
111
- "react-dom": ">=16.9.0"
112
- },
113
- "umi": {
114
- "configFile": "config.ts"
115
- }
116
- }
1
+ {
2
+ "name": "es-grid-template",
3
+ "version": "1.7.39",
4
+ "description": "es-grid-template",
5
+ "keywords": [
6
+ "react",
7
+ "react-component",
8
+ "grid",
9
+ "table"
10
+ ],
11
+ "license": "MIT",
12
+ "main": "lib/index",
13
+ "module": "es/index",
14
+ "files": [
15
+ "lib",
16
+ "es",
17
+ "assets/*.css",
18
+ "assets/*.scss"
19
+ ],
20
+ "scripts": {
21
+ "__compile": "father build && ",
22
+ "compile": "father build && sass assets/index.scss assets/index.css",
23
+ "clean": "rimraf lib es",
24
+ "__docs:build": "dumi build",
25
+ "__docs:deploy": "gh-pages -d dist",
26
+ "lint": "eslint src/ --ext .tsx,.ts,.jsx,.js",
27
+ "__now-build": "npm run docs:build",
28
+ "prepare": "dumi setup",
29
+ "prepublishOnly": "npm run compile",
30
+ "___postpublish": "npm run docs:build",
31
+ "__postpublish": "npm run docs:build && npm run docs:deploy",
32
+ "start": "dumi dev",
33
+ "test": "vitest --watch false",
34
+ "coverage": "vitest run --coverage"
35
+ },
36
+ "dependencies": {
37
+ "@ant-design/colors": "^8.0.0",
38
+ "@ant-design/icons": "^5.5.2",
39
+ "@babel/runtime": "^7.11.2",
40
+ "@core-rc/rc-select": "^0.1.3",
41
+ "@dnd-kit/core": "^6.3.1",
42
+ "@dnd-kit/modifiers": "^9.0.0",
43
+ "@dnd-kit/sortable": "^10.0.0",
44
+ "@faker-js/faker": "^9.5.0",
45
+ "@floating-ui/react": "^0.27.5",
46
+ "@hookform/resolvers": "^5.0.1",
47
+ "@rc-component/color-picker": "^2.0.1",
48
+ "@rc-component/father-plugin": "^2.0.1",
49
+ "@rc-component/trigger": "^2.0.0",
50
+ "@rc-component/util": "^1.0.1",
51
+ "@tanstack/react-table": "^8.21.3",
52
+ "@tanstack/react-virtual": "^3.13.12",
53
+ "@types/react-resizable": "^3.0.8",
54
+ "@types/styled-components": "^5.1.34",
55
+ "@vitest/coverage-v8": "^2.0.5",
56
+ "antd": "^5.24.1",
57
+ "antd-style": "^3.7.1",
58
+ "becoxy-icons": "^2.0.1",
59
+ "classnames": "^2.3.1",
60
+ "dayjs": "^1.11.13",
61
+ "lodash": "^4.17.21",
62
+ "moment": "^2.30.1",
63
+ "postcss": "^8.4.35",
64
+ "rc-checkbox": "^3.5.0",
65
+ "rc-dropdown": "^4.2.1",
66
+ "rc-field-form": "^2.6.0",
67
+ "rc-master-ui": "1.1.44",
68
+ "rc-select": "^14.16.3",
69
+ "rc-tooltip": "^6.3.0",
70
+ "rc-tree": "^5.10.1",
71
+ "rc-tree-select": "^5.24.5",
72
+ "react-full-screen": "^1.1.1",
73
+ "react-hook-form": "^7.54.2",
74
+ "react-hot-toast": "^2.5.2",
75
+ "react-numeric-component": "^1.0.7",
76
+ "react-resizable": "^3.0.5",
77
+ "react-tooltip": "^5.28.1",
78
+ "rimraf": "5.0.10",
79
+ "sass": "^1.81.0",
80
+ "styled-components": "^6.1.15",
81
+ "sweetalert2": "^11.4.14",
82
+ "sweetalert2-react-content": "^5.0.0",
83
+ "throttle-debounce": "^5.0.2",
84
+ "vitest": "^2.0.5",
85
+ "yup": "^1.6.1"
86
+ },
87
+ "devDependencies": {
88
+ "@babel/cli": "^7.26.4",
89
+ "@babel/preset-env": "^7.26.9",
90
+ "@rc-component/np": "^1.0.3",
91
+ "@testing-library/react": "^14.0.0",
92
+ "@types/jest": "^29.4.0",
93
+ "@types/react": "^18.0.26",
94
+ "@types/react-dom": "^18.0.10",
95
+ "@types/warning": "^3.0.0",
96
+ "cross-env": "^7.0.0",
97
+ "dumi": "^2.2.13",
98
+ "eslint": "^8.56.0",
99
+ "eslint-plugin-unicorn": "^55.0.0",
100
+ "father": "^4.0.0",
101
+ "gh-pages": "^3.1.0",
102
+ "less": "^4.1.1",
103
+ "np": "^7.1.0",
104
+ "rc-test": "^7.0.9",
105
+ "react": "^18.2.0",
106
+ "react-dom": "^18.2.0",
107
+ "typescript": "^4.0.5"
108
+ },
109
+ "peerDependencies": {
110
+ "react": ">=16.9.0",
111
+ "react-dom": ">=16.9.0"
112
+ },
113
+ "umi": {
114
+ "configFile": "config.ts"
115
+ }
116
+ }