git.fiddlerwoaroof.com
Browse code

chore: cleanup deps

Ed Langley authored on 17/10/2019 05:42:04
Showing 2 changed files
... ...
@@ -1,4 +1,4 @@
1 1
 {
2
-    "presets": ["@babel/env", "@babel/preset-react"],
3
-    "plugins": ["@babel/plugin-transform-react-jsx", "@babel/plugin-proposal-object-rest-spread"]
2
+    "presets": ["@babel/env"],
3
+    "plugins": ["@babel/plugin-proposal-object-rest-spread"]
4 4
 }
... ...
@@ -12,26 +12,12 @@
12 12
         "@babel/cli": "^7.5.0",
13 13
         "@babel/core": "^7.5.0",
14 14
         "@babel/plugin-proposal-object-rest-spread": "^7.5.0",
15
-        "@babel/plugin-transform-react-jsx": "^7.0.0",
16 15
         "@babel/preset-env": "^7.5.0",
17
-        "@babel/preset-react": "^7.0.0",
18 16
         "babel-core": "^7.0.0-bridge.0",
19
-        "enzyme": "^3.6.0",
20 17
         "eslint": "^6.0.1",
21 18
         "eslint-plugin-react": "^7.11.1",
22 19
         "jest": "^24.8.0",
23
-        "jest-junit": "^8.0.0",
24
-        "npm": "^6.4.1",
25
-        "ramda": "*",
26
-        "react": "^16.5.0",
27
-        "react-dom": "^16.5.0",
28
-        "rollup": "^1.16.6",
29
-        "rollup-plugin-babel": "^4.3.2",
30
-        "rollup-plugin-commonjs": "^10.0.0",
31
-        "rollup-plugin-livereload": "^1.0.0",
32
-        "rollup-plugin-node-resolve": "^5.0.0",
33
-        "rollup-plugin-replace": "^2.0.0",
34
-        "rollup-plugin-serve": "^1.0.1"
20
+        "jest-junit": "^8.0.0"
35 21
     },
36 22
     "files": [
37 23
         "/dist/*.js",
... ...
@@ -42,7 +28,7 @@
42 28
         "/src/*.html"
43 29
     ],
44 30
     "scripts": {
45
-        "test": "jest",
31
+        "test": "jest src",
46 32
         "postinstall": "babel -d dist src",
47 33
         "prepublish": "babel -d dist src && jest && eslint src"
48 34
     },