@zpcscc/configs 2.0.0 → 2.0.1
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 +51 -51
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@zpcscc/configs",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.1",
|
4
4
|
"description": "项目通用配置",
|
5
5
|
"keywords": [
|
6
6
|
"commitlint",
|
@@ -43,58 +43,58 @@
|
|
43
43
|
"start": "dumi dev"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@babel/core": "
|
47
|
-
"@babel/plugin-syntax-flow": "
|
48
|
-
"@babel/plugin-transform-react-jsx": "
|
49
|
-
"@babel/runtime": "
|
50
|
-
"@commitlint/cz-commitlint": "
|
51
|
-
"@rushstack/eslint-patch": "
|
52
|
-
"@types/node": "
|
53
|
-
"@types/react": "
|
54
|
-
"@types/react-dom": "
|
55
|
-
"@typescript-eslint/eslint-plugin": "
|
56
|
-
"@typescript-eslint/parser": "
|
57
|
-
"@vue/eslint-config-prettier": "
|
58
|
-
"@vue/eslint-config-typescript": "
|
59
|
-
"commitizen": "
|
60
|
-
"cosmiconfig": "
|
61
|
-
"eslint": "
|
62
|
-
"eslint-config-prettier": "
|
63
|
-
"eslint-config-standard": "
|
64
|
-
"eslint-config-standard-with-typescript": "
|
65
|
-
"eslint-import-resolver-typescript": "
|
66
|
-
"eslint-plugin-eslint-comments": "
|
67
|
-
"eslint-plugin-import": "
|
68
|
-
"eslint-plugin-jsx-a11y": "
|
69
|
-
"eslint-plugin-n": "
|
70
|
-
"eslint-plugin-prettier": "
|
71
|
-
"eslint-plugin-promise": "
|
72
|
-
"eslint-plugin-react": "
|
73
|
-
"eslint-plugin-react-hooks": "
|
74
|
-
"eslint-plugin-sonarjs": "
|
75
|
-
"eslint-plugin-unicorn": "
|
76
|
-
"eslint-plugin-vue": "
|
77
|
-
"inquirer": "
|
78
|
-
"postcss": "
|
79
|
-
"prettier": "
|
80
|
-
"prettier-plugin-organize-imports": "
|
81
|
-
"prettier-plugin-packagejson": "
|
82
|
-
"stylelint": "
|
83
|
-
"stylelint-config-idiomatic-order": "
|
84
|
-
"stylelint-declaration-block-no-ignored-properties": "
|
85
|
-
"vue-eslint-parser": "
|
46
|
+
"@babel/core": "7.23.3",
|
47
|
+
"@babel/plugin-syntax-flow": "7.23.3",
|
48
|
+
"@babel/plugin-transform-react-jsx": "7.22.15",
|
49
|
+
"@babel/runtime": "7.23.2",
|
50
|
+
"@commitlint/cz-commitlint": "18.4.1",
|
51
|
+
"@rushstack/eslint-patch": "1.5.1",
|
52
|
+
"@types/node": "20.9.0",
|
53
|
+
"@types/react": "18.2.37",
|
54
|
+
"@types/react-dom": "18.2.15",
|
55
|
+
"@typescript-eslint/eslint-plugin": "6.10.0",
|
56
|
+
"@typescript-eslint/parser": "6.10.0",
|
57
|
+
"@vue/eslint-config-prettier": "8.0.0",
|
58
|
+
"@vue/eslint-config-typescript": "12.0.0",
|
59
|
+
"commitizen": "4.0.3",
|
60
|
+
"cosmiconfig": "8.3.6",
|
61
|
+
"eslint": "8.53.0",
|
62
|
+
"eslint-config-prettier": "9.0.0",
|
63
|
+
"eslint-config-standard": "17.1.0",
|
64
|
+
"eslint-config-standard-with-typescript": "39.1.1",
|
65
|
+
"eslint-import-resolver-typescript": "3.6.1",
|
66
|
+
"eslint-plugin-eslint-comments": "3.2.0",
|
67
|
+
"eslint-plugin-import": "2.29.0",
|
68
|
+
"eslint-plugin-jsx-a11y": "6.8.0",
|
69
|
+
"eslint-plugin-n": "16.3.1",
|
70
|
+
"eslint-plugin-prettier": "5.0.1",
|
71
|
+
"eslint-plugin-promise": "6.1.1",
|
72
|
+
"eslint-plugin-react": "7.33.2",
|
73
|
+
"eslint-plugin-react-hooks": "4.6.0",
|
74
|
+
"eslint-plugin-sonarjs": "0.23.0",
|
75
|
+
"eslint-plugin-unicorn": "49.0.0",
|
76
|
+
"eslint-plugin-vue": "9.18.1",
|
77
|
+
"inquirer": "8.2.5",
|
78
|
+
"postcss": "8.4.31",
|
79
|
+
"prettier": "3.0.3",
|
80
|
+
"prettier-plugin-organize-imports": "3.2.4",
|
81
|
+
"prettier-plugin-packagejson": "2.4.6",
|
82
|
+
"stylelint": "14.16.1",
|
83
|
+
"stylelint-config-idiomatic-order": "9.0.0",
|
84
|
+
"stylelint-declaration-block-no-ignored-properties": "2.7.0",
|
85
|
+
"vue-eslint-parser": "9.3.2"
|
86
86
|
},
|
87
87
|
"devDependencies": {
|
88
|
-
"dumi": "
|
89
|
-
"father": "
|
90
|
-
"gh-pages": "
|
91
|
-
"react": "
|
92
|
-
"react-dom": "
|
93
|
-
"react-is": "
|
94
|
-
"styled-components": "
|
95
|
-
"tslib": "
|
96
|
-
"typescript": "
|
97
|
-
"webpack": "
|
88
|
+
"dumi": "2.2.14",
|
89
|
+
"father": "4.3.7",
|
90
|
+
"gh-pages": "6.0.0",
|
91
|
+
"react": "18.2.0",
|
92
|
+
"react-dom": "18.2.0",
|
93
|
+
"react-is": "18.2.0",
|
94
|
+
"styled-components": "6.1.1",
|
95
|
+
"tslib": "2.6.2",
|
96
|
+
"typescript": "5.2.2",
|
97
|
+
"webpack": "5.89.0"
|
98
98
|
},
|
99
99
|
"publishConfig": {
|
100
100
|
"access": "public",
|