@zohodesk/react-cli 1.1.16 → 1.1.18
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +27 -0
- package/lib/configs/webpack.dev.config.js +7 -2
- package/lib/configs/webpack.prod.config.js +1 -1
- package/lib/schemas/index.js +4 -0
- package/npm-shrinkwrap.json +18 -19049
- package/package.json +4 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@zohodesk/react-cli",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.18",
|
4
4
|
"description": "A CLI tool for build modern web application and libraries",
|
5
5
|
"scripts": {
|
6
6
|
"init": "node ./lib/utils/init.js",
|
@@ -12,7 +12,8 @@
|
|
12
12
|
"prepublishOnly": "npm prune --production",
|
13
13
|
"lint": "eslint src ./bin/cli.js",
|
14
14
|
"postpublish": "node postpublish.js",
|
15
|
-
"expublish": "npm publish --tag experimental-version"
|
15
|
+
"expublish": "npm publish --tag experimental-version",
|
16
|
+
"updateTargetBrowserVersions": "npx update-browserslist-db@latest"
|
16
17
|
},
|
17
18
|
"engines": {
|
18
19
|
"node": ">=8.15.1"
|
@@ -54,6 +55,7 @@
|
|
54
55
|
"babel-plugin-transform-dynamic-import": "2.1.0",
|
55
56
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
56
57
|
"babel-plugin-transform-remove-console": "6.9.4",
|
58
|
+
"caniuse-lite": "1.0.30001579",
|
57
59
|
"case-sensitive-paths-webpack-plugin": "2.3.0",
|
58
60
|
"compression": "1.7.4",
|
59
61
|
"copy-webpack-plugin": "5.1.2",
|