es-grid-template 1.1.5 → 1.1.6

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,102 +1,105 @@
1
- {
2
- "name": "es-grid-template",
3
- "version": "1.1.5",
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/*.less"
19
- ],
20
- "scripts": {
21
- "compile": "father build",
22
- "docs:build": "dumi build",
23
- "__docs:deploy": "gh-pages -d dist",
24
- "lint": "eslint src/ --ext .tsx,.ts,.jsx,.js",
25
- "now-build": "npm run docs:build",
26
- "prepare": "dumi setup",
27
- "prepublishOnly": "npm run compile",
28
- "postpublish": "npm run docs:build",
29
- "__postpublish": "npm run docs:build && npm run docs:deploy",
30
- "start": "dumi dev",
31
- "test": "vitest --watch false",
32
- "coverage": "vitest run --coverage"
33
- },
34
- "dependencies": {
35
- "@ant-design/colors": "^8.0.0",
36
- "@ant-design/cssinjs": "^1.22.0",
37
- "@ant-design/cssinjs-utils": "^1.1.1",
38
- "@ant-design/icons": "^5.5.2",
39
- "@babel/runtime": "^7.11.2",
40
- "@core-rc/rc-select": "^0.0.8",
41
- "@ctrl/tinycolor": "^3.6.1",
42
- "@faker-js/faker": "^9.5.0",
43
- "@floating-ui/react": "^0.27.5",
44
- "@rc-component/color-picker": "^2.0.1",
45
- "@rc-component/father-plugin": "^2.0.1",
46
- "@rc-component/trigger": "^2.0.0",
47
- "@rc-component/util": "^1.0.1",
48
- "@types/react-resizable": "^3.0.8",
49
- "@types/styled-components": "^5.1.34",
50
- "@vitest/coverage-v8": "^2.0.5",
51
- "antd": "^5.24.1",
52
- "antd-style": "^3.7.1",
53
- "becoxy-icons": "^1.9.9",
54
- "classnames": "^2.3.1",
55
- "dayjs": "^1.11.13",
56
- "lodash": "^4.17.21",
57
- "moment": "^2.30.1",
58
- "postcss": "^8.4.35",
59
- "rc-checkbox": "^3.5.0",
60
- "rc-dropdown": "^4.2.1",
61
- "rc-field-form": "^2.6.0",
62
- "rc-master-ui": "^1.1.1",
63
- "rc-select": "^14.16.3",
64
- "rc-tooltip": "^6.3.0",
65
- "rc-tree": "^5.10.1",
66
- "rc-tree-select": "^5.24.5",
67
- "react-hook-form": "^7.54.2",
68
- "react-hot-toast": "^2.5.2",
69
- "react-numeric-component": "^1.0.7",
70
- "react-resizable": "^3.0.5",
71
- "sass": "^1.81.0",
72
- "styled-components": "^6.1.15",
73
- "throttle-debounce": "^5.0.2",
74
- "vitest": "^2.0.5"
75
- },
76
- "devDependencies": {
77
- "@babel/cli": "^7.26.4",
78
- "@babel/preset-env": "^7.26.9",
79
- "@rc-component/np": "^1.0.3",
80
- "@testing-library/react": "^14.0.0",
81
- "@types/jest": "^29.4.0",
82
- "@types/react": "^18.0.26",
83
- "@types/react-dom": "^18.0.10",
84
- "@types/warning": "^3.0.0",
85
- "cross-env": "^7.0.0",
86
- "dumi": "^2.2.13",
87
- "eslint": "^8.56.0",
88
- "eslint-plugin-unicorn": "^55.0.0",
89
- "father": "^4.0.0",
90
- "gh-pages": "^3.1.0",
91
- "less": "^4.1.1",
92
- "np": "^7.1.0",
93
- "rc-test": "^7.0.9",
94
- "react": "^18.2.0",
95
- "react-dom": "^18.2.0",
96
- "typescript": "^4.0.5"
97
- },
98
- "peerDependencies": {
99
- "react": ">=16.9.0",
100
- "react-dom": ">=16.9.0"
101
- }
102
- }
1
+ {
2
+ "name": "es-grid-template",
3
+ "version": "1.1.6",
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/*.less"
19
+ ],
20
+ "scripts": {
21
+ "compile": "father build",
22
+ "docs:build": "dumi build",
23
+ "__docs:deploy": "gh-pages -d dist",
24
+ "lint": "eslint src/ --ext .tsx,.ts,.jsx,.js",
25
+ "now-build": "npm run docs:build",
26
+ "prepare": "dumi setup",
27
+ "prepublishOnly": "npm run compile",
28
+ "postpublish": "npm run docs:build",
29
+ "__postpublish": "npm run docs:build && npm run docs:deploy",
30
+ "start": "dumi dev",
31
+ "test": "vitest --watch false",
32
+ "coverage": "vitest run --coverage"
33
+ },
34
+ "dependencies": {
35
+ "@ant-design/colors": "^8.0.0",
36
+ "@ant-design/cssinjs": "^1.22.0",
37
+ "@ant-design/cssinjs-utils": "^1.1.1",
38
+ "@ant-design/icons": "^5.5.2",
39
+ "@babel/runtime": "^7.11.2",
40
+ "@core-rc/rc-select": "^0.0.8",
41
+ "@ctrl/tinycolor": "^3.6.1",
42
+ "@faker-js/faker": "^9.5.0",
43
+ "@floating-ui/react": "^0.27.5",
44
+ "@rc-component/color-picker": "^2.0.1",
45
+ "@rc-component/father-plugin": "^2.0.1",
46
+ "@rc-component/trigger": "^2.0.0",
47
+ "@rc-component/util": "^1.0.1",
48
+ "@types/react-resizable": "^3.0.8",
49
+ "@types/styled-components": "^5.1.34",
50
+ "@vitest/coverage-v8": "^2.0.5",
51
+ "antd": "^5.24.1",
52
+ "antd-style": "^3.7.1",
53
+ "becoxy-icons": "^1.9.9",
54
+ "classnames": "^2.3.1",
55
+ "dayjs": "^1.11.13",
56
+ "lodash": "^4.17.21",
57
+ "moment": "^2.30.1",
58
+ "postcss": "^8.4.35",
59
+ "rc-checkbox": "^3.5.0",
60
+ "rc-dropdown": "^4.2.1",
61
+ "rc-field-form": "^2.6.0",
62
+ "rc-master-ui": "^1.1.1",
63
+ "rc-select": "^14.16.3",
64
+ "rc-tooltip": "^6.3.0",
65
+ "rc-tree": "^5.10.1",
66
+ "rc-tree-select": "^5.24.5",
67
+ "react-hook-form": "^7.54.2",
68
+ "react-hot-toast": "^2.5.2",
69
+ "react-numeric-component": "^1.0.7",
70
+ "react-resizable": "^3.0.5",
71
+ "sass": "^1.81.0",
72
+ "styled-components": "^6.1.15",
73
+ "throttle-debounce": "^5.0.2",
74
+ "vitest": "^2.0.5"
75
+ },
76
+ "devDependencies": {
77
+ "@babel/cli": "^7.26.4",
78
+ "@babel/preset-env": "^7.26.9",
79
+ "@rc-component/np": "^1.0.3",
80
+ "@testing-library/react": "^14.0.0",
81
+ "@types/jest": "^29.4.0",
82
+ "@types/react": "^18.0.26",
83
+ "@types/react-dom": "^18.0.10",
84
+ "@types/warning": "^3.0.0",
85
+ "cross-env": "^7.0.0",
86
+ "dumi": "^2.2.13",
87
+ "eslint": "^8.56.0",
88
+ "eslint-plugin-unicorn": "^55.0.0",
89
+ "father": "^4.0.0",
90
+ "gh-pages": "^3.1.0",
91
+ "less": "^4.1.1",
92
+ "np": "^7.1.0",
93
+ "rc-test": "^7.0.9",
94
+ "react": "^18.2.0",
95
+ "react-dom": "^18.2.0",
96
+ "typescript": "^4.0.5"
97
+ },
98
+ "peerDependencies": {
99
+ "react": ">=16.9.0",
100
+ "react-dom": ">=16.9.0"
101
+ },
102
+ "umi": {
103
+ "configFile": "config.ts"
104
+ }
105
+ }