antd-form-document 0.1.0 → 0.1.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,60 +1,60 @@
1
- {
2
- "name": "antd-form-document",
3
- "version": "0.1.0",
4
- "main": "dist/index.tsx",
5
- "license": "MIT",
6
- "description": "antd-form-document",
7
- "scripts": {
8
- "build": "rollup -c",
9
- "dev": "rollup -cw",
10
- "ts": "tsc --init"
11
- },
12
- "devDependencies": {
13
- "@babel/core": "^7.18.13",
14
- "@babel/plugin-external-helpers": "^7.18.6",
15
- "@babel/plugin-transform-runtime": "^7.18.10",
16
- "@babel/preset-env": "^7.18.10",
17
- "@babel/preset-react": "^7.18.6",
18
- "@babel/preset-typescript": "^7.18.6",
19
- "@rollup/plugin-babel": "^5.3.1",
20
- "@rollup/plugin-commonjs": "^22.0.2",
21
- "@rollup/plugin-eslint": "^8.0.2",
22
- "@rollup/plugin-json": "^4.1.0",
23
- "@rollup/plugin-node-resolve": "^13.3.0",
24
- "babel-plugin-import": "^1.13.5",
25
- "core-js": "^3.25.0",
26
- "postcss": "^8.4.16",
27
- "rollup": "^2.78.1",
28
- "rollup-plugin-clear": "^2.0.7",
29
- "rollup-plugin-postcss": "^4.0.2",
30
- "rollup-plugin-terser": "^7.0.2",
31
- "rollup-plugin-typescript2": "^0.33.0",
32
- "tslib": "^2.4.0",
33
- "typescript": "^4.8.2"
34
- },
35
- "dependencies": {
36
- "@ant-design/icons": "^4.7.0",
37
- "@types/lodash": "^4.14.184",
38
- "@types/react": "^18.0.17",
39
- "@types/react-dom": "^18.0.6",
40
- "antd": "^4.23.1",
41
- "bytes": "^3.1.2",
42
- "lodash": "^4.17.21",
43
- "moment": "^2.29.4",
44
- "number-format.js": "^2.0.9",
45
- "path-to-regexp": "^6.2.1",
46
- "react": "^18.2.0",
47
- "react-dom": "^18.2.0",
48
- "umi-request": "^1.4.0",
49
- "wangeditor-for-react": "^1.5.6"
50
- },
51
- "keywords": [
52
- "react",
53
- "antd",
54
- "form",
55
- "design",
56
- "template",
57
- "document",
58
- "xml"
59
- ]
60
- }
1
+ {
2
+ "name": "antd-form-document",
3
+ "version": "0.1.2",
4
+ "main": "dist/index.tsx",
5
+ "license": "MIT",
6
+ "description": "antd-form-document",
7
+ "scripts": {
8
+ "build": "rollup -c",
9
+ "dev": "rollup -cw",
10
+ "ts": "tsc --init"
11
+ },
12
+ "devDependencies": {
13
+ "@babel/core": "^7.18.13",
14
+ "@babel/plugin-external-helpers": "^7.18.6",
15
+ "@babel/plugin-transform-runtime": "^7.18.10",
16
+ "@babel/preset-env": "^7.18.10",
17
+ "@babel/preset-react": "^7.18.6",
18
+ "@babel/preset-typescript": "^7.18.6",
19
+ "@rollup/plugin-babel": "^5.3.1",
20
+ "@rollup/plugin-commonjs": "^22.0.2",
21
+ "@rollup/plugin-eslint": "^8.0.2",
22
+ "@rollup/plugin-json": "^4.1.0",
23
+ "@rollup/plugin-node-resolve": "^13.3.0",
24
+ "babel-plugin-import": "^1.13.5",
25
+ "core-js": "^3.25.0",
26
+ "postcss": "^8.4.16",
27
+ "rollup": "^2.78.1",
28
+ "rollup-plugin-clear": "^2.0.7",
29
+ "rollup-plugin-postcss": "^4.0.2",
30
+ "rollup-plugin-terser": "^7.0.2",
31
+ "rollup-plugin-typescript2": "^0.33.0",
32
+ "tslib": "^2.4.0",
33
+ "typescript": "^4.8.2"
34
+ },
35
+ "dependencies": {
36
+ "@ant-design/icons": "^4.7.0",
37
+ "@types/lodash": "^4.14.184",
38
+ "@types/react": "^18.0.17",
39
+ "@types/react-dom": "^18.0.6",
40
+ "antd": "^4.24.7",
41
+ "bytes": "^3.1.2",
42
+ "lodash": "^4.17.21",
43
+ "moment": "^2.29.4",
44
+ "number-format.js": "^2.0.9",
45
+ "path-to-regexp": "^6.2.1",
46
+ "react": "^18.2.0",
47
+ "react-dom": "^18.2.0",
48
+ "umi-request": "^1.4.0",
49
+ "wangeditor-for-react": "^1.5.6"
50
+ },
51
+ "keywords": [
52
+ "react",
53
+ "antd",
54
+ "form",
55
+ "design",
56
+ "template",
57
+ "document",
58
+ "xml"
59
+ ]
60
+ }