@cherepanov.pavel/shareable-config 1.0.1 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +52 -52
package/package.json CHANGED
@@ -1,63 +1,63 @@
1
1
  {
2
2
  "name": "@cherepanov.pavel/shareable-config",
3
3
  "description": "setup for new repositories",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "type": "module",
6
6
  "devEngines": {
7
- "packageManager": {
8
- "name": "npm",
9
- "version": "12.0.2"
10
- },
11
- "runtime": {
12
- "name": "node",
13
- "version": "26.7.0"
14
- }
15
- },
7
+ "packageManager": {
8
+ "name": "npm",
9
+ "version": "12.0.2"
10
+ },
11
+ "runtime": {
12
+ "name": "node",
13
+ "version": "26.7.0"
14
+ }
15
+ },
16
16
  "repository": {
17
- "type": "git",
18
- "url": "https://github.com/Cherepanov-Pavel/shareable-config"
19
- },
17
+ "type": "git",
18
+ "url": "https://github.com/Cherepanov-Pavel/shareable-config"
19
+ },
20
20
  "files": [
21
- "env.json5",
22
- "env.json5.set.js",
23
- ".editorconfig",
24
- ".editorconfig-get.js",
25
- ".gitattributes",
26
- ".gitattributes-get.js",
27
- ".gitignore",
28
- ".gitignore-get.js",
29
- ".vscode/",
30
- "tools/",
31
- "utils/",
32
- "jsconfig.json"
33
- ],
34
- "bin": {
35
- "set-env": "./env.json5.set.js",
36
- "get-all": "./.get-all.js",
37
- "get-editorconfig": "./.editorconfig-get.js",
38
- "get-gitattributes": "./.gitattributes-get.js",
39
- "get-gitignore": "./.gitignore-get.js",
40
- "get-extensions": "./.vscode/extensions.json-get.js",
41
- "get-settings": "./.vscode/settings.json-get.js",
42
- "get-code-snippets": "./.vscode/.code-snippets-get.js"
43
- },
21
+ "env.json5",
22
+ "env.json5.set.js",
23
+ ".editorconfig",
24
+ ".editorconfig-get.js",
25
+ ".gitattributes",
26
+ ".gitattributes-get.js",
27
+ ".gitignore",
28
+ ".gitignore-get.js",
29
+ ".vscode/",
30
+ "tools/",
31
+ "utils/",
32
+ "jsconfig.json"
33
+ ],
34
+ "bin": {
35
+ "set-env": "./env.json5.set.js",
36
+ "get-all": "./.get-all.js",
37
+ "get-editorconfig": "./.editorconfig-get.js",
38
+ "get-gitattributes": "./.gitattributes-get.js",
39
+ "get-gitignore": "./.gitignore-get.js",
40
+ "get-extensions": "./.vscode/extensions.json-get.js",
41
+ "get-settings": "./.vscode/settings.json-get.js",
42
+ "get-code-snippets": "./.vscode/.code-snippets-get.js"
43
+ },
44
44
  "dependencies": {
45
- "@eslint/compat": "^2.0.5",
46
- "@stylistic/eslint-plugin": "^5.1.0",
47
- "@stylistic/stylelint-plugin": "^3.1.3",
48
- "@typescript-eslint/eslint-plugin": "^8.57.0",
49
- "@typescript-eslint/parser": "^8.57.0",
50
- "eslint": "^10.0.3",
51
- "eslint-plugin-vue": "^10.8.0",
52
- "fs-extra": "^11.3.0",
53
- "jiti": "^2.4.2",
45
+ "@eslint/compat": "2.1.0",
46
+ "@stylistic/eslint-plugin": "5.10.0",
47
+ "@stylistic/stylelint-plugin": "5.2.1",
48
+ "@typescript-eslint/eslint-plugin": "^8.66.0",
49
+ "@typescript-eslint/parser": "^8.66.0",
50
+ "eslint": "^10.8.1",
51
+ "eslint-plugin-vue": "^10.10.0",
52
+ "fs-extra": "^11.4.0",
53
+ "jiti": "^2.7.0",
54
54
  "json5": "^2.2.3",
55
- "postcss-html": "^1.8.0",
56
- "stylelint": "^16.21.0",
57
- "stylelint-config-standard": "^38.0.0",
58
- "stylelint-config-standard-scss": "^15.0.1",
59
- "stylelint-config-standard-vue": "^1.0.0",
60
- "stylelint-order": "^7.0.0",
61
- "vue-eslint-parser": "^10.4.0"
55
+ "postcss-html": "^2.0.0",
56
+ "stylelint": "^17.14.1",
57
+ "stylelint-config-standard": "^40.0.0",
58
+ "stylelint-config-standard-scss": "^17.0.0",
59
+ "stylelint-config-standard-vue": "^2.0.0",
60
+ "stylelint-order": "^8.1.1",
61
+ "vue-eslint-parser": "^10.4.1"
62
62
  }
63
63
  }