Created
September 12, 2020 22:32
-
-
Save Haugen/bac2ee3551e07ca038bcbc17e7c4f701 to your computer and use it in GitHub Desktop.
Revisions
-
Tobias Haugen created this gist
Sep 12, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ { "presets": [ [ "@babel/preset-env", { "debug": true } ] ] } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ chrome > 64 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,28 @@ "devDependencies": { "@testing-library/jest-dom": "^5.11.1", "@testing-library/preact": "^2.0.0", "eslint": "^6.8.0", "eslint-config-google": "^0.14.0", "eslint-config-preact": "^1.1.0", "eslint-config-prettier": "^6.11.0", "identity-obj-proxy": "^3.0.0", "jest": "^24.9.0", "jest-canvas-mock": "^2.2.0", "jest-preset-preact": "^1.0.0", "node-sass": "^4.14.1", "preact-cli": "^3.0.1", "preact-cli-plugin-env-vars": "^1.2.1", "preact-render-spy": "^1.2.1", "prettier": "2.0.5", "sass-loader": "^9.0.2", "sirv-cli": "^0.4.5", "stylelint": "^13.6.1", "stylelint-order": "^4.1.0", "stylelint-prettier": "^1.1.2" }, "dependencies": { "preact": "^10.4.6", "preact-compat": "^3.19.0", "preact-i18n": "^2.1.2-preactx", "preact-router": "^3.2.1" },