@zohodesk/react-cli 0.0.1-exp.161.3 → 0.0.1-exp.162.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/react-cli",
3
- "version": "0.0.1-exp.161.3",
3
+ "version": "0.0.1-exp.162.2",
4
4
  "description": "A CLI tool for build modern web application and libraries",
5
5
  "scripts": {
6
6
  "init": "node ./lib/utils/init.js",
@@ -35,7 +35,7 @@
35
35
  "@babel/preset-env": "7.11.0",
36
36
  "@babel/preset-react": "7.10.4",
37
37
  "@babel/runtime": "7.11.2",
38
- "@zohodesk/datetimejs": "1.0.0-exp.6.1",
38
+ "@zohodesk/datetimejs": "1.0.0-beta.7",
39
39
  "@zohodesk/eslint-plugin-react-performance": "1.0.3",
40
40
  "@zohodesk/eslint-plugin-zsecurity": "0.0.1-beta.4",
41
41
  "@zohodesk/normalizer": "1.0.2",
@@ -55,6 +55,8 @@
55
55
  "copy-webpack-plugin": "5.1.2",
56
56
  "core-js": "3.6.5",
57
57
  "css-loader": "4.2.1",
58
+ "debug": "4.3.3",
59
+ "esbuild-loader": "^2.18.0",
58
60
  "escodegen": "2.0.0",
59
61
  "eslint": "7.6.0",
60
62
  "eslint-html-reporter": "0.7.4",
@@ -94,7 +96,6 @@
94
96
  "postcss-selector-replace": "1.0.2",
95
97
  "prop-types": "15.7.2",
96
98
  "react": "16.13.1",
97
- "react-dev-utils": "10.2.1",
98
99
  "react-dom": "16.13.1",
99
100
  "react-error-overlay": "6.0.7",
100
101
  "react-redux": "7.2.1",
@@ -113,11 +114,12 @@
113
114
  "script-loader": "0.7.2",
114
115
  "selectn": "1.1.2",
115
116
  "simple-normalizr": "1.2.5",
117
+ "terser-webpack-plugin": "^1.4.3",
116
118
  "uglifycss": "0.0.29",
117
119
  "url-loader": "4.1.0",
118
120
  "velocity-react": "1.4.3",
119
121
  "webpack": "4.44.1",
120
- "webpack-bundle-analyzer": "3.8.0",
122
+ "webpack-bundle-analyzer": "4.5.0",
121
123
  "webpack-cli": "3.3.12",
122
124
  "webpack-core": "0.6.9",
123
125
  "webpack-dev-middleware": "3.7.2",
@@ -140,5 +142,8 @@
140
142
  ],
141
143
  "@babel/react"
142
144
  ]
145
+ },
146
+ "devDependencies": {
147
+ "speed-measure-webpack-plugin": "^1.5.0"
143
148
  }
144
149
  }