@yamato-daiwa/automation 0.8.0-alpha.0 → 0.8.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/EntryPoint.js +1077 -477
- package/README.md +6 -3
- package/package.json +13 -11
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Yamato Daiwa Automation 〔YDA〕
|
|
1
|
+
# Yamato Daiwa Automation 〔 YDA 〕
|
|
2
2
|
|
|
3
3
|
The project building tool with declarative YAML configuration based on Gulp and Webpack.
|
|
4
4
|
Specializing on Pug, Stylus and TypeScript as source code languages; also works with images, fonts, videos and audios.
|
|
@@ -17,6 +17,7 @@ npm i @yamato-daiwa/automation -D -E
|
|
|
17
17
|
## Documentation
|
|
18
18
|
|
|
19
19
|
+ [Terminology](https://automation.yamato-daiwa.com/Terminology/Terminology.english.html)
|
|
20
|
+
+ [Console Line Interface](https://automation.yamato-daiwa.com/ConsoleLineInterface/ConsoleLineInterface.english.html)
|
|
20
21
|
|
|
21
22
|
|
|
22
23
|
### Functionality
|
|
@@ -28,9 +29,10 @@ npm i @yamato-daiwa/automation -D -E
|
|
|
28
29
|
+ [Resources Pointers Resolving](https://automation.yamato-daiwa.com/Functionality/MarkupProcessing/ResourcesPointersResolving/ResourcesPointersResolving.english.html)
|
|
29
30
|
+ [Localization](https://automation.yamato-daiwa.com/Functionality/MarkupProcessing/Localization/Localization.english.html)
|
|
30
31
|
+ Static Preview
|
|
31
|
-
+ [State Dependent Pages Variations](https://automation.yamato-daiwa.com/Functionality/MarkupProcessing/StaticPreview/StateDependentPagesVariations/StateDependentPagesVariations.english.html)
|
|
32
|
+
+ [State Dependent Pages Variations](https://automation.yamato-daiwa.com/Functionality/MarkupProcessing/StaticPreview/StateDependentPagesVariations/StateDependentPagesVariations.english.html)
|
|
32
33
|
+ [Browser Live Reloading](https://automation.yamato-daiwa.com/Functionality/BrowserLiveReloading/BrowserLiveReloading.english.html)
|
|
33
34
|
+ [Distributable package.json Generating](https://automation.yamato-daiwa.com/Functionality/DistributablePackageJSON_Generating/DistributablePackageJSON_Generating.english.html)
|
|
35
|
+
+ [Docker Integration](https://automation.yamato-daiwa.com/Functionality/DockerIntegration/DockerIntegration.english.html)
|
|
34
36
|
|
|
35
37
|
|
|
36
38
|
### Configuration File
|
|
@@ -40,4 +42,5 @@ npm i @yamato-daiwa/automation -D -E
|
|
|
40
42
|
+ [Styles Processing Settings](https://automation.yamato-daiwa.com/ConfigurationFile/StylesProcessing/StylesProcessingSettings.english.html)
|
|
41
43
|
+ [ECMAScript Logic Processing Settings](https://automation.yamato-daiwa.com/ConfigurationFile/ECMAScriptLogicProcessing/ECMAScriptLogicProcessing.english.html)
|
|
42
44
|
+ [Images Processing Settings](https://automation.yamato-daiwa.com/ConfigurationFile/ImagesProcessing/ImagesProcessingSettings.english.html)
|
|
43
|
-
+ [Browser Live Reloading Settings](https://automation.yamato-daiwa.com/
|
|
45
|
+
+ [Browser Live Reloading Settings](https://automation.yamato-daiwa.com/ConfigurationFile/BrowserLiveReloading/BrowserLiveReloadingSettings.english.html)
|
|
46
|
+
+ [Docker Launching](https://automation.yamato-daiwa.com/ConfigurationFile/DockerLaunching/DockerLaunching.english.html)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamato-daiwa/automation",
|
|
3
|
-
"version": "0.8.0
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "The project building tool with declarative YAML configuration specializing on Pug, Stylus and TypeScript as source code languages.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"build",
|
|
@@ -20,22 +20,23 @@
|
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
|
|
23
|
-
"@stylistic/eslint-plugin": "5.
|
|
24
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
25
|
-
"@typescript-eslint/parser": "8.
|
|
23
|
+
"@stylistic/eslint-plugin": "5.4.0",
|
|
24
|
+
"@typescript-eslint/eslint-plugin": "8.46.1",
|
|
25
|
+
"@typescript-eslint/parser": "8.46.1",
|
|
26
26
|
"@vue/compiler-sfc": "3.5.18",
|
|
27
27
|
"@webdiscus/pug-loader": "2.11.1",
|
|
28
|
-
"@yamato-daiwa/es-extensions": "1.8.
|
|
29
|
-
"@yamato-daiwa/es-extensions-nodejs": "1.8.
|
|
30
|
-
"@yamato-daiwa/style_guides": "0.
|
|
28
|
+
"@yamato-daiwa/es-extensions": "1.8.1",
|
|
29
|
+
"@yamato-daiwa/es-extensions-nodejs": "1.8.1",
|
|
30
|
+
"@yamato-daiwa/style_guides": "0.10.1",
|
|
31
|
+
"@yamato-daiwa/universal-reactive-webpack-loader": "0.0.0",
|
|
31
32
|
"autoprefixer": "10.4.21",
|
|
32
33
|
"browser-sync": "3.0.4",
|
|
33
34
|
"css-loader": "7.1.2",
|
|
34
35
|
"cssnano": "7.1.0",
|
|
35
36
|
"dotenv": "17.2.1",
|
|
36
|
-
"eslint": "9.
|
|
37
|
+
"eslint": "9.38.0",
|
|
37
38
|
"eslint-plugin-import": "2.32.0",
|
|
38
|
-
"eslint-plugin-n": "17.
|
|
39
|
+
"eslint-plugin-n": "17.23.1",
|
|
39
40
|
"eslint-plugin-react": "7.37.5",
|
|
40
41
|
"eslint-plugin-vue": "9.33.0",
|
|
41
42
|
"eslint-plugin-vue-pug": "0.6.2",
|
|
@@ -57,9 +58,10 @@
|
|
|
57
58
|
"node-html-parser": "7.0.1",
|
|
58
59
|
"node-notifier": "10.0.1",
|
|
59
60
|
"pa11y": "9.0.0",
|
|
61
|
+
"postcss-loader": "8.2.0",
|
|
62
|
+
"postcss-normalize-stylus-compatible-container-query-syntax": "1.0.0",
|
|
60
63
|
"probe-image-size": "7.2.3",
|
|
61
64
|
"pug-lint": "2.7.0",
|
|
62
|
-
"pug3-ast-loader": "0.0.0",
|
|
63
65
|
"puppeteer": "24.10.0",
|
|
64
66
|
"require-from-string": "2.0.2",
|
|
65
67
|
"rev-hash": "4.1.0",
|
|
@@ -103,7 +105,7 @@
|
|
|
103
105
|
"@types/webpack-stream": "3.2.15",
|
|
104
106
|
"eslint-webpack-plugin": "4.2.0",
|
|
105
107
|
"ts-node": "10.9.2",
|
|
106
|
-
"typescript": "5.9.
|
|
108
|
+
"typescript": "5.9.3",
|
|
107
109
|
"webpack-cli": "6.0.1"
|
|
108
110
|
},
|
|
109
111
|
"scripts": {
|