@raisenow/tamaro-cli 1.1.8 → 1.2.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/.history/.eslintignore_20220609190420 +4 -0
- package/.history/.eslintignore_20230911190227 +6 -0
- package/.history/.eslintignore_20230911211247 +7 -0
- package/.history/.eslintignore_20230911211250 +7 -0
- package/.history/.eslintrc_20230911201601.js +49 -0
- package/.history/.eslintrc_20230911201643.js +49 -0
- package/.history/.eslintrc_20230911201735.js +49 -0
- package/.history/.eslintrc_20230911201913.js +64 -0
- package/.history/.eslintrc_20230911202002.js +62 -0
- package/.history/.eslintrc_20230911202138.js +133 -0
- package/.history/.eslintrc_20230911202140.js +133 -0
- package/.history/.eslintrc_20230911202145.js +133 -0
- package/.history/.eslintrc_20230911202147.js +133 -0
- package/.history/.eslintrc_20230911202406.js +133 -0
- package/.history/.eslintrc_20230911202447.js +133 -0
- package/.history/.eslintrc_20230911202453.js +133 -0
- package/.history/.eslintrc_20230911202511.js +133 -0
- package/.history/.eslintrc_20230911202527.js +133 -0
- package/.history/.eslintrc_20230911202639.js +125 -0
- package/.history/.eslintrc_20230911202721.js +149 -0
- package/.history/.eslintrc_20230911202746.js +149 -0
- package/.history/.eslintrc_20240423125702.cjs +148 -0
- package/.history/.gitignore_20220609190420 +14 -0
- package/.history/.gitignore_20230911185959 +4 -0
- package/.history/.gitignore_20230911190006 +4 -0
- package/.history/.gitignore_20230911190007 +4 -0
- package/.history/.nmprc_20241004144025 +0 -0
- package/.history/.nmprc_20241004144041 +1 -0
- package/.history/.npmrc_20241004144040 +1 -0
- package/.history/.npmrc_20241004144152 +1 -0
- package/.history/.npmrc_20241004145639 +2 -0
- package/.history/.npmrc_20241004145649 +1 -0
- package/.history/.nvmrc_20241125012803 +1 -0
- package/.history/.nvmrc_20241125022800 +1 -0
- package/.history/.nvmrc_20241125022806 +1 -0
- package/.history/.prettierignore_20220609190420 +5 -0
- package/.history/.prettierignore_20230911190242 +7 -0
- package/.history/.prettierignore_20230911190245 +7 -0
- package/.history/.prettierignore_20230911211301 +8 -0
- package/.history/CHANGELOG_20250624052910.md +20 -0
- package/.history/CHANGELOG_20250624055058.md +23 -0
- package/.history/CHANGELOG_20250624055107.md +23 -0
- package/.history/CHANGELOG_20250624055138.md +23 -0
- package/.history/CHANGELOG_20250624055156.md +23 -0
- package/.history/CHANGELOG_20250624055200.md +23 -0
- package/.history/CHANGELOG_20250624055203.md +23 -0
- package/.history/CHANGELOG_20250625142852.md +25 -0
- package/.history/CHANGELOG_20250625142901.md +22 -0
- package/.history/CHANGELOG_20250625142902.md +22 -0
- package/.history/README_20230911145033.md +245 -0
- package/.history/README_20230911151749.md +245 -0
- package/.history/README_20230911151844.md +245 -0
- package/.history/README_20230911153040.md +245 -0
- package/.history/README_20230911202959.md +245 -0
- package/.history/cli_20241005014539 +3 -0
- package/.history/cli_20241005014542 +3 -0
- package/.history/cli_20241005014848 +3 -0
- package/.history/dist/chunk-FICM3HUI_20230912183408.js +302 -0
- package/.history/dist/chunk-FICM3HUI_20230912201610.js +302 -0
- package/.history/package_20241107122123.json +106 -0
- package/.history/package_20241107122219.json +106 -0
- package/.history/package_20241107124611.json +106 -0
- package/.history/package_20241107125521.json +106 -0
- package/.history/package_20241107125538.json +106 -0
- package/.history/package_20241125013228.json +106 -0
- package/.history/package_20241125013249.json +106 -0
- package/.history/package_20241125014402.json +105 -0
- package/.history/package_20241125103106.json +105 -0
- package/.history/tsconfig_20241005001442.json +34 -0
- package/.history/tsconfig_20241005001500.json +34 -0
- package/.history/tsconfig_20241005001540.json +34 -0
- package/.history/tsconfig_20241005014429.json +42 -0
- package/.history/tsconfig_20241005014436.json +42 -0
- package/.history/tsconfig_20241005014439.json +38 -0
- package/.history/tsconfig_20241005014455.json +38 -0
- package/.idea/codeStyles/Project.xml +131 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/.idea/misc.xml +17 -0
- package/.idea/modules.xml +8 -0
- package/.idea/prettier.xml +6 -0
- package/.idea/tamaro-cli.iml +12 -0
- package/.idea/vcs.xml +6 -0
- package/README.md +35 -13
- package/bitbucket-pipelines.yml +43 -0
- package/dist/cli.js +42 -1
- package/dist/webpack.config.js +43 -12
- package/package.json +5 -1
- package/src/cli.ts +0 -178
- package/src/commands/build.ts +0 -131
- package/src/commands/deploy-email-config.ts +0 -159
- package/src/commands/deploy.ts +0 -164
- package/src/commands/dev.ts +0 -88
- package/src/commands/list-deployed.ts +0 -117
- package/src/commands/serve.ts +0 -69
- package/src/lib/InterpolateHtmlPlugin.ts +0 -47
- package/src/lib/aws.ts +0 -138
- package/src/lib/command.ts +0 -27
- package/src/lib/constants.ts +0 -9
- package/src/lib/env.ts +0 -175
- package/src/lib/https.ts +0 -27
- package/src/lib/logging.ts +0 -37
- package/src/lib/notifier.ts +0 -22
- package/src/lib/resolve.ts +0 -143
- package/src/webpack.config.ts +0 -437
- /package/{tsconfig.json → .history/tsconfig_20241005014521.json} +0 -0
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@raisenow/tamaro-cli",
|
|
3
|
+
"version": "1.1.7",
|
|
4
|
+
"author": {
|
|
5
|
+
"name": "RaiseNow",
|
|
6
|
+
"email": "development@raisenow.com"
|
|
7
|
+
},
|
|
8
|
+
"type": "module",
|
|
9
|
+
"bin": "dist/cli.js",
|
|
10
|
+
"packageManager": "pnpm@9.12.3",
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": ">=20",
|
|
13
|
+
"pnpm": ">= 9.12",
|
|
14
|
+
"npm": "please-use-pnpm",
|
|
15
|
+
"yarn": "please-use-pnpm"
|
|
16
|
+
},
|
|
17
|
+
"scripts": {
|
|
18
|
+
"prepare": "pnpm build",
|
|
19
|
+
"tscheck": "tsc --noEmit",
|
|
20
|
+
"build": "tsup src/cli.ts src/webpack.config.ts --clean --shims --format esm",
|
|
21
|
+
"build:watch": "pnpm build --watch --ignore-watch .history --ignore-watch .idea",
|
|
22
|
+
"readme": "pnpx http-server . --cors -o /readme.html",
|
|
23
|
+
"lint": "DEBUG=eslint:cli-engine eslint .",
|
|
24
|
+
"lint:fix": "DEBUG=eslint:cli-engine eslint --fix .",
|
|
25
|
+
"format": "prettier --write ."
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@babel/cli": "^7.25.9",
|
|
29
|
+
"@babel/core": "^7.26.0",
|
|
30
|
+
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
31
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
32
|
+
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
33
|
+
"@babel/preset-env": "^7.26.0",
|
|
34
|
+
"@babel/preset-react": "^7.25.9",
|
|
35
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
36
|
+
"@babel/runtime-corejs3": "^7.26.0",
|
|
37
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
38
|
+
"@statoscope/webpack-plugin": "^5.28.2",
|
|
39
|
+
"@types/columnify": "^1.5.4",
|
|
40
|
+
"@types/lodash": "^4.17.13",
|
|
41
|
+
"@types/node": "^20.17.6",
|
|
42
|
+
"@types/node-notifier": "^8.0.5",
|
|
43
|
+
"@types/prompts": "^2.4.9",
|
|
44
|
+
"@types/resolve-bin": "^0.4.3",
|
|
45
|
+
"@types/webpack-config-utils": "^2.3.4",
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
47
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
48
|
+
"autoprefixer": "^10.4.20",
|
|
49
|
+
"babel-loader": "^9.2.1",
|
|
50
|
+
"babel-plugin-istanbul": "^7.0.0",
|
|
51
|
+
"babel-plugin-lodash": "^3.3.4",
|
|
52
|
+
"chalk": "^5.3.0",
|
|
53
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
54
|
+
"columnify": "^1.6.0",
|
|
55
|
+
"commander": "^12.1.0",
|
|
56
|
+
"copy-webpack-plugin": "^12.0.2",
|
|
57
|
+
"core-js": "^3.39.0",
|
|
58
|
+
"css-loader": "^7.1.2",
|
|
59
|
+
"css-minimizer-webpack-plugin": "^7.0.0",
|
|
60
|
+
"dotenv": "^16.4.5",
|
|
61
|
+
"dotenv-expand": "^11.0.6",
|
|
62
|
+
"escape-string-regexp": "^5.0.0",
|
|
63
|
+
"eslint": "^8.57.1",
|
|
64
|
+
"eslint-config-prettier": "^9.1.0",
|
|
65
|
+
"eslint-import-resolver-typescript": "^3.6.3",
|
|
66
|
+
"eslint-plugin-deprecation": "^3.0.0",
|
|
67
|
+
"eslint-plugin-import": "^2.31.0",
|
|
68
|
+
"eslint-plugin-markdownlint": "^0.6.0",
|
|
69
|
+
"eslint-plugin-promise": "^7.1.0",
|
|
70
|
+
"eslint-plugin-unused-imports": "^3.2.0",
|
|
71
|
+
"eslint-plugin-yml": "^1.15.0",
|
|
72
|
+
"eslint-webpack-plugin": "^4.2.0",
|
|
73
|
+
"execa": "^9.5.1",
|
|
74
|
+
"file-loader": "^6.2.0",
|
|
75
|
+
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
|
76
|
+
"glob": "^11.0.0",
|
|
77
|
+
"html-loader": "^5.1.0",
|
|
78
|
+
"html-webpack-plugin": "^5.6.3",
|
|
79
|
+
"json-loader": "^0.5.7",
|
|
80
|
+
"lodash": "^4.17.21",
|
|
81
|
+
"mini-css-extract-plugin": "^2.9.2",
|
|
82
|
+
"node-notifier": "^10.0.1",
|
|
83
|
+
"portfinder": "^1.0.32",
|
|
84
|
+
"postcss": "^8.4.47",
|
|
85
|
+
"postcss-custom-properties": "^14.0.4",
|
|
86
|
+
"postcss-loader": "^8.1.1",
|
|
87
|
+
"prettier": "^3.3.3",
|
|
88
|
+
"prompts": "^2.4.2",
|
|
89
|
+
"react-refresh": "^0.14.2",
|
|
90
|
+
"resolve-url-loader": "^5.0.0",
|
|
91
|
+
"sass": "^1.80.6",
|
|
92
|
+
"sass-loader": "^16.0.3",
|
|
93
|
+
"source-map-loader": "^5.0.0",
|
|
94
|
+
"strip-indent": "^4.0.0",
|
|
95
|
+
"style-loader": "^4.0.0",
|
|
96
|
+
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
97
|
+
"tsup": "^8.3.5",
|
|
98
|
+
"typescript": "^5.6.3",
|
|
99
|
+
"url-loader": "^4.1.1",
|
|
100
|
+
"webpack": "^5.96.1",
|
|
101
|
+
"webpack-cli": "^5.1.4",
|
|
102
|
+
"webpack-config-utils": "^2.3.1",
|
|
103
|
+
"webpack-dev-server": "^5.1.0",
|
|
104
|
+
"yaml-loader": "^0.8.1"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@raisenow/tamaro-cli",
|
|
3
|
+
"version": "1.1.7",
|
|
4
|
+
"author": {
|
|
5
|
+
"name": "RaiseNow",
|
|
6
|
+
"email": "development@raisenow.com"
|
|
7
|
+
},
|
|
8
|
+
"type": "module",
|
|
9
|
+
"bin": "dist/cli.js",
|
|
10
|
+
"packageManager": "pnpm@9.12.3",
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": ">=20",
|
|
13
|
+
"pnpm": ">= 9.12",
|
|
14
|
+
"npm": "please-use-pnpm",
|
|
15
|
+
"yarn": "please-use-pnpm"
|
|
16
|
+
},
|
|
17
|
+
"scripts": {
|
|
18
|
+
"prepare": "pnpm build",
|
|
19
|
+
"tscheck": "tsc --noEmit",
|
|
20
|
+
"build": "tsup src/cli.ts src/webpack.config.ts --clean --shims --format esm",
|
|
21
|
+
"build:watch": "pnpm build --watch --ignore-watch .history --ignore-watch .idea",
|
|
22
|
+
"readme": "pnpx http-server . --cors -o /readme.html",
|
|
23
|
+
"lint": "DEBUG=eslint:cli-engine eslint .",
|
|
24
|
+
"lint:fix": "DEBUG=eslint:cli-engine eslint --fix .",
|
|
25
|
+
"format": "prettier --write ."
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@babel/cli": "^7.25.9",
|
|
29
|
+
"@babel/core": "^7.26.0",
|
|
30
|
+
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
31
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
32
|
+
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
33
|
+
"@babel/preset-env": "^7.26.0",
|
|
34
|
+
"@babel/preset-react": "^7.25.9",
|
|
35
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
36
|
+
"@babel/runtime-corejs3": "^7.26.0",
|
|
37
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
38
|
+
"@statoscope/webpack-plugin": "^5.28.2",
|
|
39
|
+
"@types/columnify": "^1.5.4",
|
|
40
|
+
"@types/lodash": "^4.17.13",
|
|
41
|
+
"@types/node": "^20.17.6",
|
|
42
|
+
"@types/node-notifier": "^8.0.5",
|
|
43
|
+
"@types/prompts": "^2.4.9",
|
|
44
|
+
"@types/resolve-bin": "^0.4.3",
|
|
45
|
+
"@types/webpack-config-utils": "^2.3.4",
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
47
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
48
|
+
"autoprefixer": "^10.4.20",
|
|
49
|
+
"babel-loader": "^9.2.1",
|
|
50
|
+
"babel-plugin-istanbul": "^7.0.0",
|
|
51
|
+
"babel-plugin-lodash": "^3.3.4",
|
|
52
|
+
"chalk": "^5.3.0",
|
|
53
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
54
|
+
"columnify": "^1.6.0",
|
|
55
|
+
"commander": "^12.1.0",
|
|
56
|
+
"copy-webpack-plugin": "^12.0.2",
|
|
57
|
+
"core-js": "^3.39.0",
|
|
58
|
+
"css-loader": "^7.1.2",
|
|
59
|
+
"css-minimizer-webpack-plugin": "^7.0.0",
|
|
60
|
+
"dotenv": "^16.4.5",
|
|
61
|
+
"dotenv-expand": "^11.0.6",
|
|
62
|
+
"escape-string-regexp": "^5.0.0",
|
|
63
|
+
"eslint": "^8.57.1",
|
|
64
|
+
"eslint-config-prettier": "^9.1.0",
|
|
65
|
+
"eslint-import-resolver-typescript": "^3.6.3",
|
|
66
|
+
"eslint-plugin-deprecation": "^3.0.0",
|
|
67
|
+
"eslint-plugin-import": "^2.31.0",
|
|
68
|
+
"eslint-plugin-markdownlint": "^0.6.0",
|
|
69
|
+
"eslint-plugin-promise": "^7.1.0",
|
|
70
|
+
"eslint-plugin-unused-imports": "^3.2.0",
|
|
71
|
+
"eslint-plugin-yml": "^1.15.0",
|
|
72
|
+
"eslint-webpack-plugin": "^4.2.0",
|
|
73
|
+
"execa": "^9.5.1",
|
|
74
|
+
"file-loader": "^6.2.0",
|
|
75
|
+
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
|
76
|
+
"glob": "^11.0.0",
|
|
77
|
+
"html-loader": "^5.1.0",
|
|
78
|
+
"html-webpack-plugin": "^5.6.3",
|
|
79
|
+
"json-loader": "^0.5.7",
|
|
80
|
+
"lodash": "^4.17.21",
|
|
81
|
+
"mini-css-extract-plugin": "^2.9.2",
|
|
82
|
+
"node-notifier": "^10.0.1",
|
|
83
|
+
"portfinder": "^1.0.32",
|
|
84
|
+
"postcss": "^8.4.47",
|
|
85
|
+
"postcss-custom-properties": "^14.0.4",
|
|
86
|
+
"postcss-loader": "^8.1.1",
|
|
87
|
+
"prettier": "^3.3.3",
|
|
88
|
+
"prompts": "^2.4.2",
|
|
89
|
+
"react-refresh": "^0.14.2",
|
|
90
|
+
"resolve-url-loader": "^5.0.0",
|
|
91
|
+
"sass": "^1.80.6",
|
|
92
|
+
"sass-loader": "^16.0.3",
|
|
93
|
+
"source-map-loader": "^5.0.0",
|
|
94
|
+
"strip-indent": "^4.0.0",
|
|
95
|
+
"style-loader": "^4.0.0",
|
|
96
|
+
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
97
|
+
"tsup": "^8.3.5",
|
|
98
|
+
"typescript": "^5.6.3",
|
|
99
|
+
"url-loader": "^4.1.1",
|
|
100
|
+
"webpack": "^5.96.1",
|
|
101
|
+
"webpack-cli": "^5.1.4",
|
|
102
|
+
"webpack-config-utils": "^2.3.1",
|
|
103
|
+
"webpack-dev-server": "^5.1.0",
|
|
104
|
+
"yaml-loader": "^0.8.1"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@raisenow/tamaro-cli",
|
|
3
|
+
"version": "1.1.7",
|
|
4
|
+
"author": {
|
|
5
|
+
"name": "RaiseNow",
|
|
6
|
+
"email": "development@raisenow.com"
|
|
7
|
+
},
|
|
8
|
+
"type": "module",
|
|
9
|
+
"bin": "dist/cli.js",
|
|
10
|
+
"packageManager": "pnpm@9.12.3",
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": ">=20",
|
|
13
|
+
"pnpm": ">= 9.12",
|
|
14
|
+
"npm": "please-use-pnpm",
|
|
15
|
+
"yarn": "please-use-pnpm"
|
|
16
|
+
},
|
|
17
|
+
"scripts": {
|
|
18
|
+
"prepare": "pnpm build",
|
|
19
|
+
"tscheck": "tsc --noEmit",
|
|
20
|
+
"build": "tsup src/cli.ts src/webpack.config.ts --clean --shims --format esm",
|
|
21
|
+
"build:watch": "pnpm build --watch --ignore-watch .history --ignore-watch .idea",
|
|
22
|
+
"readme": "pnpx http-server . --cors -o /readme.html",
|
|
23
|
+
"lint": "DEBUG=eslint:cli-engine eslint .",
|
|
24
|
+
"lint:fix": "DEBUG=eslint:cli-engine eslint --fix .",
|
|
25
|
+
"format": "prettier --write ."
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@babel/cli": "^7.25.9",
|
|
29
|
+
"@babel/core": "^7.26.0",
|
|
30
|
+
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
31
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
32
|
+
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
33
|
+
"@babel/preset-env": "^7.26.0",
|
|
34
|
+
"@babel/preset-react": "^7.25.9",
|
|
35
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
36
|
+
"@babel/runtime-corejs3": "^7.26.0",
|
|
37
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
38
|
+
"@statoscope/webpack-plugin": "^5.28.3",
|
|
39
|
+
"@types/columnify": "^1.5.4",
|
|
40
|
+
"@types/lodash": "^4.17.13",
|
|
41
|
+
"@types/node": "^22.9.3",
|
|
42
|
+
"@types/node-notifier": "^8.0.5",
|
|
43
|
+
"@types/prompts": "^2.4.9",
|
|
44
|
+
"@types/resolve-bin": "^0.4.3",
|
|
45
|
+
"@types/webpack-config-utils": "^2.3.4",
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
47
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
48
|
+
"autoprefixer": "^10.4.20",
|
|
49
|
+
"babel-loader": "^9.2.1",
|
|
50
|
+
"babel-plugin-istanbul": "^7.0.0",
|
|
51
|
+
"babel-plugin-lodash": "^3.3.4",
|
|
52
|
+
"chalk": "^5.3.0",
|
|
53
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
54
|
+
"columnify": "^1.6.0",
|
|
55
|
+
"commander": "^12.1.0",
|
|
56
|
+
"copy-webpack-plugin": "^12.0.2",
|
|
57
|
+
"core-js": "^3.39.0",
|
|
58
|
+
"css-loader": "^7.1.2",
|
|
59
|
+
"css-minimizer-webpack-plugin": "^7.0.0",
|
|
60
|
+
"dotenv": "^16.4.5",
|
|
61
|
+
"dotenv-expand": "^11.0.6",
|
|
62
|
+
"escape-string-regexp": "^5.0.0",
|
|
63
|
+
"eslint": "^8.57.1",
|
|
64
|
+
"eslint-config-prettier": "^9.1.0",
|
|
65
|
+
"eslint-import-resolver-typescript": "^3.6.3",
|
|
66
|
+
"eslint-plugin-deprecation": "^3.0.0",
|
|
67
|
+
"eslint-plugin-import": "^2.31.0",
|
|
68
|
+
"eslint-plugin-markdownlint": "^0.6.0",
|
|
69
|
+
"eslint-plugin-promise": "^7.1.0",
|
|
70
|
+
"eslint-plugin-unused-imports": "^3.2.0",
|
|
71
|
+
"eslint-plugin-yml": "^1.15.0",
|
|
72
|
+
"eslint-webpack-plugin": "^4.2.0",
|
|
73
|
+
"execa": "^9.5.1",
|
|
74
|
+
"file-loader": "^6.2.0",
|
|
75
|
+
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
|
76
|
+
"glob": "^11.0.0",
|
|
77
|
+
"html-loader": "^5.1.0",
|
|
78
|
+
"html-webpack-plugin": "^5.6.3",
|
|
79
|
+
"json-loader": "^0.5.7",
|
|
80
|
+
"lodash": "^4.17.21",
|
|
81
|
+
"mini-css-extract-plugin": "^2.9.2",
|
|
82
|
+
"node-notifier": "^10.0.1",
|
|
83
|
+
"portfinder": "^1.0.32",
|
|
84
|
+
"postcss": "^8.4.49",
|
|
85
|
+
"postcss-custom-properties": "^14.0.4",
|
|
86
|
+
"postcss-loader": "^8.1.1",
|
|
87
|
+
"prettier": "^3.3.3",
|
|
88
|
+
"prompts": "^2.4.2",
|
|
89
|
+
"react-refresh": "^0.14.2",
|
|
90
|
+
"resolve-url-loader": "^5.0.0",
|
|
91
|
+
"sass": "^1.81.0",
|
|
92
|
+
"sass-loader": "^16.0.3",
|
|
93
|
+
"source-map-loader": "^5.0.0",
|
|
94
|
+
"strip-indent": "^4.0.0",
|
|
95
|
+
"style-loader": "^4.0.0",
|
|
96
|
+
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
97
|
+
"tsup": "^8.3.5",
|
|
98
|
+
"typescript": "^5.7.2",
|
|
99
|
+
"url-loader": "^4.1.1",
|
|
100
|
+
"webpack": "^5.96.1",
|
|
101
|
+
"webpack-cli": "^5.1.4",
|
|
102
|
+
"webpack-config-utils": "^2.3.1",
|
|
103
|
+
"webpack-dev-server": "^5.1.0",
|
|
104
|
+
"yaml-loader": "^0.8.1"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@raisenow/tamaro-cli",
|
|
3
|
+
"version": "1.1.7",
|
|
4
|
+
"author": {
|
|
5
|
+
"name": "RaiseNow",
|
|
6
|
+
"email": "development@raisenow.com"
|
|
7
|
+
},
|
|
8
|
+
"type": "module",
|
|
9
|
+
"bin": "dist/cli.js",
|
|
10
|
+
"packageManager": "pnpm@9.14.2",
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": ">=20",
|
|
13
|
+
"pnpm": ">= 9.12",
|
|
14
|
+
"npm": "please-use-pnpm",
|
|
15
|
+
"yarn": "please-use-pnpm"
|
|
16
|
+
},
|
|
17
|
+
"scripts": {
|
|
18
|
+
"prepare": "pnpm build",
|
|
19
|
+
"tscheck": "tsc --noEmit",
|
|
20
|
+
"build": "tsup src/cli.ts src/webpack.config.ts --clean --shims --format esm",
|
|
21
|
+
"build:watch": "pnpm build --watch --ignore-watch .history --ignore-watch .idea",
|
|
22
|
+
"readme": "pnpx http-server . --cors -o /readme.html",
|
|
23
|
+
"lint": "DEBUG=eslint:cli-engine eslint .",
|
|
24
|
+
"lint:fix": "DEBUG=eslint:cli-engine eslint --fix .",
|
|
25
|
+
"format": "prettier --write ."
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@babel/cli": "^7.25.9",
|
|
29
|
+
"@babel/core": "^7.26.0",
|
|
30
|
+
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
31
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
32
|
+
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
33
|
+
"@babel/preset-env": "^7.26.0",
|
|
34
|
+
"@babel/preset-react": "^7.25.9",
|
|
35
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
36
|
+
"@babel/runtime-corejs3": "^7.26.0",
|
|
37
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
38
|
+
"@statoscope/webpack-plugin": "^5.28.3",
|
|
39
|
+
"@types/columnify": "^1.5.4",
|
|
40
|
+
"@types/lodash": "^4.17.13",
|
|
41
|
+
"@types/node": "^22.9.3",
|
|
42
|
+
"@types/node-notifier": "^8.0.5",
|
|
43
|
+
"@types/prompts": "^2.4.9",
|
|
44
|
+
"@types/resolve-bin": "^0.4.3",
|
|
45
|
+
"@types/webpack-config-utils": "^2.3.4",
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
47
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
48
|
+
"autoprefixer": "^10.4.20",
|
|
49
|
+
"babel-loader": "^9.2.1",
|
|
50
|
+
"babel-plugin-istanbul": "^7.0.0",
|
|
51
|
+
"babel-plugin-lodash": "^3.3.4",
|
|
52
|
+
"chalk": "^5.3.0",
|
|
53
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
54
|
+
"columnify": "^1.6.0",
|
|
55
|
+
"commander": "^12.1.0",
|
|
56
|
+
"copy-webpack-plugin": "^12.0.2",
|
|
57
|
+
"core-js": "^3.39.0",
|
|
58
|
+
"css-loader": "^7.1.2",
|
|
59
|
+
"css-minimizer-webpack-plugin": "^7.0.0",
|
|
60
|
+
"dotenv": "^16.4.5",
|
|
61
|
+
"dotenv-expand": "^11.0.6",
|
|
62
|
+
"escape-string-regexp": "^5.0.0",
|
|
63
|
+
"eslint": "^8.57.1",
|
|
64
|
+
"eslint-config-prettier": "^9.1.0",
|
|
65
|
+
"eslint-import-resolver-typescript": "^3.6.3",
|
|
66
|
+
"eslint-plugin-deprecation": "^3.0.0",
|
|
67
|
+
"eslint-plugin-import": "^2.31.0",
|
|
68
|
+
"eslint-plugin-markdownlint": "^0.6.0",
|
|
69
|
+
"eslint-plugin-promise": "^7.1.0",
|
|
70
|
+
"eslint-plugin-unused-imports": "^3.2.0",
|
|
71
|
+
"eslint-plugin-yml": "^1.15.0",
|
|
72
|
+
"eslint-webpack-plugin": "^4.2.0",
|
|
73
|
+
"execa": "^9.5.1",
|
|
74
|
+
"file-loader": "^6.2.0",
|
|
75
|
+
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
|
76
|
+
"glob": "^11.0.0",
|
|
77
|
+
"html-loader": "^5.1.0",
|
|
78
|
+
"html-webpack-plugin": "^5.6.3",
|
|
79
|
+
"json-loader": "^0.5.7",
|
|
80
|
+
"lodash": "^4.17.21",
|
|
81
|
+
"mini-css-extract-plugin": "^2.9.2",
|
|
82
|
+
"node-notifier": "^10.0.1",
|
|
83
|
+
"portfinder": "^1.0.32",
|
|
84
|
+
"postcss": "^8.4.49",
|
|
85
|
+
"postcss-custom-properties": "^14.0.4",
|
|
86
|
+
"postcss-loader": "^8.1.1",
|
|
87
|
+
"prettier": "^3.3.3",
|
|
88
|
+
"prompts": "^2.4.2",
|
|
89
|
+
"react-refresh": "^0.14.2",
|
|
90
|
+
"resolve-url-loader": "^5.0.0",
|
|
91
|
+
"sass": "^1.81.0",
|
|
92
|
+
"sass-loader": "^16.0.3",
|
|
93
|
+
"source-map-loader": "^5.0.0",
|
|
94
|
+
"strip-indent": "^4.0.0",
|
|
95
|
+
"style-loader": "^4.0.0",
|
|
96
|
+
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
97
|
+
"tsup": "^8.3.5",
|
|
98
|
+
"typescript": "^5.7.2",
|
|
99
|
+
"url-loader": "^4.1.1",
|
|
100
|
+
"webpack": "^5.96.1",
|
|
101
|
+
"webpack-cli": "^5.1.4",
|
|
102
|
+
"webpack-config-utils": "^2.3.1",
|
|
103
|
+
"webpack-dev-server": "^5.1.0",
|
|
104
|
+
"yaml-loader": "^0.8.1"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@raisenow/tamaro-cli",
|
|
3
|
+
"version": "1.1.7",
|
|
4
|
+
"author": {
|
|
5
|
+
"name": "RaiseNow",
|
|
6
|
+
"email": "development@raisenow.com"
|
|
7
|
+
},
|
|
8
|
+
"type": "module",
|
|
9
|
+
"bin": "dist/cli.js",
|
|
10
|
+
"packageManager": "pnpm@9.14.2",
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": ">=20",
|
|
13
|
+
"pnpm": ">= 9.12",
|
|
14
|
+
"npm": "please-use-pnpm",
|
|
15
|
+
"yarn": "please-use-pnpm"
|
|
16
|
+
},
|
|
17
|
+
"scripts": {
|
|
18
|
+
"prepare": "pnpm build",
|
|
19
|
+
"tscheck": "tsc --noEmit",
|
|
20
|
+
"build": "tsup src/cli.ts src/webpack.config.ts --clean --shims --format esm",
|
|
21
|
+
"build:watch": "pnpm build --watch --ignore-watch .history --ignore-watch .idea",
|
|
22
|
+
"readme": "pnpx http-server . --cors -o /readme.html",
|
|
23
|
+
"lint": "DEBUG=eslint:cli-engine eslint .",
|
|
24
|
+
"lint:fix": "DEBUG=eslint:cli-engine eslint --fix .",
|
|
25
|
+
"format": "prettier --write ."
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@babel/cli": "^7.25.9",
|
|
29
|
+
"@babel/core": "^7.26.0",
|
|
30
|
+
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
31
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
32
|
+
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
33
|
+
"@babel/preset-env": "^7.26.0",
|
|
34
|
+
"@babel/preset-react": "^7.25.9",
|
|
35
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
36
|
+
"@babel/runtime-corejs3": "^7.26.0",
|
|
37
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
38
|
+
"@statoscope/webpack-plugin": "^5.28.3",
|
|
39
|
+
"@types/columnify": "^1.5.4",
|
|
40
|
+
"@types/lodash": "^4.17.13",
|
|
41
|
+
"@types/node": "^22.9.3",
|
|
42
|
+
"@types/node-notifier": "^8.0.5",
|
|
43
|
+
"@types/prompts": "^2.4.9",
|
|
44
|
+
"@types/resolve-bin": "^0.4.3",
|
|
45
|
+
"@types/webpack-config-utils": "^2.3.4",
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
47
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
48
|
+
"autoprefixer": "^10.4.20",
|
|
49
|
+
"babel-loader": "^9.2.1",
|
|
50
|
+
"babel-plugin-istanbul": "^7.0.0",
|
|
51
|
+
"babel-plugin-lodash": "^3.3.4",
|
|
52
|
+
"chalk": "^5.3.0",
|
|
53
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
54
|
+
"columnify": "^1.6.0",
|
|
55
|
+
"commander": "^12.1.0",
|
|
56
|
+
"copy-webpack-plugin": "^12.0.2",
|
|
57
|
+
"core-js": "^3.39.0",
|
|
58
|
+
"css-loader": "^7.1.2",
|
|
59
|
+
"css-minimizer-webpack-plugin": "^7.0.0",
|
|
60
|
+
"dotenv": "^16.4.5",
|
|
61
|
+
"escape-string-regexp": "^5.0.0",
|
|
62
|
+
"eslint": "^8.57.1",
|
|
63
|
+
"eslint-config-prettier": "^9.1.0",
|
|
64
|
+
"eslint-import-resolver-typescript": "^3.6.3",
|
|
65
|
+
"eslint-plugin-deprecation": "^3.0.0",
|
|
66
|
+
"eslint-plugin-import": "^2.31.0",
|
|
67
|
+
"eslint-plugin-markdownlint": "^0.6.0",
|
|
68
|
+
"eslint-plugin-promise": "^7.1.0",
|
|
69
|
+
"eslint-plugin-unused-imports": "^3.2.0",
|
|
70
|
+
"eslint-plugin-yml": "^1.15.0",
|
|
71
|
+
"eslint-webpack-plugin": "^4.2.0",
|
|
72
|
+
"execa": "^9.5.1",
|
|
73
|
+
"file-loader": "^6.2.0",
|
|
74
|
+
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
|
75
|
+
"glob": "^11.0.0",
|
|
76
|
+
"html-loader": "^5.1.0",
|
|
77
|
+
"html-webpack-plugin": "^5.6.3",
|
|
78
|
+
"json-loader": "^0.5.7",
|
|
79
|
+
"lodash": "^4.17.21",
|
|
80
|
+
"mini-css-extract-plugin": "^2.9.2",
|
|
81
|
+
"node-notifier": "^10.0.1",
|
|
82
|
+
"portfinder": "^1.0.32",
|
|
83
|
+
"postcss": "^8.4.49",
|
|
84
|
+
"postcss-custom-properties": "^14.0.4",
|
|
85
|
+
"postcss-loader": "^8.1.1",
|
|
86
|
+
"prettier": "^3.3.3",
|
|
87
|
+
"prompts": "^2.4.2",
|
|
88
|
+
"react-refresh": "^0.14.2",
|
|
89
|
+
"resolve-url-loader": "^5.0.0",
|
|
90
|
+
"sass": "^1.81.0",
|
|
91
|
+
"sass-loader": "^16.0.3",
|
|
92
|
+
"source-map-loader": "^5.0.0",
|
|
93
|
+
"strip-indent": "^4.0.0",
|
|
94
|
+
"style-loader": "^4.0.0",
|
|
95
|
+
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
96
|
+
"tsup": "^8.3.5",
|
|
97
|
+
"typescript": "^5.7.2",
|
|
98
|
+
"url-loader": "^4.1.1",
|
|
99
|
+
"webpack": "^5.96.1",
|
|
100
|
+
"webpack-cli": "^5.1.4",
|
|
101
|
+
"webpack-config-utils": "^2.3.1",
|
|
102
|
+
"webpack-dev-server": "^5.1.0",
|
|
103
|
+
"yaml-loader": "^0.8.1"
|
|
104
|
+
}
|
|
105
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@raisenow/tamaro-cli",
|
|
3
|
+
"version": "1.1.8",
|
|
4
|
+
"author": {
|
|
5
|
+
"name": "RaiseNow",
|
|
6
|
+
"email": "development@raisenow.com"
|
|
7
|
+
},
|
|
8
|
+
"type": "module",
|
|
9
|
+
"bin": "dist/cli.js",
|
|
10
|
+
"packageManager": "pnpm@9.14.2",
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": ">=20",
|
|
13
|
+
"pnpm": ">= 9.12",
|
|
14
|
+
"npm": "please-use-pnpm",
|
|
15
|
+
"yarn": "please-use-pnpm"
|
|
16
|
+
},
|
|
17
|
+
"scripts": {
|
|
18
|
+
"prepare": "pnpm build",
|
|
19
|
+
"tscheck": "tsc --noEmit",
|
|
20
|
+
"build": "tsup src/cli.ts src/webpack.config.ts --clean --shims --format esm",
|
|
21
|
+
"build:watch": "pnpm build --watch --ignore-watch .history --ignore-watch .idea",
|
|
22
|
+
"readme": "pnpx http-server . --cors -o /readme.html",
|
|
23
|
+
"lint": "DEBUG=eslint:cli-engine eslint .",
|
|
24
|
+
"lint:fix": "DEBUG=eslint:cli-engine eslint --fix .",
|
|
25
|
+
"format": "prettier --write ."
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@babel/cli": "^7.25.9",
|
|
29
|
+
"@babel/core": "^7.26.0",
|
|
30
|
+
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
31
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
32
|
+
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
33
|
+
"@babel/preset-env": "^7.26.0",
|
|
34
|
+
"@babel/preset-react": "^7.25.9",
|
|
35
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
36
|
+
"@babel/runtime-corejs3": "^7.26.0",
|
|
37
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
38
|
+
"@statoscope/webpack-plugin": "^5.28.3",
|
|
39
|
+
"@types/columnify": "^1.5.4",
|
|
40
|
+
"@types/lodash": "^4.17.13",
|
|
41
|
+
"@types/node": "^22.9.3",
|
|
42
|
+
"@types/node-notifier": "^8.0.5",
|
|
43
|
+
"@types/prompts": "^2.4.9",
|
|
44
|
+
"@types/resolve-bin": "^0.4.3",
|
|
45
|
+
"@types/webpack-config-utils": "^2.3.4",
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
47
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
48
|
+
"autoprefixer": "^10.4.20",
|
|
49
|
+
"babel-loader": "^9.2.1",
|
|
50
|
+
"babel-plugin-istanbul": "^7.0.0",
|
|
51
|
+
"babel-plugin-lodash": "^3.3.4",
|
|
52
|
+
"chalk": "^5.3.0",
|
|
53
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
54
|
+
"columnify": "^1.6.0",
|
|
55
|
+
"commander": "^12.1.0",
|
|
56
|
+
"copy-webpack-plugin": "^12.0.2",
|
|
57
|
+
"core-js": "^3.39.0",
|
|
58
|
+
"css-loader": "^7.1.2",
|
|
59
|
+
"css-minimizer-webpack-plugin": "^7.0.0",
|
|
60
|
+
"dotenv": "^16.4.5",
|
|
61
|
+
"escape-string-regexp": "^5.0.0",
|
|
62
|
+
"eslint": "^8.57.1",
|
|
63
|
+
"eslint-config-prettier": "^9.1.0",
|
|
64
|
+
"eslint-import-resolver-typescript": "^3.6.3",
|
|
65
|
+
"eslint-plugin-deprecation": "^3.0.0",
|
|
66
|
+
"eslint-plugin-import": "^2.31.0",
|
|
67
|
+
"eslint-plugin-markdownlint": "^0.6.0",
|
|
68
|
+
"eslint-plugin-promise": "^7.1.0",
|
|
69
|
+
"eslint-plugin-unused-imports": "^3.2.0",
|
|
70
|
+
"eslint-plugin-yml": "^1.15.0",
|
|
71
|
+
"eslint-webpack-plugin": "^4.2.0",
|
|
72
|
+
"execa": "^9.5.1",
|
|
73
|
+
"file-loader": "^6.2.0",
|
|
74
|
+
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
|
75
|
+
"glob": "^11.0.0",
|
|
76
|
+
"html-loader": "^5.1.0",
|
|
77
|
+
"html-webpack-plugin": "^5.6.3",
|
|
78
|
+
"json-loader": "^0.5.7",
|
|
79
|
+
"lodash": "^4.17.21",
|
|
80
|
+
"mini-css-extract-plugin": "^2.9.2",
|
|
81
|
+
"node-notifier": "^10.0.1",
|
|
82
|
+
"portfinder": "^1.0.32",
|
|
83
|
+
"postcss": "^8.4.49",
|
|
84
|
+
"postcss-custom-properties": "^14.0.4",
|
|
85
|
+
"postcss-loader": "^8.1.1",
|
|
86
|
+
"prettier": "^3.3.3",
|
|
87
|
+
"prompts": "^2.4.2",
|
|
88
|
+
"react-refresh": "^0.14.2",
|
|
89
|
+
"resolve-url-loader": "^5.0.0",
|
|
90
|
+
"sass": "^1.81.0",
|
|
91
|
+
"sass-loader": "^16.0.3",
|
|
92
|
+
"source-map-loader": "^5.0.0",
|
|
93
|
+
"strip-indent": "^4.0.0",
|
|
94
|
+
"style-loader": "^4.0.0",
|
|
95
|
+
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
96
|
+
"tsup": "^8.3.5",
|
|
97
|
+
"typescript": "^5.7.2",
|
|
98
|
+
"url-loader": "^4.1.1",
|
|
99
|
+
"webpack": "^5.96.1",
|
|
100
|
+
"webpack-cli": "^5.1.4",
|
|
101
|
+
"webpack-config-utils": "^2.3.1",
|
|
102
|
+
"webpack-dev-server": "^5.1.0",
|
|
103
|
+
"yaml-loader": "^0.8.1"
|
|
104
|
+
}
|
|
105
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
/* https://aka.ms/tsconfig.json */
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"target": "esnext",
|
|
5
|
+
"module": "esnext",
|
|
6
|
+
"allowJs": true,
|
|
7
|
+
"jsx": "react",
|
|
8
|
+
"noEmit": true,
|
|
9
|
+
"isolatedModules": true,
|
|
10
|
+
"strict": true,
|
|
11
|
+
"noFallthroughCasesInSwitch": true,
|
|
12
|
+
"moduleResolution": "node",
|
|
13
|
+
"baseUrl": ".",
|
|
14
|
+
"paths": {
|
|
15
|
+
"commands/*": ["src/commands/*"],
|
|
16
|
+
"lib/*": ["src/lib/*"]
|
|
17
|
+
},
|
|
18
|
+
"allowSyntheticDefaultImports": true,
|
|
19
|
+
"esModuleInterop": true,
|
|
20
|
+
"skipLibCheck": true,
|
|
21
|
+
"forceConsistentCasingInFileNames": true,
|
|
22
|
+
"resolveJsonModule": true,
|
|
23
|
+
},
|
|
24
|
+
"include": [
|
|
25
|
+
"**/*",
|
|
26
|
+
".eslintrc.cjs",
|
|
27
|
+
],
|
|
28
|
+
"exclude": [
|
|
29
|
+
".history/**/*",
|
|
30
|
+
".idea/**/*",
|
|
31
|
+
"dist/**/*",
|
|
32
|
+
"node_modules/**/*",
|
|
33
|
+
]
|
|
34
|
+
}
|