git.fiddlerwoaroof.com
Browse code

Remove more stuff

Ed Langley authored on 14/05/2019 01:13:57
Showing 2 changed files
... ...
@@ -228,18 +228,7 @@ module.exports = function(webpackEnv) {
228 228
                   "babel-preset-react-app/webpack-overrides"
229 229
                 ),
230 230
 
231
-                plugins: [
232
-                  [
233
-                    require.resolve("babel-plugin-named-asset-import"),
234
-                    {
235
-                      loaderMap: {
236
-                        svg: {
237
-                          ReactComponent: "@svgr/webpack?-svgo,+ref![path]"
238
-                        }
239
-                      }
240
-                    }
241
-                  ]
242
-                ],
231
+                plugins: [[require.resolve("babel-plugin-named-asset-import")]],
243 232
                 // This is a feature of `babel-loader` for webpack (not Babel itself).
244 233
                 // It enables caching results in ./node_modules/.cache/babel-loader/
245 234
                 // directory for faster rebuilds.
... ...
@@ -14,7 +14,23 @@
14 14
   "version": "1.0.2",
15 15
   "license": "MIT",
16 16
   "dependencies": {
17
+    "node": "^10.15.3",
18
+    "ramda": "^0.25.0",
19
+    "redux": "^4.0.0"
20
+  },
21
+  "optionalDependencies": {
22
+    "prop-types": "^15.5.10"
23
+  },
24
+  "devDependencies": {
25
+    "@babel/cli": "^7.0.0",
17 26
     "@babel/core": "7.2.2",
27
+    "@babel/plugin-proposal-class-properties": "^7.0.0",
28
+    "@babel/plugin-proposal-json-strings": "^7.0.0",
29
+    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
30
+    "@babel/plugin-syntax-import-meta": "^7.0.0",
31
+    "@babel/plugin-transform-react-jsx": "^7.0.0",
32
+    "@babel/preset-env": "^7.0.0",
33
+    "@babel/preset-flow": "^7.0.0",
18 34
     "@svgr/webpack": "4.1.0",
19 35
     "babel-core": "7.0.0-bridge.0",
20 36
     "babel-eslint": "9.0.0",
... ...
@@ -24,9 +40,11 @@
24 40
     "babel-preset-react-app": "^7.0.2",
25 41
     "bfj": "6.1.1",
26 42
     "case-sensitive-paths-webpack-plugin": "2.2.0",
27
-    "css-loader": "1.0.0",
28 43
     "dotenv": "6.0.0",
29 44
     "dotenv-expand": "4.2.0",
45
+    "enzyme": "^3.6.0",
46
+    "enzyme-adapter-react-16": "^1.5.0",
47
+    "enzyme-to-json": "^3.3.4",
30 48
     "eslint": "5.12.0",
31 49
     "eslint-config-react-app": "^3.0.8",
32 50
     "eslint-loader": "2.1.1",
... ...
@@ -35,6 +53,9 @@
35 53
     "eslint-plugin-jsx-a11y": "6.1.2",
36 54
     "eslint-plugin-react": "7.12.4",
37 55
     "file-loader": "2.0.0",
56
+    "flow": "^0.2.3",
57
+    "flow-bin": "^0.82.0",
58
+    "flow-typed": "^2.5.1",
38 59
     "fs-extra": "7.0.1",
39 60
     "html-webpack-plugin": "4.0.0-alpha.2",
40 61
     "identity-obj-proxy": "3.0.0",
... ...
@@ -43,48 +64,9 @@
43 64
     "jest-resolve": "23.6.0",
44 65
     "jest-watch-typeahead": "^0.2.1",
45 66
     "mini-css-extract-plugin": "0.5.0",
46
-    "node": "^10.15.3",
47
-    "optimize-css-assets-webpack-plugin": "5.0.1",
48
-    "pnp-webpack-plugin": "1.2.1",
49
-    "postcss-flexbugs-fixes": "4.1.0",
50
-    "postcss-loader": "3.0.0",
51
-    "postcss-preset-env": "6.5.0",
52
-    "postcss-safe-parser": "4.0.1",
53
-    "ramda": "^0.25.0",
54
-    "react-app-polyfill": "^0.2.2",
55
-    "react-dev-utils": "^8.0.0",
56
-    "redux": "^4.0.0",
57
-    "resolve": "1.10.0",
58
-    "sass-loader": "7.1.0",
59
-    "style-loader": "0.23.1",
60
-    "terser-webpack-plugin": "1.2.2",
61
-    "url-loader": "1.1.2",
62
-    "webpack": "4.28.3",
63
-    "webpack-dev-server": "3.1.14",
64
-    "webpack-manifest-plugin": "2.0.4",
65
-    "workbox-webpack-plugin": "3.6.3"
66
-  },
67
-  "optionalDependencies": {
68
-    "prop-types": "^15.5.10"
69
-  },
70
-  "devDependencies": {
71
-    "@babel/cli": "^7.0.0",
72
-    "@babel/core": "^7.0.0",
73
-    "@babel/plugin-proposal-class-properties": "^7.0.0",
74
-    "@babel/plugin-proposal-json-strings": "^7.0.0",
75
-    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
76
-    "@babel/plugin-syntax-import-meta": "^7.0.0",
77
-    "@babel/plugin-transform-react-jsx": "^7.0.0",
78
-    "@babel/preset-env": "^7.0.0",
79
-    "@babel/preset-flow": "^7.0.0",
80
-    "enzyme": "^3.6.0",
81
-    "enzyme-adapter-react-16": "^1.5.0",
82
-    "enzyme-to-json": "^3.3.4",
83
-    "flow": "^0.2.3",
84
-    "flow-bin": "^0.82.0",
85
-    "flow-typed": "^2.5.1",
86 67
     "prettier": "^1.17.1",
87 68
     "react": "^16.5.2",
69
+    "react-app-polyfill": "^1.0.1",
88 70
     "react-dom": "^16.5.2",
89 71
     "react-test-renderer": "^16.5.2"
90 72
   },