@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.
- 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.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"devEngines": {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "https://github.com/Cherepanov-Pavel/shareable-config"
|
|
19
|
+
},
|
|
20
20
|
"files": [
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
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": "
|
|
46
|
-
"@stylistic/eslint-plugin": "
|
|
47
|
-
"@stylistic/stylelint-plugin": "
|
|
48
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
49
|
-
"@typescript-eslint/parser": "^8.
|
|
50
|
-
"eslint": "^10.
|
|
51
|
-
"eslint-plugin-vue": "^10.
|
|
52
|
-
"fs-extra": "^11.
|
|
53
|
-
"jiti": "^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": "^
|
|
56
|
-
"stylelint": "^
|
|
57
|
-
"stylelint-config-standard": "^
|
|
58
|
-
"stylelint-config-standard-scss": "^
|
|
59
|
-
"stylelint-config-standard-vue": "^
|
|
60
|
-
"stylelint-order": "^
|
|
61
|
-
"vue-eslint-parser": "^10.4.
|
|
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
|
}
|