@zulaica/site-bundler 0.4.4 → 0.5.0
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/.vscode/settings.json +3 -11
- package/package.json +24 -24
package/.vscode/settings.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"editor.codeActionsOnSave": {
|
|
3
|
-
"source.organizeImports":
|
|
3
|
+
"source.organizeImports": "explicit"
|
|
4
4
|
},
|
|
5
|
+
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
5
6
|
"editor.formatOnSave": true,
|
|
6
7
|
"eslint.run": "onSave",
|
|
7
8
|
"files.exclude": {
|
|
@@ -10,14 +11,5 @@
|
|
|
10
11
|
"**/.DS_Store": true,
|
|
11
12
|
"**/Thumbs.db": true
|
|
12
13
|
},
|
|
13
|
-
"search.exclude": {}
|
|
14
|
-
"[javascript]": {
|
|
15
|
-
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
16
|
-
},
|
|
17
|
-
"[json]": {
|
|
18
|
-
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
19
|
-
},
|
|
20
|
-
"[jsonc]": {
|
|
21
|
-
"editor.defaultFormatter": "vscode.json-language-features"
|
|
22
|
-
}
|
|
14
|
+
"search.exclude": {}
|
|
23
15
|
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zulaica/site-bundler",
|
|
3
3
|
"author": "David Zulaica",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.5.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": ">=
|
|
7
|
+
"node": ">=18.19.1"
|
|
8
8
|
},
|
|
9
9
|
"license": "UNLICENSED",
|
|
10
10
|
"bin": {
|
|
@@ -16,41 +16,41 @@
|
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "git+https://github.com/zulaica/
|
|
19
|
+
"url": "git+https://github.com/zulaica/site-bundler.git"
|
|
20
20
|
},
|
|
21
21
|
"bugs": {
|
|
22
|
-
"url": "https://github.com/zulaica/
|
|
23
|
-
},
|
|
24
|
-
"homepage": "https://github.com/zulaica/personal-website-bundler#readme",
|
|
25
|
-
"volta": {
|
|
26
|
-
"node": "16.18.1",
|
|
27
|
-
"npm": "8.19.2"
|
|
22
|
+
"url": "https://github.com/zulaica/site-bundler/issues"
|
|
28
23
|
},
|
|
24
|
+
"homepage": "https://github.com/zulaica/site-bundler#readme",
|
|
29
25
|
"dependencies": {
|
|
30
|
-
"@babel/core": "7.
|
|
31
|
-
"@babel/parser": "7.
|
|
32
|
-
"@babel/preset-env": "7.
|
|
33
|
-
"commander": "
|
|
34
|
-
"cssnano": "
|
|
35
|
-
"cssnano-preset-advanced": "
|
|
36
|
-
"htmlnano": "2.0
|
|
37
|
-
"postcss": "8.4.
|
|
38
|
-
"postcss-import": "
|
|
39
|
-
"postcss-preset-env": "
|
|
26
|
+
"@babel/core": "7.24.0",
|
|
27
|
+
"@babel/parser": "7.24.0",
|
|
28
|
+
"@babel/preset-env": "7.24.0",
|
|
29
|
+
"commander": "12.0.0",
|
|
30
|
+
"cssnano": "6.1.0",
|
|
31
|
+
"cssnano-preset-advanced": "6.1.0",
|
|
32
|
+
"htmlnano": "2.1.0",
|
|
33
|
+
"postcss": "8.4.35",
|
|
34
|
+
"postcss-import": "16.0.1",
|
|
35
|
+
"postcss-preset-env": "9.5.0",
|
|
40
36
|
"postcss-url": "10.1.3",
|
|
41
37
|
"posthtml": "0.16.6",
|
|
42
38
|
"posthtml-hash": "1.2.2",
|
|
43
|
-
"rollup": "
|
|
39
|
+
"rollup": "4.12.1"
|
|
44
40
|
},
|
|
45
41
|
"devDependencies": {
|
|
46
|
-
"eslint": "8.
|
|
47
|
-
"eslint-config-prettier": "
|
|
48
|
-
"eslint-plugin-prettier": "
|
|
49
|
-
"prettier": "2.
|
|
42
|
+
"eslint": "8.57.0",
|
|
43
|
+
"eslint-config-prettier": "9.1.0",
|
|
44
|
+
"eslint-plugin-prettier": "5.1.3",
|
|
45
|
+
"prettier": "3.2.5"
|
|
50
46
|
},
|
|
51
47
|
"description": "",
|
|
52
48
|
"main": "index.mjs",
|
|
53
49
|
"directories": {
|
|
54
50
|
"lib": "lib"
|
|
51
|
+
},
|
|
52
|
+
"volta": {
|
|
53
|
+
"node": "18.19.1",
|
|
54
|
+
"npm": "10.2.4"
|
|
55
55
|
}
|
|
56
56
|
}
|