@skaldapp/configs 1.2.59 → 1.2.61
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 +13 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package",
|
|
3
3
|
"name": "@skaldapp/configs",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.61",
|
|
5
5
|
"description": "A comprehensive collection of shared configuration files for Vue.js projects with TypeScript, ESLint, Prettier, UnoCSS, and Vite, featuring Pug support",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"vue",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"license": "AGPL-3.0-or-later",
|
|
31
31
|
"author": "Jerry Bruwes <jbruwes@gmail.com> (https://jbruwes.github.io)",
|
|
32
|
+
"sideEffects": false,
|
|
32
33
|
"type": "module",
|
|
33
34
|
"exports": {
|
|
34
35
|
"./eslint": {
|
|
@@ -62,7 +63,7 @@
|
|
|
62
63
|
"lint": "eslint ."
|
|
63
64
|
},
|
|
64
65
|
"dependencies": {
|
|
65
|
-
"@eslint/js": "^9.39.
|
|
66
|
+
"@eslint/js": "^9.39.3",
|
|
66
67
|
"@eslint/json": "^1.0.1",
|
|
67
68
|
"@prettier/plugin-pug": "^3.4.2",
|
|
68
69
|
"@tsconfig/strictest": "^2.0.8",
|
|
@@ -80,21 +81,21 @@
|
|
|
80
81
|
"@unocss/transformer-variant-group": "^66.6.0",
|
|
81
82
|
"@unocss/vite": "^66.6.0",
|
|
82
83
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
83
|
-
"@vue/eslint-config-typescript": "
|
|
84
|
-
"@vue/language-plugin-pug": "^3.2.
|
|
84
|
+
"@vue/eslint-config-typescript": "~14.6.0",
|
|
85
|
+
"@vue/language-plugin-pug": "^3.2.5",
|
|
85
86
|
"@vue/tsconfig": "^0.8.1",
|
|
86
|
-
"eslint": "^9.39.
|
|
87
|
-
"eslint-config-flat-gitignore": "^2.1
|
|
87
|
+
"eslint": "^9.39.3",
|
|
88
|
+
"eslint-config-flat-gitignore": "^2.2.1",
|
|
88
89
|
"eslint-config-prettier": "^10.1.8",
|
|
89
90
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
90
91
|
"eslint-plugin-de-morgan": "^2.0.0",
|
|
91
92
|
"eslint-plugin-depend": "^1.4.0",
|
|
92
93
|
"eslint-plugin-import-x": "^4.16.1",
|
|
93
|
-
"eslint-plugin-jsdoc": "^62.
|
|
94
|
-
"eslint-plugin-package-json": "^0.
|
|
95
|
-
"eslint-plugin-perfectionist": "^5.
|
|
94
|
+
"eslint-plugin-jsdoc": "^62.7.1",
|
|
95
|
+
"eslint-plugin-package-json": "^0.89.1",
|
|
96
|
+
"eslint-plugin-perfectionist": "^5.6.0",
|
|
96
97
|
"eslint-plugin-prettier": "^5.5.5",
|
|
97
|
-
"eslint-plugin-sonarjs": "^
|
|
98
|
+
"eslint-plugin-sonarjs": "^4.0.0",
|
|
98
99
|
"eslint-plugin-vue": "^10.8.0",
|
|
99
100
|
"eslint-plugin-vue-pug": "^1.0.0-alpha.5",
|
|
100
101
|
"jiti": "^2.6.1",
|
|
@@ -109,10 +110,10 @@
|
|
|
109
110
|
"vite-plugin-vue-devtools": "^8.0.6",
|
|
110
111
|
"vite-tsconfig-paths": "^6.1.1",
|
|
111
112
|
"vue-eslint-parser-template-tokenizer-pug": "^1.0.0",
|
|
112
|
-
"vue-tsc": "^3.2.
|
|
113
|
+
"vue-tsc": "^3.2.5"
|
|
113
114
|
},
|
|
114
115
|
"devDependencies": {
|
|
115
116
|
"@eslint/config-helpers": "^0.5.2",
|
|
116
|
-
"@types/node": "^25.
|
|
117
|
+
"@types/node": "^25.3.0"
|
|
117
118
|
}
|
|
118
119
|
}
|