antd-management-fast-develop 1.1.98 → 1.1.100

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +42 -0
  2. package/package.json +31 -31
package/README.md ADDED
@@ -0,0 +1,42 @@
1
+ # antd-management-fast-common
2
+
3
+ ---
4
+
5
+ ## Instruction
6
+
7
+ Github项目README.md模板
8
+ (项目背景/作用介绍)
9
+
10
+ ### 示例
11
+
12
+ 把使用了该项目的案例放在这里。可以放APK下载链接,或者简单放几张截图, 使用相对路径插入图片。 格式是! 【】 (相对路径)(示例一开始就放出来,方便浏览者一眼就看出是不是想找的东西)
13
+
14
+ ### 特性(可选)
15
+
16
+ - 特性A
17
+
18
+ - 特性B
19
+
20
+ ### 原理说明(可选)阐述项目是基于什么思路设计的
21
+
22
+ ### 下载安装
23
+
24
+ Gradle:
25
+
26
+ ```xml
27
+ compile 'xxx'
28
+ ```
29
+
30
+ (说明项目的配置方法,android开源库多用Gradle导入)
31
+
32
+ ### 使用方法怎么使用,有哪些步骤哪些接口。
33
+
34
+ ### 注意事项
35
+
36
+ 比如混淆方法等
37
+
38
+ ### TODO(可选)接下来的开发/维护计划。
39
+
40
+ ## License
41
+
42
+ 遵守的协议
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-develop",
3
- "version": "1.1.98",
3
+ "version": "1.1.100",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -23,10 +23,9 @@
23
23
  "test:ejs:generate": "node ./bin/cli.js generate --dataPath ./src/data.json --dataExtraPath ./src/data.extra.json",
24
24
  "test:ejs:generateByTemplate": "node ./bin/cli.js generateByTemplate --dataPath ./data/generateByTemplate.data.json --templatePath ./data/generateByTemplate.template.ejs --relativeFolder ./temp",
25
25
  "z:auto:adjust:file": "echo can exec some file adjust command with here",
26
- "z:documentation:clear": "npx easy-soft-develop rimraf --path ./docs",
27
- "prez:documentation:generate": "npm run z:documentation:clear && npm run z:documentation:lint",
28
- "z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
29
- "z:documentation:lint": "npx documentation lint src/**",
26
+ "z:jsdoc:clear": "npx easy-soft-develop rimraf --path ./docs",
27
+ "prez:jsdoc:generate": "npm run z:jsdoc:clear",
28
+ "z:jsdoc:generate": "npx jsdoc -c .jsdoc.js",
30
29
  "z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
31
30
  "z:lint:file:all:fix": "npm run z:lint:script:all:fix && npm run z:lint:style:all:fix",
32
31
  "z:lint:file:change": "npm run z:lint:script:change && npm run z:lint:style:all",
@@ -52,39 +51,39 @@
52
51
  "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
53
52
  },
54
53
  "dependencies": {
55
- "@umijs/max": "^4.2.5",
54
+ "@umijs/max": "^4.2.10",
56
55
  "commander": "^12.1.0",
57
56
  "ejs": "^3.1.10",
58
57
  "rimraf": "^5.0.7",
59
- "umi": "^4.2.5"
58
+ "umi": "^4.2.10"
60
59
  },
61
60
  "devDependencies": {
62
- "@babel/core": "^7.24.6",
63
- "@babel/eslint-parser": "^7.24.6",
64
- "@babel/plugin-external-helpers": "^7.24.6",
65
- "@babel/plugin-proposal-decorators": "^7.24.6",
66
- "@babel/plugin-transform-class-properties": "^7.24.6",
67
- "@babel/plugin-transform-private-methods": "^7.24.6",
68
- "@babel/plugin-transform-private-property-in-object": "^7.24.6",
69
- "@babel/plugin-transform-runtime": "^7.24.6",
70
- "@babel/preset-env": "^7.24.6",
71
- "@babel/preset-react": "^7.24.6",
72
- "@babel/runtime": "^7.24.6",
73
- "@changesets/cli": "^2.27.3",
61
+ "@babel/core": "^7.24.7",
62
+ "@babel/eslint-parser": "^7.24.7",
63
+ "@babel/plugin-external-helpers": "^7.24.7",
64
+ "@babel/plugin-proposal-decorators": "^7.24.7",
65
+ "@babel/plugin-transform-class-properties": "^7.24.7",
66
+ "@babel/plugin-transform-private-methods": "^7.24.7",
67
+ "@babel/plugin-transform-private-property-in-object": "^7.24.7",
68
+ "@babel/plugin-transform-runtime": "^7.24.7",
69
+ "@babel/preset-env": "^7.24.7",
70
+ "@babel/preset-react": "^7.24.7",
71
+ "@babel/runtime": "^7.24.7",
72
+ "@changesets/cli": "^2.27.5",
74
73
  "@commitlint/cli": "^19.3.0",
75
74
  "@commitlint/config-conventional": "^19.2.2",
76
75
  "@commitlint/config-pnpm-scopes": "^19.1.0",
77
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
76
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
78
77
  "@types/jest": "^29.5.12",
79
- "@types/node": "^20.12.12",
80
- "@typescript-eslint/parser": "^7.10.0",
78
+ "@types/node": "^20.14.2",
79
+ "@typescript-eslint/parser": "^7.13.0",
81
80
  "babel-jest": "^29.7.0",
82
81
  "commitizen": "^4.3.0",
83
82
  "conventional-changelog-conventionalcommits": "^8.0.0",
84
83
  "cross-env": "^7.0.3",
85
- "cz-git": "^1.9.2",
86
- "documentation": "^14.0.3",
87
- "easy-soft-develop": "^2.1.174",
84
+ "cz-git": "^1.9.3",
85
+ "docdash": "^2.0.2",
86
+ "easy-soft-develop": "^2.1.190",
88
87
  "eslint": "^8.57.0",
89
88
  "eslint-config-airbnb": "^19.0.4",
90
89
  "eslint-config-airbnb-typescript": "^18.0.0",
@@ -93,25 +92,26 @@
93
92
  "eslint-import-resolver-typescript": "^3.6.1",
94
93
  "eslint-plugin-eslint-comments": "^3.2.0",
95
94
  "eslint-plugin-import": "^2.29.1",
96
- "eslint-plugin-jest": "^28.5.0",
95
+ "eslint-plugin-jest": "^28.6.0",
97
96
  "eslint-plugin-jsx-a11y": "^6.8.0",
98
97
  "eslint-plugin-prettier": "^5.1.3",
99
- "eslint-plugin-promise": "^6.1.1",
100
- "eslint-plugin-react": "^7.34.1",
98
+ "eslint-plugin-promise": "^6.2.0",
99
+ "eslint-plugin-react": "^7.34.2",
101
100
  "eslint-plugin-react-hooks": "^4.6.2",
102
101
  "eslint-plugin-simple-import-sort": "^12.1.0",
103
102
  "eslint-plugin-unicorn": "^52.0.0",
104
103
  "husky": "^9.0.11",
105
104
  "jest": "^29.7.0",
106
- "lint-staged": "^15.2.5",
105
+ "jsdoc": "^4.0.3",
106
+ "lint-staged": "^15.2.7",
107
107
  "npm-check-updates": "^16.14.20",
108
- "prettier": "^3.2.5",
108
+ "prettier": "^3.3.2",
109
109
  "prettier-plugin-organize-imports": "^3.2.4",
110
110
  "prettier-plugin-packagejson": "^2.5.0",
111
111
  "react": "^18.3.1",
112
112
  "react-dnd": "^16.0.1",
113
113
  "rimraf": "^5.0.7",
114
- "stylelint": "^16.6.0",
114
+ "stylelint": "^16.6.1",
115
115
  "stylelint-config-css-modules": "^4.4.0",
116
116
  "stylelint-config-prettier": "^9.0.5",
117
117
  "stylelint-config-standard": "^36.0.0",