@enact/cli 5.0.0 → 5.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/CHANGELOG.md +15 -0
- package/README.md +16 -2
- package/commands/serve.js +19 -10
- package/config/webpack.config.js +6 -12
- package/docs/building-apps.md +8 -9
- package/npm-shrinkwrap.json +45667 -2963
- package/package.json +90 -86
package/package.json
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enact/cli",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"description": "Full-featured build environment tool for Enact applications.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "Jason Robitaille <jason.robitaille@lge.com>",
|
|
7
|
-
"repository":
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/enactjs/cli.git"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://enactjs.com",
|
|
8
12
|
"license": "Apache-2.0",
|
|
9
13
|
"bin": {
|
|
10
14
|
"enact": "./bin/enact.js"
|
|
@@ -39,88 +43,88 @@
|
|
|
39
43
|
"upupdowndownleftrightleftrightbastart"
|
|
40
44
|
],
|
|
41
45
|
"dependencies": {
|
|
42
|
-
"@babel/core": "
|
|
43
|
-
"@babel/eslint-plugin": "
|
|
44
|
-
"@babel/plugin-proposal-decorators": "
|
|
45
|
-
"@babel/plugin-proposal-export-default-from": "
|
|
46
|
-
"@babel/plugin-transform-react-inline-elements": "
|
|
47
|
-
"@babel/plugin-transform-runtime": "
|
|
48
|
-
"@babel/preset-env": "
|
|
49
|
-
"@babel/preset-react": "
|
|
50
|
-
"@babel/preset-typescript": "
|
|
51
|
-
"@babel/runtime": "
|
|
52
|
-
"@enact/dev-utils": "
|
|
53
|
-
"@enact/template-sandstone": "
|
|
54
|
-
"@pmmmwh/react-refresh-webpack-plugin": "
|
|
55
|
-
"@testing-library/jest-dom": "
|
|
56
|
-
"@testing-library/react": "
|
|
57
|
-
"@testing-library/user-event": "
|
|
58
|
-
"@typescript-eslint/eslint-plugin": "
|
|
59
|
-
"babel-jest": "
|
|
60
|
-
"babel-loader": "
|
|
61
|
-
"babel-plugin-dev-expression": "
|
|
62
|
-
"babel-plugin-dynamic-import-node": "
|
|
63
|
-
"babel-plugin-transform-react-remove-prop-types": "
|
|
64
|
-
"babel-plugin-transform-rename-import": "
|
|
65
|
-
"case-sensitive-paths-webpack-plugin": "
|
|
66
|
-
"chalk": "
|
|
46
|
+
"@babel/core": "7.18.9",
|
|
47
|
+
"@babel/eslint-plugin": "7.17.7",
|
|
48
|
+
"@babel/plugin-proposal-decorators": "7.18.9",
|
|
49
|
+
"@babel/plugin-proposal-export-default-from": "7.18.9",
|
|
50
|
+
"@babel/plugin-transform-react-inline-elements": "7.18.6",
|
|
51
|
+
"@babel/plugin-transform-runtime": "7.18.9",
|
|
52
|
+
"@babel/preset-env": "7.18.9",
|
|
53
|
+
"@babel/preset-react": "7.18.6",
|
|
54
|
+
"@babel/preset-typescript": "7.18.6",
|
|
55
|
+
"@babel/runtime": "7.18.9",
|
|
56
|
+
"@enact/dev-utils": "5.0.2",
|
|
57
|
+
"@enact/template-sandstone": "1.5.1",
|
|
58
|
+
"@pmmmwh/react-refresh-webpack-plugin": "0.5.7",
|
|
59
|
+
"@testing-library/jest-dom": "5.16.4",
|
|
60
|
+
"@testing-library/react": "13.3.0",
|
|
61
|
+
"@testing-library/user-event": "13.5.0",
|
|
62
|
+
"@typescript-eslint/eslint-plugin": "5.30.7",
|
|
63
|
+
"babel-jest": "27.5.1",
|
|
64
|
+
"babel-loader": "8.2.5",
|
|
65
|
+
"babel-plugin-dev-expression": "0.2.3",
|
|
66
|
+
"babel-plugin-dynamic-import-node": "2.3.3",
|
|
67
|
+
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
68
|
+
"babel-plugin-transform-rename-import": "2.3.0",
|
|
69
|
+
"case-sensitive-paths-webpack-plugin": "2.4.0",
|
|
70
|
+
"chalk": "4.1.2",
|
|
67
71
|
"core-js": "3.22.8",
|
|
68
|
-
"cross-spawn": "
|
|
69
|
-
"css-loader": "
|
|
70
|
-
"css-minimizer-webpack-plugin": "
|
|
71
|
-
"dotenv": "
|
|
72
|
-
"dotenv-expand": "
|
|
73
|
-
"eslint": "
|
|
74
|
-
"eslint-config-enact": "
|
|
75
|
-
"eslint-plugin-enact": "
|
|
76
|
-
"eslint-plugin-jest": "
|
|
77
|
-
"eslint-plugin-jsx-a11y": "
|
|
78
|
-
"eslint-plugin-react": "
|
|
79
|
-
"eslint-plugin-react-hooks": "
|
|
80
|
-
"eslint-plugin-testing-library": "
|
|
81
|
-
"eslint-webpack-plugin": "
|
|
82
|
-
"expose-loader": "
|
|
83
|
-
"file-loader": "
|
|
84
|
-
"filesize": "
|
|
85
|
-
"fs-extra": "
|
|
86
|
-
"glob": "
|
|
87
|
-
"global-modules": "
|
|
88
|
-
"html-webpack-plugin": "
|
|
89
|
-
"identity-obj-proxy": "
|
|
90
|
-
"jest": "
|
|
72
|
+
"cross-spawn": "7.0.3",
|
|
73
|
+
"css-loader": "6.7.1",
|
|
74
|
+
"css-minimizer-webpack-plugin": "3.4.1",
|
|
75
|
+
"dotenv": "16.0.1",
|
|
76
|
+
"dotenv-expand": "8.0.3",
|
|
77
|
+
"eslint": "8.20.0",
|
|
78
|
+
"eslint-config-enact": "4.1.2",
|
|
79
|
+
"eslint-plugin-enact": "1.0.1",
|
|
80
|
+
"eslint-plugin-jest": "26.6.0",
|
|
81
|
+
"eslint-plugin-jsx-a11y": "6.6.0",
|
|
82
|
+
"eslint-plugin-react": "7.30.1",
|
|
83
|
+
"eslint-plugin-react-hooks": "4.6.0",
|
|
84
|
+
"eslint-plugin-testing-library": "5.5.1",
|
|
85
|
+
"eslint-webpack-plugin": "3.2.0",
|
|
86
|
+
"expose-loader": "3.1.0",
|
|
87
|
+
"file-loader": "6.2.0",
|
|
88
|
+
"filesize": "8.0.7",
|
|
89
|
+
"fs-extra": "10.1.0",
|
|
90
|
+
"glob": "7.2.3",
|
|
91
|
+
"global-modules": "2.0.0",
|
|
92
|
+
"html-webpack-plugin": "5.5.0",
|
|
93
|
+
"identity-obj-proxy": "3.0.0",
|
|
94
|
+
"jest": "27.5.1",
|
|
91
95
|
"jest-watch-typeahead": "0.6.5",
|
|
92
|
-
"less": "
|
|
93
|
-
"less-loader": "
|
|
94
|
-
"less-plugin-npm-import": "
|
|
95
|
-
"license-checker": "
|
|
96
|
-
"mini-css-extract-plugin": "
|
|
97
|
-
"minimist": "
|
|
98
|
-
"node-polyfill-webpack-plugin": "
|
|
99
|
-
"postcss": "
|
|
100
|
-
"postcss-flexbugs-fixes": "
|
|
101
|
-
"postcss-global-import": "
|
|
102
|
-
"postcss-loader": "
|
|
103
|
-
"postcss-normalize": "
|
|
104
|
-
"postcss-preset-env": "
|
|
105
|
-
"postcss-resolution-independence": "
|
|
106
|
-
"postcss-safe-parser": "
|
|
107
|
-
"prompts": "
|
|
108
|
-
"react": "
|
|
109
|
-
"react-dev-utils": "
|
|
110
|
-
"react-dom": "
|
|
111
|
-
"react-refresh": "
|
|
112
|
-
"react-test-renderer": "
|
|
113
|
-
"resolution-independence": "
|
|
114
|
-
"resolve": "
|
|
115
|
-
"sass-loader": "
|
|
116
|
-
"semver": "
|
|
117
|
-
"source-map-loader": "
|
|
118
|
-
"strip-ansi": "
|
|
119
|
-
"style-loader": "
|
|
120
|
-
"tar": "
|
|
121
|
-
"terser-webpack-plugin": "
|
|
122
|
-
"v8-compile-cache": "
|
|
123
|
-
"validate-npm-package-name": "
|
|
96
|
+
"less": "4.1.3",
|
|
97
|
+
"less-loader": "8.1.1",
|
|
98
|
+
"less-plugin-npm-import": "2.1.0",
|
|
99
|
+
"license-checker": "25.0.1",
|
|
100
|
+
"mini-css-extract-plugin": "2.6.1",
|
|
101
|
+
"minimist": "1.2.6",
|
|
102
|
+
"node-polyfill-webpack-plugin": "1.1.4",
|
|
103
|
+
"postcss": "8.4.14",
|
|
104
|
+
"postcss-flexbugs-fixes": "5.0.2",
|
|
105
|
+
"postcss-global-import": "1.0.6",
|
|
106
|
+
"postcss-loader": "6.2.1",
|
|
107
|
+
"postcss-normalize": "10.0.1",
|
|
108
|
+
"postcss-preset-env": "7.7.2",
|
|
109
|
+
"postcss-resolution-independence": "1.1.0",
|
|
110
|
+
"postcss-safe-parser": "6.0.0",
|
|
111
|
+
"prompts": "2.4.2",
|
|
112
|
+
"react": "18.2.0",
|
|
113
|
+
"react-dev-utils": "12.0.1",
|
|
114
|
+
"react-dom": "18.2.0",
|
|
115
|
+
"react-refresh": "0.14.0",
|
|
116
|
+
"react-test-renderer": "18.2.0",
|
|
117
|
+
"resolution-independence": "1.0.0",
|
|
118
|
+
"resolve": "1.22.1",
|
|
119
|
+
"sass-loader": "13.0.2",
|
|
120
|
+
"semver": "7.3.7",
|
|
121
|
+
"source-map-loader": "3.0.1",
|
|
122
|
+
"strip-ansi": "6.0.1",
|
|
123
|
+
"style-loader": "3.3.1",
|
|
124
|
+
"tar": "6.1.11",
|
|
125
|
+
"terser-webpack-plugin": "5.3.3",
|
|
126
|
+
"v8-compile-cache": "2.3.0",
|
|
127
|
+
"validate-npm-package-name": "3.0.0",
|
|
124
128
|
"webpack": "5.73.0",
|
|
125
129
|
"webpack-dev-server": "4.9.3"
|
|
126
130
|
},
|
|
@@ -136,9 +140,9 @@
|
|
|
136
140
|
}
|
|
137
141
|
},
|
|
138
142
|
"devDependencies": {
|
|
139
|
-
"eslint-config-prettier": "
|
|
140
|
-
"eslint-plugin-import": "
|
|
141
|
-
"eslint-plugin-prettier": "
|
|
142
|
-
"prettier": "
|
|
143
|
+
"eslint-config-prettier": "8.5.0",
|
|
144
|
+
"eslint-plugin-import": "2.26.0",
|
|
145
|
+
"eslint-plugin-prettier": "4.2.1",
|
|
146
|
+
"prettier": "2.7.1"
|
|
143
147
|
}
|
|
144
148
|
}
|