Skip to content

Instantly share code, notes, and snippets.

@Haugen
Created September 12, 2020 22:32
Show Gist options
  • Select an option

  • Save Haugen/bac2ee3551e07ca038bcbc17e7c4f701 to your computer and use it in GitHub Desktop.

Select an option

Save Haugen/bac2ee3551e07ca038bcbc17e7c4f701 to your computer and use it in GitHub Desktop.

Revisions

  1. Tobias Haugen created this gist Sep 12, 2020.
    10 changes: 10 additions & 0 deletions .babelrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    {
    "presets": [
    [
    "@babel/preset-env",
    {
    "debug": true
    }
    ]
    ]
    }
    1 change: 1 addition & 0 deletions .browserslistrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    chrome > 64
    28 changes: 28 additions & 0 deletions package.json
    Original 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"
    },